Jul 20, 2017 · 1 min read
Hi Uğurcan and thank you for such generous question. You’re right that we have been rendering some chunks of React components as HTML string from the server-side and this is what everyone does. But there ia one point I will mention about in the further series of those articles like serving front-end code from an API gateway. Then, probably after having a microservice middleware placed between the request from the client and the response of our “component server”, we will try to create a component in the client side to load isomorphically and asynchronously rendered components for performance and such concerns. Hope that it would be an answer for your questions and thank you again ;)
