Remix.run Logo
skydhash 3 days ago

> So you’d need to select a sale, enter a change form, select a new date and validate the change. As opposed to moving the item on your planning.

That's pre-javascript workflow. You can have your DnD without making your app an SPA. And why not have the DnD and the more complete change form?

pyrale 3 days ago | parent [-]

You're mixing two things here: having an app with more than just CRUD interactions, and making that app an SPA.

My point was giving an example of an app that's a bit more featured than just some forms in a CRUD interface, not that you can only do that with a SPA.

> And why not have the DnD and the more complete change form?

It was, in fact, what we did.