|
|
|
|
|
by catpolice
3952 days ago
|
|
Absolutely, but at the same time, sacrificing client side rendering performance isn't the answer, and some of his suggestions about how he wishes React worked would involve doing just that. The author's complaint isn't that server-side rendering is harmfully impacted, it's that JSX has some expressively awkward bits. But it has some of those awkward bits because it more or less has to if React is going to work as well as it does on the client side. JSX was designed the way that it was to enable client-side functionality, and the author doesn't seem to acknowledge that, so it seems like he's criticizing without fully understanding. |
|