Erfan
Explore posts from serversRendering dynamic components
Hi Solid community, I could really use your help:
Here’s the situation:
I’d like to dynamically create these buttons (just an example 😅 ) and nest them into each other at runtime as needed.
So I thought I’d store a list of these components in a signal and simply render the children in code like this:
Unfortunately, it doesn’t work — nothing gets rendered, and I’m not sure why. Thanks 🙏
38 replies
Deno 2.4 emit for bundling with "npm:" imports inside code
Hi People, i try to bundle my code with Deno emit. Inside my code i am using packages from npm, like npm:solid-js@^1.9.6. It looks like the loader from bundle can not resolve the package.
Does someone know, if it is somehow possible to make it work ?
The Error: Bundler.loader.load(npm:solid-js@^1.9.6) failed: Module "npm:solid-js@^1.9.6" was an unsupported module kind.
3 replies