Please enable JavaScript.
Coggle requires JavaScript to display documents.
modern frameworks - Coggle Diagram
modern frameworks
-
a reactive application
-
intent : to provide a more responsive, reliable experience to the users of an application.
reactive programming
-
state
derived state
-
a - actual state, b - derived state
two different components → two different state, need coordination via view-model
as the application grows → completely removes the possibility to effectively reason about the causality of changes, or the flow of state
instead of having components that contain two different states → we have stateless components pulling from a third component (state - level 1)
-
-
asynchrony
-
banking app example
-
-
solution → cancel the previous request when a new one is made, not that easy
-
what happens, because of what
state
-
the state of the coffee → it is hot, it is also shit
.then → it will be cold, it will still be shit