Evan Almloff
Evan Almloff
> Doesn't work at least not in Windows, but anyway. `dx serve` looks for the "compiled" `.css` and `__assets_head.html` in the project root folder, instead of the `dist` folder where...
Out of order SSR is working on the server. Still some work to do to make client side suspense work correctly. Out of order SSR without JS makes it possible...
Suspense adds ~10kb to the hello world binary size. It is now `~116kb` with all nightly optimizations enabled
Still some paper cuts here, but the initial version of suspense boundaries and component errors is working. Here are a few things I would like to improve in future PRs:...
mounted events are working correctly, but effects currently run inside of suspended nodes instead of waiting for suspense to finish before running
We will probably need javascript for out of order streaming. The declarative shadow dom gets us most of the way there, but it doesn't let you replace a piece of...
Some notes from discussion during review: - Suspense is kind of odd as a component; It shares none of the state with components and shares none of the diffing logic...
This was fixed in https://github.com/DioxusLabs/dioxus/pull/2258
This was fixed in https://github.com/DioxusLabs/collect-assets/pull/30
This was fixed in https://github.com/DioxusLabs/collect-assets/pull/30