DEV Community

[Comment from a deleted post]
Collapse
 
ryanguitar profile image
Ryan Els

Nice article. I think the use of aggregating modules is also worth a mention. I have found it very useful in a project I am busy with. You can get more info in the mozilla docs at developer.mozilla.org/en-US/docs/W... . When it comes to variables in es modules it is important to note that imported variables are read-only and need to be updated on the export file.

Collapse
 
agorushkin profile image
Arsenii Gorushkin

Thank you for taking your time and leaving a feedback! I will check out the source that you sent to me (Thanks for it). Whenever I write these, I write from my own experience. And as I don't really have a "checklist" of sorts with every single feature, sometimes it happens that I forget to mention one or another thing. But once again, thank you for your feedback!