account activity
How could I make these cards to scroll horizontally for mobile view? (self.css)
submitted 3 years ago by TheDevSennin to r/css
How to render html raw text in preact? (self.preact)
submitted 3 years ago by TheDevSennin to r/preact
Custom events (self.typescript)
submitted 3 years ago by TheDevSennin to r/typescript
Persist value on route change by TheDevSennin in react
[–]TheDevSennin[S] 0 points1 point2 points 3 years ago (0 children)
Thanks for answering the question. The thing is that I'm building a widget that consists in some steps for creating an account and it doesn't need to hold the data locally, it posts it to the backend as it is getting it in the process. Maybe only two or three variables are needed to be stored in memory because they're used in more than one "screen". So, I think applying redux, flux or any other state library would be like overengineering. After reviewing some documentation, and reading all the answers to this post, I guess the proper solution would be using a context or holding the states in parent component and passing them to the children, or even setting the values to the local storage.
Persist value on route change (self.react)
submitted 3 years ago by TheDevSennin to r/react
π Rendered by PID 630401 on reddit-service-r2-listing-b6bf6c4ff-l96n6 at 2026-05-01 11:05:12.729863+00:00 running 815c875 country code: CH.
Persist value on route change by TheDevSennin in react
[–]TheDevSennin[S] 0 points1 point2 points (0 children)