Ping me if you need a programmer or want to talk Heroquest, Star Trek or HTMX.
https://kype.at
react.dev/reference/rs...
react.dev/reference/rs...
If they are an option, you still need to handle additional problems yourself.
Fetching data and rendering it is the easy part, the rest is still to be solved, or not?
If they are an option, you still need to handle additional problems yourself.
Fetching data and rendering it is the easy part, the rest is still to be solved, or not?
Getting all the data flow right is a bigger problem, both techs do not really address (well).
HTMX has at least properly SSR, though.
Getting all the data flow right is a bigger problem, both techs do not really address (well).
HTMX has at least properly SSR, though.
The whole "client-server dance" contain a much bigger problem set (authentication, authorization, CORS, etc.)
The whole "client-server dance" contain a much bigger problem set (authentication, authorization, CORS, etc.)
It's a much simpler tech solving the same issue. But it pushes most of its complexity into the endpoints and how they're wired, making it less opaque and more developer/source code and less framework/lib driven. With all shortcomings, idiosyncrasies and headache that entails.
It's a much simpler tech solving the same issue. But it pushes most of its complexity into the endpoints and how they're wired, making it less opaque and more developer/source code and less framework/lib driven. With all shortcomings, idiosyncrasies and headache that entails.
This resolves a minor problem to introduce major headache.
This resolves a minor problem to introduce major headache.
I went back to a client-side only solution using Preact for my latest project because the complexity you buy into is simply not worth the benefit of RSCs.
I went back to a client-side only solution using Preact for my latest project because the complexity you buy into is simply not worth the benefit of RSCs.
Then we got C# lambdas, linq, etc. and Java 8 with lambdas, streams and this nonesense went away from my feeds and we continued to build 🤷♂️
Then we got C# lambdas, linq, etc. and Java 8 with lambdas, streams and this nonesense went away from my feeds and we continued to build 🤷♂️