DEV Community

Discussion on: create HTTP servers using react !!!

Collapse
 
shmuelhizmi profile image
shmuelhizmi

the performance should be relatively similar to an express server since this is just a warp of express, as for the react server side rendering it is using the react-dom/server renderer which is quite fast!