nowfound

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. 1
    Clerk280

    Authentication and user management for React and Next.js

    2021

  2. 2TS
  3. 3SS
  4. 4
    Quarkly184

    Design tool to create sites & web apps on React

    2020

  5. 5

    Framework for server-rendered React apps

    2017

  6. 6

    Render React components to Sketch ⚛️💎

    2017

  7. 7DS
  8. 8

    Compile UI Mockups to React Code

    2018

  9. 9

    A ReactJS boilerplate including authentication

    2020

  10. 10SW
  11. 11RS
  12. 122R
  13. 13AR
  14. 14FD
  15. 15
    PoemKit82

    React toolkit for fast web design and development

    2021

  16. 16RI
  17. 17ES
  18. 18MW

    2017 · raulsebastianmihaila.github.io

  19. 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

  20. 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

  21. 21AS
  22. 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

  23. 23NB
  24. 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 →