|
|
|
|
|
by aszen
1798 days ago
|
|
While this article doesn't do a good job of showing the benefits of state model, I still think it's a great way to build ui. Thinking of ui as derived state from your application model really helps in scaling ui applications reliably. Unfortunately react is not the best example of this approach. I would say try out elm or some of the clojurescript frameworks like reframe to truly grasp ui as application state |
|