For further actions, you may consider blocking this person and/or reporting abuse
Read next
🛠️ React Server Components vs. Client Components: When to Use Which? ⚡
Hamza Khan -
Why I Built the "Soo Good" Vegan Burger Website 🌱
Tomas Stveracek -
MarkoJS Frontend Development with Generative AI: A Modern Approach
Harshal Shah -
This Month in Solid #9: SolidHack started, new fellow and API change 😎
Daniel Afonso -
Top comments (4)
Have you tried dynamic import?
Thanks for the info! Have you implemented this before? Could you share a Github Gist? I am still doing research on this.
await import(RELATIVE_PATH)
is the syntax.Webpack knows.
Thank you for the info! I will check this out😎🤓