▲ | WA 6 hours ago | |||||||||||||||||||||||||||||||
What code are you using to reactively render state? Or do you write all DOM manipulations manually and just accept the problem of state explosion? | ||||||||||||||||||||||||||||||||
▲ | austin-cheney 5 hours ago | parent [-] | |||||||||||||||||||||||||||||||
Here is an example: /lib/dashboard/dashboard_script.ts https://github.com/prettydiff/webserver When you aren’t using framework like components state restoration is a single function that runs only on page load. There is no state explosion and on localhost the SPA fully renders and finishes state restoration in about 105ms from http request. | ||||||||||||||||||||||||||||||||
|