Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sofiane-abou-abderrahim/modular-javascript-events-project-planner

In this demo, I used Modules to make my previous "JavaScript Events Project Planner" app code more readable. To do that, I used the module type and a dummy web server for development. With modules, every Javascript file states its dependencies and has its own import. So they help you split your code and download things only when you need them.
https://github.com/sofiane-abou-abderrahim/modular-javascript-events-project-planner

default-exports export import javascript modules named-exports type-module web-server

Last synced: 1 day ago
JSON representation

In this demo, I used Modules to make my previous "JavaScript Events Project Planner" app code more readable. To do that, I used the module type and a dummy web server for development. With modules, every Javascript file states its dependencies and has its own import. So they help you split your code and download things only when you need them.

Awesome Lists containing this project