Remix.run Logo
ccakes 7 days ago

Is that a bug.. or a feature? Probably the latter

revskill 7 days ago | parent [-]

U know, nothing beats SPA right ?

andrei_says_ 7 days ago | parent [-]

…In keeping lots of people employed.

All that extra complexity is great for the economy.

delfinom 5 days ago | parent [-]

God, I had to deal with a junior we hired that wanted and attempt to SPA all the forms on a intranet application form.

I struggled to explain I would now have to spend 4 hours updating dependencies, maintaining a node js pipeline and dealing with typescript all because you couldn't handle adding a new fucking single form input to a form with only 3 existing inputs, which would have taken only 3 lines of code between the HTML and C#. The cake was this is an intranet app where the entire form only gets used a few times a year at best.

Pxtl 4 days ago | parent [-]

That shouldn't even be web application you should have some kind of off-the-shelf CMS already in use that you can rely on for forms like that.