A Look Behind The Scenes

12/9 141-149

Three Trees

Screenshot 2023-12-09 at 7.07.15 AM.png

Refactor & Extract Widgets to Avoid Unnecessary Builds(seperation of concerns)

Screenshot 2023-12-09 at 1.04.27 PM.png

Untitled

at initial rendering and whenever click the buttons, it prints 2 codes as below.

Screenshot 2023-12-09 at 1.10.16 PM.png

because of this, below stateless codes are also build again. Thus, need to do

separation of concerns to make render only the stateful part!

Untitled