5 ms·
One nice thing about using React even on the web is that it forces your Backend to be REST right from the start. Although I sincerely thing that is less import
by johsole 2mo ago
One nice thing about using React even on the web is that it forces your Backend to be REST right from the start. Although I sincerely thing that is less important now with the explosion of LLMs. I've started thinking about everything as Display + MCP Server. Where a SPA front end is really just pre-defined display.
- lunar_mycroft 2mo ago> One nice thing about using React even on the web is that it forces your Backend to be REST right from the start. The creator of HTMX would disagree with you (as the person who described and coined the term REST) https://htmx.org/essays/how-did-rest-come-to-mean-the-opposite-of-rest/ https://htmx.org/essays/how-did-rest-come-to-mean-the-opposi...