Dynamic imports?
Is there a similar straightforward approach to import modules dynamically in SolidJS?
In Svelte it's as simple as:
It helps with non-ssr-friendly module imports. I was wondering if SolidJS has something similar? :))
In Svelte it's as simple as:
It helps with non-ssr-friendly module imports. I was wondering if SolidJS has something similar? :))

