You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add "Analyzing React Performance" section
I would love include resources about performance improvement and tuning. More and more developers are working on scaling React applications to fit in different conditions like weak Internet connection and PWA. It would be amazing if we can have a list of the topic to help the community.
* add tutorial for Analyzing React Performance
add "Using the React DevTools Profiler to Diagnose React App Performance Issues" from netlify blog
* add tutorial to Analyzing React Performance
add article "Top 5 Practices to Boost React Performance" from codementor
* add @sw-yx' post
@@ -284,6 +285,15 @@ A collection of awesome things regarding React ecosystem.
284
285
*[Reactotron: Control, monitor, and instrument](https://github.com/skellock/reactotron)
285
286
*[React-fix-it: Automagically generate tests from errors](https://github.com/MicheleBertoli/react-fix-it)
286
287
288
+
##### Analyzing React Performance
289
+
*[Introducing the React Profiler](https://reactjs.org/blog/2018/09/10/introducing-the-react-profiler.html)
290
+
*[Why did you update](https://github.com/maicki/why-did-you-update)
291
+
*[Twitter Lite and High Performance React Progressive Web Apps at Scale](https://medium.com/@paularmstrong/twitter-lite-and-high-performance-react-progressive-web-apps-at-scale-d28a00e780a3)
292
+
*[Using the React DevTools Profiler to Diagnose React App Performance Issues](https://www.netlify.com/blog/2018/08/29/using-the-react-devtools-profiler-to-diagnose-react-app-performance-issues/)
293
+
*[Top 5 Practices to Boost React Performance](https://www.codementor.io/blizzerand/top-5-practices-to-boost-react-performance-jv6zr89ep)
294
+
*[Using the React DevTools Profiler to Diagnose React App Performance Issues](https://www.netlify.com/blog/2018/08/29/using-the-react-devtools-profiler-to-diagnose-react-app-performance-issues/)
295
+
296
+
287
297
##### Authentication
288
298
*[Adding authentication to your React Flux app](https://auth0.com/blog/2015/04/09/adding-authentication-to-your-react-flux-app/)
289
299
*[Build a React Application with User Authentication](https://stormpath.com/blog/build-a-react-app-with-user-authentication/)
0 commit comments