A collection of tools I've built to make JS app development simpler. To be honest, there isn't a "story" connecting these packages together (I'm no TanStack). But they follow a common theme: solve a simple use case without too many features.
Simple Store is a reactive store that combines the simplicity of signals with the power of "selectors" you'd find in Zustand or Redux.
- Source code: simplestack-store
- Documentation: simple-stack.dev/store
Simple Scope is a vite plugin that generates scoped IDs for any file you're in. Perfect for form label IDs and query selectors.
- Source code: simplestack-scope
- Documentation: simple-stack.dev/scope
Simple Query is a simple way to add JS scripts to Astro components.
- Source code: simplestack-query
- Documentation: simple-stack.dev/query