chaudharypraveen98 / react-optimization

Repo to practice react optimizations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Optimizations

  1. Event Registering multiple times This is happening when we are click the counter.

  2. Component is loading even its is not in screen in the sources tab.

  3. Random is calculated multiple times when we click on counter or switching tabs.

Try to optimize it.

About

Repo to practice react optimizations


Languages

Language:JavaScript 63.0%Language:CSS 30.7%Language:HTML 6.3%