Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

A simple React + Recompose + Rematch (redefine Redux) + React Router v4 boilerplate for quickly bootstrapping your project.

License

Notifications You must be signed in to change notification settings

nhanhoangtrong/react-functional-boilerplate

Repository files navigation

React Functional Boilerplate

A simple React + Recompose + Rematch + React Router v4 boilerplate for quickly bootstrapping your project.

Stacks

Development stack

  • webpack v4 bundler and webpack-dev-server v3 for Hot Module Replacement, webpack-bundle-analyzer for analyzing production bundles
  • babel v7 with babel-loader
  • SASS with sass-loader

Frontend stack

  • react and recompose for functional programming with React
  • rematch and react-redux
  • react-router v4

Install and start Development

  • yarn
  • yarn dev

Build and serve public

  • yarn build
  • yarn serve

Analyze production bundle

  • yarn analyze

License

MIT License

Copyright (c) 2018 Kendy Hoang

About

A simple React + Recompose + Rematch (redefine Redux) + React Router v4 boilerplate for quickly bootstrapping your project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published