This is what I meant, I'm using skeletons for my loader instead of spinner in a modal.
Currently when not using a resolver, some parts of the app is loaded immediately (header, footer component). But the rendered html would have the loader/skeleton ui instead of main data.
If I use a resolver, there would be blocking (can't show the skeletons, some components that could be immediately shown) but the rendered html would contain main data.
In the provided picture, I would like it so that I could immediately render an initial html, which contains components that could be immediately rendered (header, footer, skeleton), and after the main data has loaded, I would like the rendered html to include the main data (for better SEO), but I don't know if that's possible.
I hope that clears up my question @burnt tide @ruby zinc