Advanced Redux : What's the problem createAction solved?

Описание к видео Advanced Redux : What's the problem createAction solved?

Because the flux architecture, require you to define an action as a way to update the centralized store and therefore broadcast those state changes to all UI components, for that you need to :

Create an object with type and payload
Define the all the possible Types
in separate files.

createAction generate that for you.


Personal notes :
https://docs.google.com/document/d/1e...

.
.
.
.
.
.
.
.
#react #redux #business #state #management

Комментарии

Информация по комментариям в разработке