Example Melody repo which fetches github user info, and renders once fetch is successful. Applies concepts like:
- Redux Saga
- Middleware (saga middleware, specifically)
- Melody HOC like bindEvents, lifecycle and utility feature like compose
Generated with create-melody-app
P.S. Note that this repo was inspired by Redux real world example
Run yarn
to install all dependencies, and run one of the following commands:
yarn start
runs webpack-dev-server in port :8080 by default, with hot reloading enabled.yarn build
bundles your assets and creates main.js in /public folder