Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 676 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 676 Bytes

mobx-react-example

A minimal application that combines MobX with React. Supports ES6 and JSX compilation through babel.

  • Features of the app
  1. List of Posts
  2. Show A Post
  3. Add New Post
  4. Header
  5. Navigation on Header
  6. Footer
  7. Accessibility on home page

Technology stack

  1. React
  2. Mobx
  3. Webpack for bundling
  4. axios for API requests
  5. loadash for handling state objects
  6. bootstrap for css styling

Run the example

npm install
npm start
open http://localhost:4040

@Author Vijay Dadhich [email protected]