Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.

Implementing server side rendering without any modification to create-react-app cli

Notifications You must be signed in to change notification settings

eashish93/create-react-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f02148 · Oct 10, 2016

History

3 Commits
Oct 10, 2016
Oct 10, 2016
Oct 10, 2016
Oct 10, 2016
Oct 10, 2016

Repository files navigation

This is an example of implementing react server rendering with facebook cli create-react-app without any ejection and modification. Just simply make the frontend app as you would do using create-react-app. No need to change anything in client to make server rendering. It also uses async server rendering using react-router.

How to test

  1. First create the build using npm run build.
  2. Then type npm run start:server to see the production.

About

Implementing server side rendering without any modification to create-react-app cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published