Skip to content

Commit a85408d

Browse files
DawChihLiouHaroenv
authored andcommitted
Add "Analyzing React Performance" section (enaqx#865)
* 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
1 parent 69afff4 commit a85408d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ A collection of awesome things regarding React ecosystem.
2626
- [Prerendering aka snapshotting](#prerendering-aka-snapshotting)
2727
- [Compiling React Tutorials](#compiling-react-tutorials)
2828
- [Debugging React](#debugging-react)
29+
- [Analyzing React Performance](#analyzing-react-performance)
2930
- [Authentication](#authentication)
3031
- [Authorization](#authorization)
3132
- [File Uploads](#file-uploads)
@@ -284,6 +285,15 @@ A collection of awesome things regarding React ecosystem.
284285
* [Reactotron: Control, monitor, and instrument](https://github.com/skellock/reactotron)
285286
* [React-fix-it: Automagically generate tests from errors](https://github.com/MicheleBertoli/react-fix-it)
286287

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+
287297
##### Authentication
288298
* [Adding authentication to your React Flux app](https://auth0.com/blog/2015/04/09/adding-authentication-to-your-react-flux-app/)
289299
* [Build a React Application with User Authentication](https://stormpath.com/blog/build-a-react-app-with-user-authentication/)

0 commit comments

Comments
 (0)