Open in app

Sign In

Write

Sign In

Ramesh Murukesan
Ramesh Murukesan

330 Followers

Home

About

Sep 6

Understanding React Production vs. Development Modes

React is a powerful JavaScript library for building user interfaces. When working with React, you’ll often switch between two modes: development and production. These modes serve different purposes, and it’s essential to know when and how to use them. Development Mode Development mode, as the name suggests, is primarily used during the…

3 min read

Understanding React Production vs. Development Modes
Understanding React Production vs. Development Modes

3 min read


May 12, 2021

Are you facing high CPU usage on animation?

Do you want smooth JavaScript animation? — Creating animation in the JavaScript is simple. Most devs likely have used either setInterval() or setTimeout() functions. function draw() { // Drawing code goes here } setInterval(draw, 100); function draw() { setTimeout(draw, 100); // Drawing code goes here } draw(); Both are actually a great choice. It will execute every…

Requestanimationframe

3 min read

Are you facing high CPU usage on animation?
Are you facing high CPU usage on animation?
Requestanimationframe

3 min read

Ramesh Murukesan

Ramesh Murukesan

330 Followers

I am a techie guy born in India, developing products to fulfil gaps in technology.

Following
  • Tim Denning

    Tim Denning

  • GeekDad

    GeekDad

  • M.G. Siegler

    M.G. Siegler

  • javinpaul

    javinpaul

  • Ethan Siegel

    Ethan Siegel

See all (214)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams