Can I still use the react-particles-js?

I just saw that this package has been deprecated here: https://www.npmjs.com/package/react-particles-js

I just want to know if I can still use this?

These are the codes: https://codesandbox.io/s/particle-js-background-forked-woypk?file=/src/Particles.js:65-83

>Solution :

I just want to know if I can still use this?

Yes, so long as it’s not removed from npm registry. You can always fork it so you’ve a copy. Deprecation just means it is no longer being actively maintained.

You may want to move to tsParticles and specifically react-tsparticles though, as that react-particles-js repo suggests.

Leave a Reply