|
6 | 6 |
|
7 | 7 | [](https://pnpm.io/) |
8 | 8 | [](https://turborepo.org/)<!-- INSERT-NPM-DOWNLOADS-BADGE:START --> |
9 | | -[](https://dash.deno.com/playground/combined-npm-downloads) |
| 9 | +[](https://dash.deno.com/playground/combined-npm-downloads) |
10 | 10 | <!-- INSERT-NPM-DOWNLOADS-BADGE:END --> |
11 | 11 |
|
12 | 12 | A project that strives to develop high-quality, community contributed Solid primitives. All utilities are well tested and continuously maintained. Every contribution to the repository is checked for quality and maintained to the highest degree of excellence. The ultimate goal is to extend Solid's primary and secondary primitives with a set of tertiary primitives. |
@@ -89,6 +89,7 @@ The goal of Solid Primitives is to wrap client and server side functionality to |
89 | 89 | |[lifecycle](https://github.com/solidjs-community/solid-primitives/tree/main/packages/lifecycle#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[createIsMounted](https://github.com/solidjs-community/solid-primitives/tree/main/packages/lifecycle#createismounted)<br />[isHydrated](https://github.com/solidjs-community/solid-primitives/tree/main/packages/lifecycle#ishydrated)<br />[onConnect](https://github.com/solidjs-community/solid-primitives/tree/main/packages/lifecycle#onconnect)|[](https://bundlephobia.com/package/@solid-primitives/lifecycle)|[](https://www.npmjs.com/package/@solid-primitives/lifecycle)| |
90 | 90 | |[map](https://github.com/solidjs-community/solid-primitives/tree/main/packages/map#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[ReactiveMap](https://github.com/solidjs-community/solid-primitives/tree/main/packages/map#reactivemap)<br />[ReactiveWeakMap](https://github.com/solidjs-community/solid-primitives/tree/main/packages/map#reactiveweakmap)|[](https://bundlephobia.com/package/@solid-primitives/map)|[](https://www.npmjs.com/package/@solid-primitives/map)| |
91 | 91 | |[memo](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[createLatest](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#createlatest)<br />[createLatestMany](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#createlatestmany)<br />[createWritableMemo](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#createwritablememo)<br />[createLazyMemo](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#createlazymemo)<br />[createPureReaction](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#createpurereaction)<br />[createMemoCache](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#creatememocache)<br />[createReducer](https://github.com/solidjs-community/solid-primitives/tree/main/packages/memo#createreducer)|[](https://bundlephobia.com/package/@solid-primitives/memo)|[](https://www.npmjs.com/package/@solid-primitives/memo)| |
| 92 | +|[mutable](https://github.com/solidjs-community/solid-primitives/tree/main/packages/mutable#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[createMutable](https://github.com/solidjs-community/solid-primitives/tree/main/packages/mutable#createmutable)<br />[modifyMutable](https://github.com/solidjs-community/solid-primitives/tree/main/packages/mutable#modifymutable)|[](https://bundlephobia.com/package/@solid-primitives/mutable)|[](https://www.npmjs.com/package/@solid-primitives/mutable)| |
92 | 93 | |[resource](https://github.com/solidjs-community/solid-primitives/tree/main/packages/resource#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[createAggregated](https://github.com/solidjs-community/solid-primitives/tree/main/packages/resource#createaggregated)<br />[createDeepSignal](https://github.com/solidjs-community/solid-primitives/tree/main/packages/resource#createdeepsignal)<br />[makeAbortable](https://github.com/solidjs-community/solid-primitives/tree/main/packages/resource#makeabortable)<br />[makeCache](https://github.com/solidjs-community/solid-primitives/tree/main/packages/resource#makecache)<br />[makeRetrying](https://github.com/solidjs-community/solid-primitives/tree/main/packages/resource#makeretrying)|[](https://bundlephobia.com/package/@solid-primitives/resource)|[](https://www.npmjs.com/package/@solid-primitives/resource)| |
93 | 94 | |[rootless](https://github.com/solidjs-community/solid-primitives/tree/main/packages/rootless#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[createSubRoot](https://github.com/solidjs-community/solid-primitives/tree/main/packages/rootless#createsubroot)<br />[createCallback](https://github.com/solidjs-community/solid-primitives/tree/main/packages/rootless#createcallback)<br />[createDisposable](https://github.com/solidjs-community/solid-primitives/tree/main/packages/rootless#createdisposable)<br />[createSharedRoot](https://github.com/solidjs-community/solid-primitives/tree/main/packages/rootless#createsharedroot)<br />[createRootPool](https://github.com/solidjs-community/solid-primitives/tree/main/packages/rootless#createrootpool)|[](https://bundlephobia.com/package/@solid-primitives/rootless)|[](https://www.npmjs.com/package/@solid-primitives/rootless)| |
94 | 95 | |[set](https://github.com/solidjs-community/solid-primitives/tree/main/packages/set#readme)|[](https://github.com/solidjs-community/solid-primitives/blob/main/CONTRIBUTING.md#contribution-process)|[ReactiveSet](https://github.com/solidjs-community/solid-primitives/tree/main/packages/set#reactiveset)<br />[ReactiveWeakSet](https://github.com/solidjs-community/solid-primitives/tree/main/packages/set#reactiveweakset)|[](https://bundlephobia.com/package/@solid-primitives/set)|[](https://www.npmjs.com/package/@solid-primitives/set)| |
|
0 commit comments