项目作者: easy-team

项目描述 :
React SSR (Server Side Render ) Node Web Framework for Egg
高级语言: JavaScript
项目地址: git://github.com/easy-team/res.git
创建时间: 2019-10-13T12:58:59Z
项目社区:https://github.com/easy-team/res

开源协议:

下载


res

NPM version
build status
Test coverage
@easy-team/res"">npm download

A Powerful, Simple React Node Web Framework, Front-End and Node of The Application are Written in TypeScript or JavaScript! Everything is Simple!

You don’t need to care about React server-side rendering implementation details and the Webpack + Babel + TypeScript build process. You just need to write React isomorphic applications just like you would write a React front-end application.

Installation

  1. $ npm install @easy-team/res --save

Node.js >= 8.0.0 required.

Features

  • ✔︎ Based on Egg Framework, Powerful, Easy to Expand
  • ✔︎ Support React Server Side Render and Client Side Render Modes, Nunjucks & React Render Mode, Rendering Cache, Automatic Downgrade,
  • ✔︎ Front-End and Node of The Application are Written in TypeScript or JavaScript
  • ✔︎ Build with Webpack, Auto Building, Hot Reload, Code Splitting, High Speed, Performance Optimization
  • ✔︎ Powerful Tool Chain res-cli

Document

QuickStart

  1. $ npm install -g @easy-team/res-cli
  2. $ res init
  3. $ npm install
  4. $ npm run dev
  5. $ open http://localhost:7001

Examples

See res-awesome

License

MIT