DEV Community

Discussion on: Some Thoughts on React Server Components

Collapse
 
mvila profile image
Manuel Vila • Edited

I'm sorry but JSP doesn't really compare to React Server Components. JSP generates the views on the server only while React Server Components reunite the client and the server so that the views can be generated on both sides indifferently.

Collapse
 
agustinustheo profile image
Agustinus Theodorus

A mix of both then.