Abhinav Anshul

  https://www.abhi.at/ Doing interesting things on the Web.

   



6 Stories by Abhinav Anshul

How to structure scalable Next.js project architecture

Learn to structure your Next.js project strategically to build an application that will scale up without any issues as your project grows.
1 8 min read

Understanding when and how to prioritize React UI updates

Use the useTransition() and useDeferredValue() Hooks in your next React project to help you prioritize the UI updates on the client side.
0 4 min read

Using Jotai with Next.js to share state across your app

You can use Jotai in Next.js projects to share and manage states across your application using a bottom-up approach.
0 6 min read

Exploring React Router’s data, navigation, and error handling APIs

React Router's v6.4 was a minor release earlier in 2022 that introduced some groundbreaking changes for the react-router-dom package.
0 5 min read

Using strict mode in React 18: A guide to its new behaviors

While Strict Mode has been a React feature for some time time, v18 makes it more efficient in catching early bugs, making the codebase...
0 5 min read

Schema validation in TypeScript with Zod

Learn about schema validation in Zod and how to run it in a TypeScript codebase at runtime.
0 7 min read