My FeedDiscussionsHeadless CMS
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

Is there a way to do server side rendering in Rails, React, Redux stack without using react-rails gem ?

Prahlad Reddy's photo
Prahlad Reddy
·Jan 10, 2017

I am upgrading current application (which is using Angular 1.x) to React.js in front end and thinking about server side rendering of react components without using react-rails gem. Is there a way to render html on server side with just some html markup (which doesn't use react_component i.e. react-rails gem) and js file? I am considering to use Hypernova . Will it be ok to use it?