Handling States in React: Part 2
?? Hello ??
Handling Complex States in React
In the previous part I explained Using Objects to group similar states together vs using Individual States. Real World Applications are more complicated than just a simple counter and a text component. There will be many interactive elements that the user can engage with.
Take a look at the Image below.
Can you name all the dynamic UI elements in the above picture ?
.
.
.
.
.
.
.
That's right every element in the application is dynamic. We already have a design. Let's list all the components.
In the above list the user can interact with only few components.
Stay tuned! Let's design an efficient state management system for this application together, step by step.
I will share code snippets and a working application where you can interact and experiment.
Until then, ??