About this document
Redux Interview Questions for Freshers by skittou is a document available to read on EtoBox.
Redux is an open-source JavaScript library used for managing application state in a predictable way. It is based on the Flux design pattern and uses a single store to hold the global state rather than multiple stores. Redux is small in size and has no dependencies. The core principles of Redux are that it has a single source of truth for state, state is read-only, and changes are made with pure functions. Reducers are used to update the state in a pure manner based on actions.
- Author
- skittou
- Language
- EN