A primitive for convenient file system access.
SolidJS Primitives to manage creating event listeners.
Primitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.
A collection of helpers that aim to simplify using reactive primitives outside of reactive roots, and managing disposal of reactive roots.
Reactive primitives for observing resizing of HTML elements.
A library of reactive promitives helping handling user's keyboard input.
A bunch of reactive utility types and functions, for building primitives with Solid.js
Library of primitives, components and directives for SolidJS that help managing references to JSX elements.
Primitives for media query and device features
Control Flow primitives and components that require specifying explicit keys to identify or rerender elements.
Library of primitives focused around component props.
A set of primitives based on Solid signals, used to trigger computations.
The Map & WeakMap data structures as a reactive signals.
Reactive primitives for implementing transition effects in SolidJS
Primitives for creating scheduled — throttled or debounced — callbacks.
Primitives for tracking HTML element size and position on screen as it changes.
Collection of reactive primitives focused on styles.
Primitive that provides reactive wrappers for storage access
Primitives to manage timeout and interval
A collection of SolidJS primitives providing various features of a pubsub/event-emitter/event-bus.
Reactive primitives to react to element/window scrolling.
Library of primitives for providing internationalization support.
A reactive document.activeElement. Check which element is currently focused.
Collection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.