...

/

Profile Different Interactions

Profile Different Interactions

In this lesson, we'll discuss different interactions which are recorded during the profiled session.

We'll cover the following...

It’s easy to assume that because we had fewer re-renders in the “withdraw amount” interaction, we now have an optimized app.

That’s not correct.

App is now a PureComponent, but what happens when App gets rendered due to a state change?

Well, let’s profile a different interaction. This time ...