Shivangi Rajde

 

83 stories by Shivangi Rajde

How to Improve React Performance with Lazy Loading?

Lazy loading is a popular technique in web and mobile development that helps improve the performance of applications. It...

Jul 17 · 4 min read >

How to Create Toast Notifications in React with React Toastify?

React Toastify is a widely popular NPM package for displaying toast messages in React.js applications. In this comprehensive guide,...

Jul 14 · 4 min read >

How to Create Smooth Component Transitions with the useTransition Hook?

In the world of React, delivering a smooth and seamless user experience is crucial for the success of web...

Jul 12 · 4 min read >

Next.js Pages, Layouts, and Custom Header

In Next.js 13, the introduction of new file conventions simplifies the creation of pages, shared layouts, and templates within...

Jul 8 · 4 min read >

Demystifying Next.js Routing: Dynamic Navigation and SEO Optimization

Routing is a fundamental aspect of web development, and Next.js provides a robust routing system that allows you to...

Jul 7 · 5 min read >

Next.js: The Powerhouse Framework for React Projects

Next.js is a powerful and popular framework for building React applications. It is a minimalistic yet feature-rich framework that...

Jul 5 · 5 min read >

Effective Strategies for Managing State and Props in React Applications

Managing state and props efficiently is vital for creating robust and maintainable React applications. Discover the following best practices...

Jun 5 · 1 min read >

Everything about state and props in React

State and props are fundamental concepts in React that play a crucial role in managing and passing data within...

Jun 5 · 2 min read >

How to access the DOM element of the Child Component in React?

In this tutorial, we’ll provide an overview of refs in React and how to use them. What are Refs...

May 1 · 5 min read >

Portals in React Explained

In React, a portal is a way to render a child component at a different location in the HTML...

Apr 13 · 3 min read >