|
|
|
|
|
by dzonga
183 days ago
|
|
react server components is something that should've never existed anyway. are people shipping faster due to them ? or it's all complexity, security vulnerabilities like this. you're not facebook. render html the classic way if you need server rendered html. if you really do need an SPA - which is 5% of the apps out there - then yeah use client side react, vue, svelte etc - none of those RPC server actions etc |
|