Skip to content

Instantly share code, notes, and snippets.

@hejld
Last active December 10, 2021 10:24
Show Gist options
  • Star 36 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hejld/e0c5806680e047bf2661 to your computer and use it in GitHub Desktop.
Save hejld/e0c5806680e047bf2661 to your computer and use it in GitHub Desktop.
Advanced React.js Performance - Reactive 2015 Lightning Talk Proposal

Note: This is a submission for a Reactive2015 lightning talk. If you'd like to see a lightning talk about this (or read a detailed blog post if you are not going for the conference), vote for it by starring this gist! Thanks a lot!

Advanced React.js Performance

Performance is one of the reasons why React.js is so popular for building complex, highly interactive web applications. It became the go-to library for developers who don’t like to make compromises for technical reasons when building awesome user experiences. However even with React.js it still can be easy to hit it’s performance limits.

In this lightning talk Daniel will go beyond the basics of shouldComponentUpdate and immutable data structures and will discuss how to correctly instrument, measure and optimize performance in complex React apps. He will help you understand the overhead of different parts of the React component lifecycle, how some of it’s weak points are addressed by React 0.14 and Babel and how you can make the right trade-offs when structuring your React components.

http://reactive2015.com

Daniel Hejl
CTO & Co-founder at ProductBoard, Inc
@hejld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment