Benefits compared to tsparticles official react lib
RemyMachado opened this issue · 4 comments
Hello, I couldn't find the answer, so I'll ask :
-
What are the benefits of using this library rather than using
react-tsparticles
?
react-tsparticles
being the official react package of tsparticles
(that react-particles-js
is relying on).
Thanks in advance for your response.
This project, react-particles-js
, uses a typescript wrapper that already provides a react component. Additionally, the version pinned in this project is out of date with the latest typescript wrapper version. That means it has an older version of the core particles library.
I've had issues getting this project to work that seem to be related to it having an old version of tsparticles
which in turn means an older version of the core library.
I just switched to the react component in react-tsparticles
and it works great. @RemyMachado I recommend to use that, then you only have to worry about that tsparticles
staying up-to-date, as opposed to a second layer of dependences by using this project (react-particles-js
).
I'm indeed planning to deprecate this library in favor of react-tsparticles
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.