Skip to content
/ res Public

React SSR (Server Side Render ) Node Web Framework for Egg

Notifications You must be signed in to change notification settings

easy-team/res

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
sky
Feb 24, 2020
bf15ea8 · Feb 24, 2020

History

9 Commits
Oct 13, 2019
Feb 24, 2020
Oct 22, 2019
Oct 13, 2019
Oct 22, 2019
Oct 13, 2019
Oct 13, 2019
Oct 13, 2019
Oct 22, 2019
Feb 24, 2020
Jan 8, 2020
Oct 13, 2019
Oct 22, 2019
Oct 13, 2019
Oct 13, 2019
Feb 24, 2020

Repository files navigation

res

NPM version build status Test coverage 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

$ 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

$ npm install -g @easy-team/res-cli
$ res init
$ npm install
$ npm run dev
$ open http://localhost:7001

Examples

See res-awesome

Links

License

MIT