I am starting this new series called Tip Tuesday in which I will write an article which includes some tips & tricks every Tuesday. So please fo...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for sharing!
I really wonder how Dynamic import works behind the scenes. Do you have some resources you can recommend?
dev.to/nialljoemaher/dynamic-impor... I think this article can help you. Thanks For Reading!!
Love 'globalThis' ~
The import.meta has to be the most useless
Actually, itβs something that we will use more in future. It will be a good replacement for Node.js process.env == import.meta.env
Vite, the bundler, does use this already. Webpack will follow I think. At least v5 does not ship the process polyfill by default anymore.
Yep It can be used in the future, it has scope
Yep!
Nullish coalescing & optional chaining are my favs! π¬
They are useful in real world!
the export * one truly got me hyped
Nice
Great post!
Thank You Very Much!!
I'm very happy about optional chaining!
Me too
freecodecamp.org/news/javascript-n... - found exactly same article..don't know if these were written by same author. of course, found this informative.