An open API service indexing awesome lists of open source software.

https://github.com/chaudharypraveen98/react-optimization

Repo to practice react optimizations
https://github.com/chaudharypraveen98/react-optimization

react react-hooks react-optimisation

Last synced: about 1 year ago
JSON representation

Repo to practice react optimizations

Awesome Lists containing this project

README

          

# 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.