Strategy 4: react internal state


Perfect to build complicated UIs, but mind the performances!

Members only
12 minutes read

We've already explored three different strategies for adding hover effects to a chart! Each relies heavily on CSS, which is ideal as it requires minimal redrawing.

However, sometimes a more traditional React approach is needed, using a central state to trigger redraws when the state updates. Let's explore why.

Oh no! 😱

This lesson is not ready yet.

But we're working hard on it, releasing 1-2 lessons per week. If you're a student, check the discord channel for announcements! (discord logo logo above. )

🙇