Relative Content

Tag Archive for reactjstypescriptremix.run

Optimistic UI in Remix

I have a form that contains input fields. Once you submit them, I want to immediately display them in the list item without waiting for the API to finish responding. If the API responds with an error, I want to hide them.

Get Type For Props in Remix React

I needed to pass project to the <ProjectForm />. I don’t it want it to be a any type, how can I put a type there for the project? What’s the proper type for it?