Skip to content

bholmesdev/simple-stack

Repository files navigation

Simple Stack 🌱

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

Simple Store is a reactive store that combines the simplicity of signals with the power of "selectors" you'd find in Zustand or Redux.

Simple Scope

Simple Scope is a vite plugin that generates scoped IDs for any file you're in. Perfect for form label IDs and query selectors.

Simple Query

Simple Query is a simple way to add JS scripts to Astro components.