|
|
|
|
|
by rglover
1682 days ago
|
|
> Server Components are guaranteed to become the standard for developers who need SSR I sincerely hope not. This is a serious detour from how web apps inherently work. Not good because it means people who start with React—likely a large number of devs—are not going to understand how the web works (and will potentially create destructive messes themselves later). I was able to solve this problem in my own framework with way less hoop jumping: https://github.com/cheatcode/joystick. What you describe seems like a ton of overhead for what is effectively sending some data-populated HTML, CSS, and JavaScript back to a request. Perhaps I'm misunderstanding something (or it's just an idiosyncrasy of React). |
|
You could say that about any abstraction. Frameworks, cars, etc. It couldn't be furthest from the truth.