dustin-page / react-redux-sagas-starter-kit

React, redux and sagas starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React, Redux and Sagas Starter Kit

Tooling

  • Webpack - For handling imports and bundling code
  • Babel - For transpiling ES6+ and JSX into ES5 compatible JavaScript
  • React - For building the UI
  • Redux - For state management
  • React Sagas - For handling async operations and side effects

Installation

npm install

Running the Application

npm run dev

Future Enhancements

  1. Add a CSS Preprocesser for SASS or LESS
  2. Set up a Webpack build process for production

About

React, redux and sagas starter kit


Languages

Language:JavaScript 97.2%Language:HTML 2.8%