|
|
|
|
|
by qudat
231 days ago
|
|
I’m not sure i could disagree more with a statement. Reacts innovation is simple: view is a function of state. Before that we had to construct the ui imperatively where we managed state AND ui transitions to state changes. Now we mostly just focus on rendering a ui based on the snapshot of state we have. It is revolutionary (for ui dev), it is scalable, it is the reason why react STILL dominates the ui landscape. React isn’t just popular because it’s familiar, that might be a component, but it ignores the historical and technological achievement it created |
|
The basic idea of a unidirectional loop is how video games were built for years before React.