For further actions, you may consider blocking this person and/or reporting abuse
Read next
Cloud Computing Beyond Containers: How Cloudflare’s Isolates Are Changing the Game
Harsh boricha -
Why Strong DSA Knowledge is Essential for Software Engineers
Anwar Hossain -
JavaScript - A Blessing or a Curse?
Sotiris Kourouklis -
How TypeScript Makes React Better: Smoother Developer Experience, Fewer Bugs (With a useState Example)
Idris Gadi -
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😎🤓