|
|
|
|
|
by k__
2976 days ago
|
|
I think this works well for Angular, because it's based on observables. Rendering is just a function from state->ui. If they build their state-container on observables too, the re-render will follow implicitly by subscribing to it. |
|