Skip to content

coryhouse/react-rendering-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Rendering Service

What's this for?

Imagine you're currently working in a server-side technology like ASP.NET, Ruby, Python, Java, whatever. You'd like to use React, but you need to render isomorphically. This is a simple web service that accepts GET requests for the following:

  1. Path to the component you'd like to render
  2. Props for the component (as URL encoded JSON)

It then returns the resulting HTML. This means you can begin using React with any server-side tech.

##Get Started

  1. npm install
  2. npm start
  3. Open localhost:3000 at this address to see the example component render isomorphically.

About

Returns HTML of React component via webservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published