wufe / react-particles-js

Particles.js for React
https://rpj.bembi.dev/
MIT License
1.15k stars 106 forks source link

webpack external tsParticles #113

Closed matteobruni closed 4 years ago

matteobruni commented 4 years ago

This reduces the react-particles-js bundle size to a bunch of kb, tsParticles will be used completely as a dependency instead of bundling it and having it installed too

wufe commented 4 years ago

Before that we might need a commonjs build that uses tsParticles a dependency, and an umd build that bundles tsParticles within. Otherwise react-particles-js could not be used in a browser environment without a compiler.

I'll try to make the two compilation configurations asap