WebDev 2022
Repo WebDev 2022

Redux

Redux

Redux is an open-source JavaScript library for managing and centralizing application state

Redux is a small library with a simple, limited API designed to be a predictable container for application state. It operates in a similar fashion to a reducing function, a functional programming concept.