美文网首页
React Full Stack

React Full Stack

作者: wlszouc | 来源:发表于2017-08-23 17:42 被阅读0次

React Full Stack

Dependencies

Client

  • Framework - React
  • State Container - Redux, react-redux
  • Router - react-router, react-router-redux (Custom the rootReducer to support Immutable)
  • Action Creator - redux-actions
  • Side Effect - redux-saga
  • Immutable State - Immutable
  • Reducer Immutable - redux-immutable
  • Persist Immutable Store - redux-persist-immutable
  • Selector - reselect
  • State Normalize - normalizr
  • Dynimic Import - react-loadable
  • UI - Ant Design
  • Form- redux-form

Server

  • Framework - express, [koa2]
  • Database ODM - mongoose
  • Session - expresss-session
  • Authorization - passport, passport-local, [passport-jwt]

Develop Dependencies

  • ES2015 - Babel
  • Flow & Bundle - Webpack
  • Lint - eslint
  • Test - Jest, supertest
  • Type - Flow
  • Process Manager nodemon, pm2

相关文章

网友评论

      本文标题:React Full Stack

      本文链接:https://www.haomeiwen.com/subject/fjkjdxtx.html