My FeedDiscussionsHashnode Enterprise
New
Sign in
Log inSign up
Learn more about Hashnode Headless CMSHashnode Headless CMS
Collaborate seamlessly with Hashnode Headless CMS for Enterprise.
Upgrade ✨Learn more
Separating API's from rendering in Mern kit and isomorphic redux apps

Separating API's from rendering in Mern kit and isomorphic redux apps

Sudhama's photo
Sudhama
·Mar 2, 2016

For better performance, we wish to separate the rendering from api calls for data, and hence we want to have api's being served from a different server than the one rendering pages.

  1. Does anyone have experience with this approach for a production quality app and have any inputs?
  2. Anyone has an example of how to do this, specially with the Mern.io starter kit?