This is a super-PR for a number of major improvements to the Perseus state platform, including:
Suspended state
Delayed state [REMOVED]
Request-time global state, and amalgamation of that with build-time global state
Together, especially with the first two, these should be a major improvement to the ergonomics of working with complex state, especially on the browser-side! The aim of these features is to ensure that we don't have to manually invoke spawn_local_scoped or the like, rather using asynchronous handler functions that are automatically called in the browser.
This is a super-PR for a number of major improvements to the Perseus state platform, including:
Together, especially with the first two, these should be a major improvement to the ergonomics of working with complex state, especially on the browser-side! The aim of these features is to ensure that we don't have to manually invoke
spawn_local_scoped
or the like, rather using asynchronous handler functions that are automatically called in the browser.Closes #150 and closes #225.