Learn
That
Stack
Ace your next interview
Tech Stacks
Cheatsheets
Interview Questions
Sign in
Tech Stacks
Cheatsheets
Interview Questions
Sign in
Home
Interview Questions
Redux
What are the three core principles of Redux?
Back to Redux
All Frontend Development
Previous
Next
What are the three core principles of Redux?
Beginner
Answer
Single source of truth
: The global state is stored in a single store
State is read-only
: State can only be changed by dispatching actions
Changes are made with pure functions
: Reducers are pure functions that specify how state changes in response to actions
Back to Redux
Next Question
Explanation
AI Powered
Generating explanation with Claude AI...
This will use 10 credits
credits used
Close
Close