FrontBackGeek

How to use Style Module in React JS

FrontBackGeek 2 years ago

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 when we create…

FrontBackGeek

How to use useRef() in React JS

FrontBackGeek 2 years ago

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 manage to react…