k2data / react-redux-starter-kit

Get started with React, Redux, React-Router and Antd!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Redux Antd Starter Kit

Get started

Install dependencies and check to see it works. It is recommended that you use Yarn for deterministic installs, but npm install will work just as well.

$ yarn install    # Install project dependencies
$ yarn start      # Compile and launch (same as `npm start`)

Features

Awesome packages

CSS

  1. classnames
  2. react-transition-group
  3. typestyle

Redux

  1. reselect
  2. redux-storage
  3. redux-storage-decorator-filter
  4. redux-storage-engine-localstorage

Icon

  1. Font-Awesome

Chart

  1. plotly.js
  2. nvd3
  3. metrics-graphics

Webpack

  1. react-svg-loader
  2. webpack-bundle-analyzer

Others

  1. moment
  2. ag-grid
  3. ag-grid-react
  4. ramda
  5. cross-storage
  6. immutability-helper

Todos

  • react-redux-router
  • debug logging

关于这个starter kit的更多信息,请查看davezuko/react-redux-starter-kit

About

Get started with React, Redux, React-Router and Antd!

License:MIT License


Languages

Language:JavaScript 99.5%Language:CSS 0.4%Language:HTML 0.0%