reading-notes


Project maintained by Razan-am Hosted on GitHub Pages — Theme by mattgraham

Redux - Combined Reducers

Why choose Redux instead of the Context API for global state?

What is the purpose of a reducer?

What does an action contain?

Why do we need to copy the state in a reducer?


Terms


Combined Reducers


References:

@By Shalini Fernando/Using Redux and Context API

@By Kingsley Silas/Understanding How Reducers are Used in Redux

@By tutorialspoint/Redux - Actions