The missing instruction manuals of the web.
All React apps need a state management library such as Redux Toolkit and type-safety with Typescript. Today we will learn how to use them together.
Techniques to speed up your website and improve the user experience that specifically aiming to React and Next.js sites. We'll discuss things like bundles, fonts, unicode-ranges, webpack.
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.
In order to make your Next.js project robust and maintainable, you should be using ESLint, Typescript, Husky and Prettier.
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
Introduction Today we will be building Note taking app using React. Tagged with react, tutorial, typescript, javascript.