Tag: react
All the articles with the tag "react".
Build a Custom React Router From Scratch
Published:Have you ever wondered how react router works under the hood? If that's the case best way to explore is to build a custom react router from scratch.
How to Setup a Bulletproof Next.js Project with Typescript, ESLint, Prettier, Babel and Husky
Published:In order to make your Next.js project robust and maintainable, you should be using ESLint, Typescript, Husky and Prettier.
Test your React components and APIs with React Testing Library, Jest, Typescript, and Axios
Published:Testing our UI components and API requests, using React Testing Library, Jest and Ts-Jest. And, of course, we`ll be using Typescript. Axios, RTL, Typescript