In the “React Developer Tools” extension, a profiler has been added that displays the time spent on rendering. Are there any guidelines/table? For example, an acceptable render time for an average web application should be 50-300ms. Or like performance index in chrome developer tool?
Advertisement
Answer
In generally, render should take about 16 milliseconds. Any longer than that and things start feeling really janky.
I would recommend this article on performance in react. He is explaining more about profiling and performance in react.
performance with react(with forms) : https://epicreact.dev/improve-the-performance-of-your-react-forms/
profiling article: https://kentcdodds.com/blog/profile-a-react-app-for-performance