Alternatives
Products that do what State-in-url package for state management with URL sync does
I spent some time to build an NPM package about state management (another one, I know) for Next.js/React.js. Idea: Storing web application state in URL, It's a bright idea to use URI, but there isn't a simple and good implementation. Can save state of forms, or filters, users can reload page or share the link. Demo to play around: https://state-in-url-asmyshlyaev177.vercel.app/ What I wanted to achieve and why The World need another library: - Storing complex objects, e.g. any valid JSON with nested fields. - Focus on Developer Experience and simplicity, API similar to…
- 1

- 2TS
2021 · simpler-state.js.org
- 3SS
2021 · github.com
- 4

- 5

- 6

- 7DS
2018 · github.com
- 8

- 9

- 10SW
2019 · github.com
- 11RS
2022 · github.com
- 122R
2018 · github.com
- 13AR
2018 · github.com
- 14FD
2017 · github.com
- 15

- 16RI
2018 · github.com
- 17ES
2017 · github.com
- 18MW
2017 · raulsebastianmihaila.github.io
- 19FS
Hi HN I built *fluent-state*, a lightweight React hook that replaces useState, useReducer, useMemo, and useEffect. It gives you: - A fluent, proxy-based API: `state.user.name('Joe')` - Immutable updates without spread logic - Automatic dependency tracking - Built-in `compute` for reactive, memoized derived state (no useMemo needed) - Built-in `effect` for reactive side-effects with automatic dependency tracking (no useEffect needed) - Zero boilerplate, full control Designed for local state, nested structures, and clean, declarative code. Demo:…
2025 · github.com
- 20AJ
with affinity you can make multiple apps (components eventually) and store (ala redux) - while a store can be shared through apps. This started as a case study and as a small reusable code for creating self contained dom elements with functionality - during the time of development, ideas and inspiration came from angular, react and vuejs. suggestions and feedback is mostly welcomed. The interesting challenges were finding ways for these topics: 1. create a component lib using dom and js only, without any 3rd party . 2. producing semantic html in dom . 3. allow template micro syntax (using…
2018
- 21AS
2019 · npmjs.com
- 22RG
I built a small guided tour library for React because I couldn’t find a free one that works cleanly with React 19+. It’s lightweight, uses modern React APIs, and is free. Let me know what you think: https://github.com/Aladinbensassi/react-guided-tour
Jan 2026 · github.com
- 23NB
2017 · github.com
- 24IB
Hey everyone! Some time ago I was analyzing why React apps are so hard to optimize, and came to a conclusion that the lack of atomic updates is the culprit. I made an experimental library which basically updates everything in place directly in HTML. At some point I became aware that Solidjs exists, which is a very similar idea, but at the end of the day I realized my approach to API is quite different and warrants the existence of my library (my state primitive allows selector subscriptions, array iterators return a state primitive with the element, allowing to never re-render the whole…
2024 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →