DEV Community

Discussion on: React For Server Development

Collapse
 
meddjelaili profile image
Mohamed Djelaili

This is brilliant, Does the client views rendered on the server-side?

Collapse
 
shmuelhizmi profile image
shmuelhizmi

Thanks and No, the server send the client an overall structure of the layout ( tree of component ), and the client render them.
But I may implemente a way of supporting server side rendering in the future.

Collapse
 
meddjelaili profile image
Mohamed Djelaili

Thank you, Implementing server-side rendering will take it to the next level, You got a new GitHub star 😉