Open in app

Sign in

Write

Sign in

Devinder Suthwal
Devinder Suthwal

33 Followers

Home

About

Nov 15, 2022

Cheatsheet for react 18

This is my personal study notes of the React 18 changes, which were provided by React team in the form of Blogs and Youtube sessions. Concurrency Concurrency is not a feature. It is a new behind-the-scenes mechanism that enables React to prepare multiple versions of your UI at same time. …

3 min read

Cheatsheet for react 18
Cheatsheet for react 18

3 min read


Jun 27, 2022

Async Defer Script

Async Defer During web development need to care that the feature should run with no or minimum impact on site performance. JS bundle load and its execution play a significant role in site performance. <script> Let’s start by defining what <script> without any attributes does. The HTML file will be parsed until the…

2 min read

2 min read


Feb 14, 2021

React 17 and What is New JSX?

React 17 was released on 20th October, 2020. It doesn’t contain any developer facing new features. But there are lots of internal things that have changed in React. Below are the highlight of the main changes: Gradually Upgrade. Changes to Event Delegation New JSX Other Changes Gradually Upgrade React 17 allows embedding…

React

6 min read

React 17, What is New JSX?
React 17, What is New JSX?
React

6 min read


Published in

Devinder

·Nov 30, 2020

React Virtual DOM vs Real DOM

If you landed here then you have an idea that React uses Virtual DOM for better performance and want to have better understanding of it. …

Reactjs

5 min read

React Virtual DOM vs Real DOM
React Virtual DOM vs Real DOM
Reactjs

5 min read


Published in

Devinder

·Apr 19, 2019

Why API call is recommended in componentDidMount()

It’s good to have basic knowledge of Event Loop, Component lifecycle methods and Virtual DOM for better understanding of this article. For an end user the expected behavior is the site load with proper data in first go. But in case of API call it takes some time to fetch…

React

3 min read

React

3 min read

Devinder Suthwal

Devinder Suthwal

33 Followers
Following
  • Towards AI Editorial Team

    Towards AI Editorial Team

  • Cassie Kozyrkov

    Cassie Kozyrkov

  • Sheetal

    Sheetal

  • Laura Fox

    Laura Fox

  • Rupesh Mishra

    Rupesh Mishra

See all (14)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams