#4 Our First Reducer & Actions - Redux & React For Everyone

preview_player
Показать описание
In this series we'll be learning Redux with React for beginners.
Sign up for Level Up Pro for full access

The best shared web hosting

Subscribe to the Level Up Newsletter

Redux is a predictable state container for JavaScript apps.

It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.

React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.
Declarative views make your code more predictable and easier to debug.

Build encapsulated components that manage their own state, then compose them to make complex UIs.
Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.

We don't make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code.
React can also render on the server using Node and power mobile apps using React Native.
Рекомендации по теме
Комментарии
Автор

What an amazing video man!!! I struggled with the concept of state for months. Connected everything actions, reducers, configureStore and components but was completely clueless how to use it. After watching this tutorial state made so much sense.
I had a course with ...state in reducer for months, but instructor failed to explain WHY it was there, and thanks to you man now I know why it should be there. If I could give you a million likes I gladly would. You made my day man. Thanks again for helping people like me. God Bless!!!

ritchieharrison
Автор

Couldn't have been simpler. Thank you!

antarikshgosain
Автор

He explained concepts clearly, and practically i understand spread in js. thanks man

iNovotek
Автор

Great and clear introduction to Reducers and actions in Redux/React.

tore
Автор

Very easy to understand . Other tutorials confusing me all the time

keanemgl
Автор

12:19 - aren't the three dots called spread syntax (not object destructuring)?

davevanhoorn
Автор

This is all well, fine and understandable, until you try to build something large, and the whole actions => reducers workflow despite being modular becomes convoluted.

michaelstollairetbarceo
Автор

underrated tutorialb because of limited views. thanks man.

General_Aladeen
Автор

One of the smallest and encouraging videos.

vinodbhatt
Автор

For more that I try I can't understand redux, I can't, it's annoying

waterp