Skip to content

builderRyan/react-ssr-demo

Repository files navigation

react-ssr-demo

An example of server-side rendering using react.

Contents

  • Rendering foundation of react server
  • Server side rendering in react
  • The concept of isomorphism
  • Introducing routing mechanism into SSR
  • Using Redux in SSR
  • Using node as data acquisition middle layer
  • Detail optimization
  • Handling CSS styles in the SSR framework
  • Integration of SEO skills

Install

yarn

# or

npm install

Start

yarn dev

# or

npm run dev

About

React server rendering demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published