|
|
|
|
|
by QuadmasterXLII
929 days ago
|
|
With modern browsers, "completely re-output the entire user interface on every state change" is kinda viable. I recently wrote a trebuchet simulator app (hastingsgreer.github.io/jstreb) without a framework. instead I wrote a "rebuild UI" function that I call on every new state, and the user experience is super snappy |
|
So maybe some kind of "non-functional"/reused state issue exists regardless?