Waiting for big component
Hello, I want to wait for a big synchronous component to render while rendering everything else around.
After trying:
The only solution I could came up with was to wrap it in a component that "make it" async as such:
working example: https://playground.solidjs.com/anonymous/0caaf54b-4be7-4013-ae34-e36f73afcbb6
Is there no better way to achieve this goal ?
After trying:
The only solution I could came up with was to wrap it in a component that "make it" async as such:
working example: https://playground.solidjs.com/anonymous/0caaf54b-4be7-4013-ae34-e36f73afcbb6
Is there no better way to achieve this goal ?
Quickly discover what the solid compiler will generate from your JSX template
