React and Redux Basics | React and Redux Working | Architecture Of React and Redux !!

Опубликовано: 05 Август 2026
на канале: Code With Sanju
391
4

ReactとReduxの基本
React to Redux no kihon

React and Redux is very important and complex in an app to handle .You must understand flow properly . I will be Uploading Some more videos i recorded earlier .
We can always write code simple JSX and do all traditional Jquery and Javascript Stuff in it .
But Once the Code gets huge and bulky its very difficult to maintain and understand the data that goes from one component to other in react .
Hence redux comes in the saviour.

React and Redux are currently among the most popular JavaScript framework and library .They are becoming developers' first choice when it comes to front-end development.

In Past few months i have worked on React and Redux and i realised most of developers doesnt understand need of Redux and uses it .
We need to Understand the Basic of Why we use React and then go in depth of redux , else you will be confused .

Redux is like Flux in several ways, but it's different as well. It has these pieces:
Provider: wraps your application, injecting the store
Store: one large store that contains the state for your entire application
Reducers: reducers listen to actions and make changes on the store values. They also cannot mutate the data on the store in any way, but must return a new set of data.
Actions: pretty much just like flux actions, the only difference is that async can be handled in multiple different ways depending on store "middleware"
Components: React components can be injected with various pieces of store data. React components also trigger Redux actions. This is what makes it all come together.

----- COURSE LINKS:
Repo - https://github.com/Sanjay007/reactjs
Atom editor - https://atom.io/a
Download GIT - https://git-scm.com/
Visual Studio Code - https://code.visualstudio.com/


---------------------------------------------------------------------------------------------
You can find more front-end development tutorials on CSS, HTML, JavaScript, jQuery, WordPress & more on the channel homepage :- http://www.cravez.in

SUBSCRIBE TO CHANNEL -    / @bangarsanju12  

========== Spring Boot Tutorials Playlist ==========

   • Spring Boot Tutorials For Beginners- #1  I...  

============ Spring MVC for Beginners Playlist =============

   • Spring MVC Tutorials | Set Up and First Pr...  

================== Social Links ==================

FaceBook -   / crazy4solution  

Please watch: "Spring Boot Setup #5 - How To Setup Spring Boot"
   • Spring Boot Tutorials For Beginners- How t...