React
Sun Jan 07 2024
Prettier and ESlint setup in React | NextJs Project.
Prettier is a code formatter, used to beautify your code and ESLint is used to find and fix problems in your JS code. Learn how to setup both in VSCode and ReactJS|NextJS project
Read More >>
Wed Jan 31 2024
Get started with the react-hook-form.
Add validation in your form using the react-hook-form. It reduces the amount of code we need to write while removing unnecessary rerenders.
Read More >>