@solid-primitives/utils

A bunch of reactive utility types and functions, for building primitives with Solid.js

Usage no npm install needed!

<script type="module">
  import solidPrimitivesUtils from 'https://cdn.skypack.dev/@solid-primitives/utils';
</script>

README

@solid-primitives/utils

Solid Primitives Utilities is a support and helper package for a number of primitives in our library. Please free to augment or centralize useful utilities and methods in this package for sharing.

Installation

npm install @solid-primitives/utils
# or
yarn add @solid-primitives/utils

Changelog

Expand Changelog

0.0.100

First commit of the timer primitive.

0.0.250

Republished version with better ESM support and build tooling.

0.0.260

Added comments for util methods.

0.1.0

Add /fp and /setter export entries. Add destore and raceTimeout util. More jsdoc.

0.1.2

Updated to Solid 1.3

0.1.3

Minor upgrades.