Table of Contents
Redux
Return to React
- Snippet from Wikipedia: Redux (JavaScript library)
Redux is an open-source JavaScript library for managing and centralizing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Similar to (and inspired by) Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark. Since mid-2016, the primary maintainers are Mark Erikson and Tim Dorr.
Redux is an open-source JavaScript library for managing application state. It is most commonly used with libraries such as React or Angular for building user interfaces. Similar to (and inspired by) Facebook's Flux architecture, it was created by Dan Abramov and Andrew Clark.
Description
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.
It is influenced by the functional programming language Elm.<ref>
</ref>
- Redux Saga - “Redux Saga is a fast-growing JavaScript library with over 9,000 stars on GitHub. It lets you rapidly create asynchronous apps using a new tool called ES6 Generators.” “Learn about Redux Saga, ES6, JavaScript testing, Redux effects, and Redux channels.” Fair Use Source: https://app.pluralsight.com/library/courses/redux-saga/description