Redux

Redux

The Redux store is the main, central bucket which stores all the states of an application. It should be considered and maintained as a single source of truth for the state of the application.

If the store is provided to the App.js (by wrapping the App component within the <Provider> </Provider> tag) as shown in the code snippet below, then all its children (children components of App.js) can also access the state of the application from the store. This makes it act as a global state.

To view or add a comment, sign in

More articles by Shivangi Seth

  • Tensorflow

    TensorFlow is an open-source library for machine learning and numerical computation. It was developed by Google to help…

  • React JS

    React.js is a free, open-source JavaScript library that helps developers build user interfaces (UIs) for web and mobile…

  • Fast API

    What is FastAPI used for? What is FastAPI used for? Python developers who want to create high-performance APIs with…

  • Quant

    What exactly do quants do? A quant refers to a person specializing in the implementation of statistical and…

  • Hive

    Apache Hive is a data warehouse system that helps users store, manage, and analyze large amounts of data. It's built on…

  • RAG

    RAG can stand for Retrieval-Augmented Generation or red, amber, green. Retrieval-Augmented Generation RAG is an AI…

  • Power Automate

    Microsoft Power Automate is a cloud-based service that automates tasks and workflows across applications and services…

  • Tableau

    Tableau is a data visualization and business intelligence tool that helps users analyze and report on large amounts of…

  • A/B Testing

    A/B testing is a method that compares two or more versions of a variable to determine which one performs better. It's…

  • React JS

    What is ReactJS and why it is used? What is React JS used for? ReactJS's primary goal is to create User Interfaces (UI)…

Insights from the community

Others also viewed

Explore topics