Sarguel
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 ?
5 replies
class string interpolation with tailwind
Hello, I'm not sure that my issue is relevant to solid or to vite tailwind in general.
When using string interpolation to create a css class it does not get imported if the interpolation only concern part of the class name.
i.e.
The third button isn't green. Is it expected behaviour ?
link to sandbox: https://codesandbox.io/s/withered-tdd-542e6x?file=/src/App.tsx
12 replies