File tree Expand file tree Collapse file tree 1 file changed +20
-2
lines changed
Expand file tree Collapse file tree 1 file changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,23 @@ A collection of tools I've built to make JS app development simpler. To be hones
66
77Simple Stack has a few actively maintained packages:
88
9- - ** [ Simple scope] ( https://simple-stack.dev/scope ) :** A scoped ID generator for any file you're in. Perfect for form label IDs and query selectors.
10- - ** [ Simple query] ( https://simple-stack.dev/query ) :** A simple way to add JS scripts to Astro components.
9+ ## Simple Store
10+
11+ Simple Store is a reactive store that combines the simplicity of signals with the power of "selectors" you'd find in Zustand or Redux.
12+
13+ - Source code: [ simplestack-store] ( https://github.com/bholmesdev/simplestack-store )
14+ - Documentation: [ simple-stack.dev/store] ( https://simple-stack.dev/store )
15+
16+ ## Simple Scope
17+
18+ Simple Scope is a vite plugin that generates scoped IDs for any file you're in. Perfect for form label IDs and query selectors.
19+
20+ - Source code: [ simplestack-scope] ( https://github.com/bholmesdev/simplestack-scope )
21+ - Documentation: [ simple-stack.dev/scope] ( https://simple-stack.dev/scope )
22+
23+ ## Simple Query
24+
25+ Simple Query is a simple way to add JS scripts to Astro components.
26+
27+ - Source code: [ simplestack-query] ( https://github.com/bholmesdev/simplestack-query )
28+ - Documentation: [ simple-stack.dev/query] ( https://simple-stack.dev/query )
You can’t perform that action at this time.
0 commit comments