Relative Content

Tag Archive for javascriptreactjsremix.run

Data Not Persisting in React

I’m using Conform in my forms and I have a problem cause data seems not persisting when going back and forth. When I click “next” and when I reached the 3rd step and click “previous” til I reach the 1st step, the data there disappeared.

Redirect Same Page in Remix

I have a delete modal dialog on a separate component and I wanted to hide it when successful. I’m not sure how to close but what I have in mind is to just to use redirect inside action but my problem it scrolls to the top. How would I do that?
Is there a better alternative?

How to Make Reusable Toast in Shadcn and Remix

I wanted to make a reusable toast. I’m using shadcn and remix.
I want to avoid useEffect in each component that I wanted to have a success or error message. What’s the best way to do that?