What is Redux in React Js | Major benefits of Redux | When to use Redux | Core concepts of Redux
What is Redux in React Js
Redux, inspired by Flux, improves the management of state in JavaScript applications
Its built on three principles: single source of truth, immutable state, and pure reducer functions
Redux provides the container for applying the actions to produce new states based upon the logic of the reducer functions
Reducer functions can work on different parts of the state tree and be combined together
Why Redux?
Each action reduces the state to a new predictable state, to which the application user interface transitions
A state container, known as store, contains the reduction logic implemented as pure functions as well as the last reduced (current) state
redux toolkit
redux toolkit tutorial
react redux
redux tutorial
Three Principles of Redux
To enable state changes to be predictable, the following constraints applied to state changes
Single Source of Truth
State is Read-Only
Changes are made with Pure Functions
Please do like share and comment if you like the video please do hit like and if you have any query please write it comment box
Please do subcribe my other video tutorials
React Native : https://www.youtube.com/watch?v=9aN93sM6OJQ&list=PLsvvBhdpMqBx0f2T7The14FV2sthRo_L5
React JS : https://www.youtube.com/watch?v=5kBISm01zHg&list=PLsvvBhdpMqBzPZ75UzwbIQrPYk6NmFWiW
Linux Tutorials : https://www.youtube.com/watch?v=cJ4RmxbS1VM&list=PLsvvBhdpMqBz3yff6mYLc9BlhI0YVP7ZS
Jquery : https://www.youtube.com/watch?v=wvPzvVn13xU&list=PLsvvBhdpMqBz3lROu38xphPSGXEl27U1d
Html & Css : https://www.youtube.com/watch?v=yHV-I96ESBE&list=PLsvvBhdpMqBw5pNIDYgsIyr9giWVWwA2M
Wordpress : https://www.youtube.com/watch?v=oBsaz2cYx6c&list=PLsvvBhdpMqByMSHXyehbldHx0o3EtvGuh
Javascript : https://www.youtube.com/watch?v=Zbyd31hq3g8&list=PLsvvBhdpMqBySsqQsvMkOd9SpKQ_R2HDo
Magento 2 Tutorials : https://www.youtube.com/watch?v=84dNyRoQthQ&list=PLsvvBhdpMqBz_3k14bYpYEIPFI4MQporp
Github Tutorials : https://www.youtube.com/watch?v=N9Dfs4gUMjc&list=PLsvvBhdpMqByiaj7F289-nO26iBYc9ot9
October CMS : https://www.youtube.com/watch?v=jFD2VUAxu2o&list=PLsvvBhdpMqBz027a08LovCuCAnU6T7VZx
Thanks for watching
Have a Great Day !!!