Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

does redux has a unidirectional data flow?

<!---- Does Redux have a unidirectinal data flow? ---------------------->

Redux architecture revolves around a strict unidirectional data flow.

This means that all data in an application follows the same lifecycle
pattern, making the logic of your app more predictable and easier 
to understand.

<!---------------------- Does Redux have a unidirectinal data flow? ---->
Source by reduxkotlin.org #
 
PREVIOUS NEXT
Tagged: #redux #unidirectional #data
ADD COMMENT
Topic
Name
6+3 =