survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 367 forks source link

Performance Chapter #13

Open bebraw opened 9 years ago

bebraw commented 9 years ago

There should be a chapter to cover various performance tricks. I suppose both Webpack and React could be covered. In case of Webpack I can show how to speed up build using various techniques. There's a little bit about this at the book already but there can be much more.

When it comes to React it would be a good idea to show how to measure performance and what to do about the slow bits. Reference:

This would be a good place to discuss React rendering in more detail. Understanding that helps in improving performance when it's needed.

christianalfoni commented 9 years ago

Please feel free to use my explanations on http://www.christianalfoni.com/articles/2015_02_06_Plant-a-Baobab-tree-in-your-flux-application#optimizing