How to create confetti in React JS
In this article, I will show you the easy and simple way to create confetti in React.
First, install the following dependency:
npm i canvas-confetti
After installing the above package, import it into your React application:
import confetti from 'canv...
h.dhairyashah.dev1 min read