For further actions, you may consider blocking this person and/or reporting abuse
Read next
How to create a newsletter signup form in just 20 minutes with shadcn/UI and Manifest
Sébastien Conejo -
The Future of Web Development: How Astro and Solid Start are Redefining Performance and Flexibility in 2024
404_CHRONICLES -
20 TypeScript Tricks Every Developer Should Know 🚀
Jagroop Singh -
I made LexioJS: a NLP library built in VanillaJS
Somnath Pan -
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😎🤓