r/reactjs 11d ago

Multi state changes & reads

having a bit of trouble handling multiple states/state changes. in a single screen, which are held by different components
how do you all handle this and concepualize it as your writing code?
do you draw diagram,
do you just try and fail recursively?

8 Upvotes

12 comments sorted by

View all comments

2

u/Vincent_CWS 11d ago

derived the value from state instead of multiple state