redux
Error: Fetching the article from Wikipedia failed.

Table of Contents

Redux

Return to React

Redux (JavaScript library)

Redux is an open-source software | open-source JavaScript library for managing application State (computer science) | state. It is most commonly used with libraries such as React (JavaScript library) | React or Angular (application platform) | Angular for building user interfaces. Similar to (and inspired by) Facebook's Use_of_the_Flux_architecture | 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 Fold_(higher-order_function) | reducing function, a functional programming concept.

It is influenced by the functional programming language Elm (programming language) | Elm.<ref>

</ref>

redux.txt · Last modified: 2025/02/01 06:32 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki