Skip to content
forked from alibaba/beidou

Isomorphic framework for server-rendered React apps

License

Notifications You must be signed in to change notification settings

lineCode/beidou

 
 

Repository files navigation

Isomorphic framework for server-rendered React apps

NPM version build status Test coverage Gitter

Features

  • ✔︎ High performance, 2-5 times speed up
  • ✔︎ Search engine optimization(SEO)
  • ✔︎ React server side render
  • ✔︎ ES6/ES7 supported
  • ✔︎ Css modules supported
  • ✔︎ Auto router supported
  • ✔︎ Lots of plugins

How to use

$ npm install beidou-init -g
$ beidou init
$ npm run start

After that, go to http://localhost:6001/

Boilerplate

Documentation

Articles

Performance

  • Isomorphic rendering performance VS client side rendering performance in 3G network

isomorphic vs performance

  • Performance comparison in different network environment

isomorphic vs performance

License

MIT

About

Isomorphic framework for server-rendered React apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • CSS 1.2%
  • Other 1.5%