Software Alternatives & Reviews

What's best practice for managing state without Redux?

react-context
  1. Context provides a way to pass data through the component tree without having to pass props down manually at every level.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 207 social mentions

  2. The simple but incredibly fast and flexible state management that is based on React state hook
    Pricing:
    • Open Source
    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.

    #Javascript UI Libraries #Front-End Frameworks #JS Library 16 social mentions

Discuss: What's best practice for managing state without Redux?

Log in or Post with