
How to use Style Module in React JS
This blog going to be the shortest one, because this is an easy topic but very important. So I decided to write a blog on this. Basically…

How to use useRef() in React JS
Whenever we want to access data of input elements we use useState() hook to get input forms values or some other hooks, and this basically helps to…