DEV Community

Discussion on: Updates from 80th TC39 meeting

Collapse
 
romko391 profile image
Romko • Edited

for the lazy imports I'd suggest using construction like:
defer import { something } from 'module';
as we already have defer attribute in HTML, so it would be easier to memorise.