tsparticles / react

React tsParticles official component
https://particles.js.org
MIT License
407 stars 28 forks source link

Convert the component using hooks #49

Closed matteobruni closed 10 months ago

matteobruni commented 1 year ago

Since the main downloads of React are versions greater than 16.8.0, it can be dropped the support for older versions.

Converting the component using hooks gives smaller output and is more modern and up to date with latest changes.

This is a breaking change that needs to be done on dev branch, coming with v3 of the package.

Kritika30032002 commented 1 year ago

May i work on this?

matteobruni commented 1 year ago

Sure

Kritika30032002 commented 1 year ago

@matteobruni assign this to me under hacktoberfest label

matteobruni commented 1 year ago

@matteobruni assign this to me under hacktoberfest label

The repository is already tagged

Kritika30032002 commented 1 year ago

okay

matteobruni commented 1 year ago

I forgot that this is already part of the v3.0.0 upgrade (linked PR), you can see the dev branch and continue from there.

Kritika30032002 commented 1 year ago

okay