Saving dynamically created components for session storage

What’s the best way to go about storing dynamically created components for session storage? I remixed this project called chekk by nice-jimbo-slice: https://x.thunkable.com/projectPage/5ef0d05466016512b28b1d8b

And added another screen. But when I go back and forth between the two screens the dynamically created components on the to-do list page are erased.

I’m just wondering the most efficient (or any way really) to store a dynamically created component in session storage (<<I don’t think thinkable has something like this …?)
I’d appreciate any suggestions!

Thanks in advance!

1 Like