React.js and friends
Server Side Rendering with ReactJS
Hey guys, been working with react for sometime, it's an awesome framework with good capabilities. But later in some projects we all have to implement SSR in our projects for SEO and URL sharing. So how do you suggest achieving SSR for asynchronous routes - e.g. https://jsonplaceholder.typicode.com/
Just saw NextJs producing SSR without writing any server code. https://github.com/zeit/next.js/



