Skip to content

tagraha/react-fiber-async

Repository files navigation

react-fiber-async

this repo's not ready for production. there's a lot of missing feature for that, ex: react helmet, env_example, code splitting etc. the reason I created this repo was for research purpose.

The popular front end stack today is changing fast with React, react-router and webpack releasing newer versions. This is a starter app aimed to demonstrate how to integrate babel, react@16,react-router@4 and webpack@3.

Credit

Features

This project comes with the following features

  • React 16
  • React Router 4
  • Webpack 3
  • Babel
  • Server rendering
  • Redux integration
  • Dynamic imports
  • Chunk splitting
  • Styled components
  • Nodemon

Todos:

  • async data fetch
  • React Helmet
  • React HotLoader
  • CodeSplitting

Installation

git clone git@github.com:tagraha/react-fiber-async.git
cd react-fiber-async
npm install

Usage

To run app in dev mode

npm run dev

The app should be running on http://localhost:8888/


To run app in production mode

npm start

The app should be running on http://localhost:8888/


To clean and rebuild

npm run build

License

MIT

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published