nanostores
A tiny (286 bytes) state manager for React/RN/Preact/Vue/Svelte with many atomic tree-shakable stores (by ai)
vite
Next generation frontend tooling. It's fast! (by vitejs)

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
nanostores | vite | |
---|---|---|
20 | 912 | |
6,314 | 73,961 | |
1.9% | 1.4% | |
7.6 | 9.9 | |
about 1 month ago | 5 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nanostores
Posts with mentions or reviews of nanostores.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-19.
-
Using nanostores in Astro + Vue setup
use a shared state manager like nanostores
- Nanostores: A tiny (286 bytes) state manager for React/RN/Preact/Vue/Svelte
-
Building jargons.dev [#2]: The Dictionary Search Engine
I retrieved access to files the directory of words using the Astro.glob() function super easily (too bad I couldn't talk about how powerful this function is; how glad I am it existed out-the-box in Astro and how much ease it brought into the flow of getting this search engine up and running) and plugged the returned array of word objects into a $dictionary state (maybe I should call this a store) powered by nanostore (another beautiful stuff right there)
-
Astro.js as an alternative to Next.js: pushing the limits
In its docs, Astro recommends nanostores, but I’ve used effector in the past. And LOVED IT. So I’ve used it for this project as well.
-
React roadmap ( with explanations and resources, all in one place)
Nanostores explanation
-
How to Write a Great Readme
vidstack is very light on technical details but starts with a concise intro and a screenshot, as well as relevant links: https://github.com/vidstack/player
payload is well-structured in general: https://github.com/payloadcms/payload
nanostores starts out with an intro and telling code examples, followed by lots of technical details: https://github.com/nanostores/nanostores
-
Is redux and thunks still used or are there other alternatives for it now?
Nanostores and Reatom are also great, fast atomic libs
-
Is it possible to build a “framework agnostic” library like tanstack table?
Astro handles multi-framework components (React, Vue, etc) and they recommend using the nanostores library for shared state.
-
how to share state between components with distant shared parent?
Checkout Nanostore it's what Astro.build recommends for sharing state across different ui libraries.
-
Building a multi-framework dashboard with Astro
All of these are valid ways of fixing the state management issue, but it's clear that we need to find a common solution that works for all the UI libraries. This is where nanostores comes into play! The description they provide on their GitHub page is simply perfect:
vite
Posts with mentions or reviews of vite.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-22.
-
Secure Note Manager in React – Part 1: Cryptography with WebCrypto API
The application scaffold was created using the Vite build tool (https://vite.dev/).
-
Monorepo with Bun
vite handles it really well but run via bunx
-
Save time with sumsummary.com!
Frontend Vue with Vite, PrimeVue for components, unDraw for illustrations
-
Bolt Hackathon: Day One
I used Spring Initializr to generate the starting point of my Spring Boot application, using their MySQL guide to set up a database in Docker. I also created a React+Vite app to consume the API I plan on creating.
-
JavaScript is so redundant
Why are there so many JavaScript build tools? Gulp, Grunt, Webpack, Laravel Mix, Rollup.js, and now Vite. And these are just the ones that I've worked with. Haven't we solved this problem? And why build a new tool? Why not improve existing tools?
- BookMS
-
Is create-react-app Deprecated? What You Need to Know in 2025
Vite Documentation Next.js Documentation React Docs
-
🧩 What’s a DApp? How Frontends Talk to Smart Contracts on Arbitrum
Vite + React for the frontend
-
Why Upgrading to Tailwind CSS 4.1.4 Might Be the Best Decision You Make This Year
When I first set up my project, I chose TailwindCSS 3.4.17 because it was stable, reliable, and packed with all the utilities I needed to build a sleek, responsive design. Paired with Vite 6.3.2 for its blazing-fast development server and autoprefixer 10.4.21 to handle browser compatibility, my workflow felt smooth and efficient. However, as the web development landscape evolves, so do the tools we rely on. Recently, TailwindCSS 4.1 was released, and after reading through the official announcement , I realized it’s time to take my project to the next level.
-
From Tailwind CLI to Vite: A Developer’s Journey to Better Performance (2025 Edition)
I’m always on the lookout for tools that can make my workflow faster, more efficient, and enjoyable. Recently, I decided to integrate Vite into my existing TailwindCSS CLI project, all-things-digital. My goal was to modernize my build process while keeping the simplicity of my current setup intact. In this blog post, I’ll walk you through the entire process—from creating a backup branch, integrating Vite into my current codebase and modularizing my code to take advantage of what Vite has to offer. By the end of this journey, you’ll have a clear understanding of how to upgrade your own project with Vite while maintaining modularity and performance.
What are some alternatives?
When comparing nanostores and vite you can also consider the following projects:
jotai - 👻 Primitive and flexible state management for React
Next.js - The React Framework
effector-react - Business logic with ease ☄️
gulp - A toolkit to automate & enhance your workflow
tsm - TypeScript Module Loader
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured