Materially React
  • Welcome
  • Getting Started
  • Prerequisites
  • Installation
  • Authentication
  • Localization
  • File Structure
  • Routing
  • Template Config
  • Layout Option
  • Default Theme
  • Color Management
  • State Management
  • Dependencies
  • Support
  • Changelog
Powered by GitBook
On this page
  • Context API
  • Redux
  • State, Action & Reducer

Was this helpful?

State Management

PreviousColor ManagementNextDependencies

Last updated 11 months ago

Was this helpful?

Context provides a way to pass data through the component tree without having to pass props down manually at every level.

React Redux is the official React binding for Redux. It lets your React components read data from a Redux store, and dispatch actions to the store to update data.

Familiarity with key Redux terms and concepts like "actions", "reducers", "store", and "dispatching".

Context API
Redux
State, Action & Reducer