6 Stories by Abhinav Anshul
Learn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows.
Use the useTransition()
and useDeferredValue()
Hooks in your next React project to help you prioritize the UI updates on the client side.
You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach.
React Router's v6.4 was a minor release earlier in 2022 that introduced some groundbreaking changes for the react-router-dom package.
While Strict Mode has been a React feature for some time time, v18 makes it more efficient in catching early bugs, making the codebase...
Learn about schema validation in Zod and how to run it in a TypeScript codebase at runtime.