react-router VS hookstate

Compare react-router vs hookstate and see what are their differences.

react-router

Declarative routing for React [Moved to: https://github.com/remix-run/react-router] (by reacttraining)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
react-router hookstate
27 16
43,839 1,633
- -
5.6 4.8
over 2 years ago 6 months ago
JavaScript 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.

react-router

Posts with mentions or reviews of react-router. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-01.
  • ReactJS Good Practices
    13 projects | dev.to | 1 Nov 2023
    React Router
  • Some Very Cool (Underrated maybe) React Libraries
    4 projects | dev.to | 8 Feb 2023
    React Router: This library provides routing capabilities for React applications. It offers a simple and flexible API, with features like lazy loading, dynamic routes, and support for mobile devices. https://github.com/ReactTraining/react-router
  • Accessing params with react-router-redux
    1 project | /r/codehunter | 2 May 2022
    I'm using react-router-redux (https://github.com/ReactTraining/react-router/tree/master/packages/react-router-redux)
  • DOMException: Failed to execute 'replaceState' on 'History': A history state object with URL
    2 projects | /r/codehunter | 1 May 2022
    While searching for a solution I found https://github.com/ReactTraining/react-router/issues/5801related to my problem, but no solution.
  • React Router vs Redux First Routing
    2 projects | /r/codehunter | 30 Apr 2022
    However, it seems that react router is the overwhelmingly dominant browsing solution for react + redux apps. react-router has 28,355 stars on github to redux-first-routing's 76. This double source of truth issue seems like a common one. Why has redux first routing not seen wider adoption? How do people solve this problem with react router? Why is react router worth the inconvenience of connecting your components to both the router and redux state?
  • React Router (v4) Navbar
    1 project | /r/codehunter | 22 Apr 2022
    // Exerp From: https://github.com/ReactTraining/react-router/issues/4105export const renderMergedProps = (component, ...rest) => { const finalProps = Object.assign({}, ...rest); return ( React.createElement(component, finalProps) );}export const PropsRoute = ({ component, ...rest }) => { return ( { return renderMergedProps(component, routeProps, rest); }}/> );} Most of the documentation and articles online are for v2&3. The docs for v4 don't go into detail on how to handle this. Many people nested a route for their app. However, when I do that, I get a stack overflow in the console with a print of the frames.
  • React Router Switch and exact path
    1 project | /r/codehunter | 18 Apr 2022
    I have read this document about react-router Switch
  • How to implement scroll restoration for React Router SPA
    2 projects | /r/codehunter | 17 Apr 2022
    One point of significance here is this from @TrevorRobinson's answer "the browser's automatic attempts at scroll restoration... ...mostly don't work for single-page apps..." Ok... I found consistent support for history.scrollRestoration, but apparently browsers are crappy at actually DOING the scroll restoration. Then that should be noted here, which would have saved me time today.
  • React Router V4 protected private route with Redux-persist and React-snapshot
    3 projects | /r/codehunter | 13 Apr 2022
    I know this is a loaded question, but I want to effectively use these 3 libs(React-Router V4, Redux-persist, React-snapshot) together to serve protected routes without the mentioned errors.
  • How can I serve robots.txt on an SPA using React with Firebase hosting?
    1 project | /r/codehunter | 9 Apr 2022
    http://example.com/robots.txt I see on this page that:

hookstate

Posts with mentions or reviews of hookstate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • A Comprehensive Guide to React State Management
    3 projects | dev.to | 12 Apr 2024
    Hookstate
  • ReactJS Good Practices
    13 projects | dev.to | 1 Nov 2023
    Avoid using complex state structures to make it easier to manage and debug. There are multiple libraries to help manage complex state management such as Redux, Hookstate, etc.
  • What is React State Management?
    5 projects | dev.to | 6 Apr 2023
    Link: https://hookstate.js.org/
  • 2022: Best State management libraries in React JS
    3 projects | dev.to | 13 Sep 2022
  • The new wave of React state management
    7 projects | /r/javascript | 2 Jul 2022
    As you stumble on this post and article, do check out one library not mentioned in this list: hookstate. I'm a big fan, the API is very simple and it offers lots of extendability options.
  • As a beginner which is better Redux or useContext() API?
    7 projects | /r/reactjs | 28 Jun 2022
    Why don't you try out hook state
  • Redattolo, un gioco per ████████ in React (Next.js)
    10 projects | /r/ItalyInformatica | 2 Jun 2022
    Lo stack tecnologico è abbastanza standard per il 2022: il core è Next.js (quindi React, 18), di store managemente se ne occupa Hookstate e per un po' di collante in più c'è l'event emitter / pubsub Mitt.
  • React state management libraries in 2022
    8 projects | /r/reactjs | 18 May 2022
    I have been using Hookstate, curiously aanbidt never mentioned in lists like this.
  • What's best practice for managing state without Redux?
    5 projects | /r/reactjs | 18 May 2022
    I've never understood why Hookstate (https://hookstate.js.org/) doesn't get more love. It's super-simple (no boilerplate), modern (hook-based), performant (works great for all size apps) and even works outside of components beautifully. It's somewhat similar to context, but more robust and feature-rich (because it's a true state management solution, which context really isn't meant to be). It's basically the only way I've done state in React for a couple of years now and I wouldn't trade it for the world.
  • Noob question, Nextjs vs CRA?
    1 project | /r/nextjs | 9 May 2022
    If your data requirements aren't particularly mutating / don't mutate regularly then the newer context api would be your friend it essentially variable that is scoped to your react tree which components can subscribe to changes of, but it is important to know that: unfortunately the current useContext hook (and by extension the rest of the context api) doesn't have any means of specifically "choosing" / "selecting" a part of that context state which is where it falls behind redux etc... - even though they technically operate very very similarly - both redux and context api make use of "subscriptions" to track state updates, just that the context api was designed as a means of "dependency injection" whereas redux was designed for managing state across an entire application. Passing data through props is practically the same, as before the hooks api - avoid prop drilling etc... if you're simply looking at avoiding prop-drilling and just passing some stateful value to another component thats deeply nested then context is your friend - as for redux, I personally am further inclined to hookstate as I think their api is really strong.

What are some alternatives?

When comparing react-router and hookstate you can also consider the following projects:

react-snapshot - A zero-configuration static pre-renderer for React apps

zustand - 🐻 Bear necessities for state management in React

jest - Delightful JavaScript Testing. [Moved to: https://github.com/jestjs/jest]

jotai - 👻 Primitive and flexible state management for React

browserify-rails - Browserify + Rails = a great way to modularize your legacy JavaScript

redux-toolkit - The official, opinionated, batteries-included toolset for efficient Redux development

react-hooks-testing-library - 🐏 Simple and complete React hooks testing utilities that encourage good testing practices. [Moved to: https://github.com/testing-library/react-hooks-testing-library]

react-hook-form - 📋 React Hooks for form state management and validation (Web + React Native)

redux-first-routing - A minimal, framework-agnostic API for accomplishing Redux-first routing.

unstated-next - 200 bytes to never think about React state management libraries ever again

Gatsby - The best React-based framework with performance, scalability and security built in.

particule - Fine-grained atomic React state management library