Skip to content

Latest commit

 

History

34 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

React Server Renderer

This project is a prototype for a frontend service, which will respond with static markup when a page is requested.

It can be interacted with through either HTTP GET or POST and serves as a way to initialise react components to then be made interactive on the client.

GET

This is intended to just serve a static page that may not need any props pre-loaded by the server.

POST

Anything you send via HTTP POST will be used as pre-loaded props for the react component returned.

关于

Render react initial html through a node server

Topics

Resources

Stars

1 star

关注者

1 watching

复刻s

发布

贡献者

Languages