Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 1.44 KB

File metadata and controls

5 lines (3 loc) · 1.44 KB

re-render 4 easy #react

by Pawan Kumar @jsartisan

Take the Challenge

We have a sidebar component along with a slow component. The problem is when click button to expand/collapse, it take good amount of time to actually expand/collapse. How to fix this performance issue?


Back Share your Solutions Check out Solutions