Back to Tech Stack

Redux

  • Web Applications
Website
Redux logo

Redux is a global state management library for React . While React itself lets developers define and update local state easily, handling application wide state updates is commonly done with support of third-party libraries. For large applications it becomes important to actively manage which parts of the state tree get updated when users interact with an application. This ensures the interface is snappy and stays in-sync across different parts of the app.

Code snippet of a Redux store as configured in one of Dinghy’s apps

Projects delivered with the help of Redux:

  • Real-Time Video Podcasting Production Studio as a web app

    Real-Time Video Podcasting Production Studio as a web app