Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 742 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 742 Bytes

Melody Real World

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

Commands:

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