fusionjs / fusionjs.github.io

Modern framework for fast, powerful React apps
https://fusionjs.com
MIT License
52 stars 34 forks source link

Loading of plugin in run-time #140

Closed PRASHANT1104 closed 5 years ago

PRASHANT1104 commented 5 years ago

Is it possible in fusionjs to implement a plugin based framework where you no information was available about plugin during compile/build time so its not added to the bundle and you load it in run-time on demand ?

ganemone commented 5 years ago

This is possible in theory, but it would require a very significant amount of effort and added complexity for minimal gains in performance.