/beidou

Isomorphic framework for server-rendered React apps

Primary LanguageJavaScriptMIT LicenseMIT

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