-
Let's say I have a table in step 2 of the Wizard. In that table I fetch data from BE and use useCollection hooks to load data to the table. I also allow user to inline edit and I use useReducer to store changes. However, when I jump to next step and back to that one, it will reuse data from server (since React mount the component again) and changes are not applied. My question is what is a good way to handle things like that. I mean handle state changes in wizard components like selected items, inline editing... Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @hiimnhan , Regards, |
Beta Was this translation helpful? Give feedback.
Hi @hiimnhan ,
thanks for reaching out!
You might be interested to check our demo page for wizard , also the source code. Hope it could help.
Regards,
Yueying