Gear up your React codebase with Prettier and ESLint Automation

Improve your codebase and commits with Prettier, ESLint, Husky and Commitlint… Read more

Similar

How to use the useState hook in React

React is a very powerful JavaScript library, I'm sure everyone will agree right? One of the most advantageous aspects of React is the ability to re-render part of your UI based on some state that you hold values in. I'm going to show you here in a fe... (more…)

Read more »