Skip to content

Commit c351179

Browse files
committed
update README with sections
1 parent 5123671 commit c351179

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,23 @@ A collection of tools I've built to make JS app development simpler. To be hones
66

77
Simple 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)

0 commit comments

Comments
 (0)