The roadmap includes implementing ECMAScript modules and prioritizing correctness. Performance improvements come next after foundational elements are solid. #ESModules 5/6
Latest posts tagged with #ESmodules on Bluesky
The roadmap includes implementing ECMAScript modules and prioritizing correctness. Performance improvements come next after foundational elements are solid. #ESModules 5/6
When creating AI-generated JavaScript code, make sure to check if it's using ES Modules (import/export) or CommonJS (require/module.exports). Switching to ES Modules is the newer standard and best practice.
#JavaScript #ESModules #LessonsLearned
@teqfw/di: Coding JavaScript like a Java boss Эта статья для тех, кто, как ...
habr.com/ru/articles/901678/
#teqfw #javascript #es6 #esmodules #dependency #injection #ioc
Event Attributes
With the 11kb loaded, you pretty much have everything you need "framework-wise" including the #RPC module to call server methods. The only additional code would be your routes/components and any vanilla libs you want to use - all lazily loaded #esmodules
I love lazy loading 🤸
Ask for a route, get that route, and nothing else.
I'm getting some very promising numbers with this approach even with a full-blown SPA
#ESModules are a bit OP
#javascript #frontend #dev #webdev #buildinpublic
Want a smaller bundle? Re-order the "main" resolution in your webpack config to look for ESmodules first. This way your dependancies can be tree-shaken, saving you precious KBs!
#webpack #ESmodules #Carbon x.com/dawn_noreply/status/1023...