useState

Why does React state need a new object/array?

If you have been using React for a while, you are familiar with how state update works. There are a…

3 years ago

Provide callback to useState hook like setState

If you have been writing class components for a while, you might be familiar with the callback functionality that the…

3 years ago

React Hooks and Local Storage: Let’s build a ToDo app

React hooks have been around for quite some time. They have been widely adopted by the React community since then…

4 years ago
Advertisements