KristjanESPERANTO / MagicMirror-3rd-Party-Modules

This project provides an overview of all MagicMirror² modules and puts the modules through a few tests.
https://kristjanesperanto.github.io/MagicMirror-3rd-Party-Modules/
MIT License
17 stars 5 forks source link

Chunking the load of modules #8

Open Fabrizz opened 7 months ago

Fabrizz commented 7 months ago

Loading +2000 modules at the same time in one json is probably not the best idea, chunking the .json file in the workflow and changing the js to load it on scroll could be a good idea.