Skip to content

thedull/medjs-mobx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

MobX with React workshop

This repositories' purpose is to illustrate the basic work with MobX and React, as well as some hot technologies like React-router, Webpack, and Yarn, among others.

It's divided into steps, each one corresponding to a branch:

  1. 01-initial-setup:

    • Initial dev environment setup, with instructions for local and cloud environments like Codeanywhere and Cloud9.
    • Basic webpack-dev-server settings.
    • Boilerplate.
    • Usage of Mobx DevTools.
  2. 02-new-route-countries:

    • Creation of new Countries route.
  3. 03-create-master-view-raw:

    • Creation of master view (raw).
    • Demonstration of observables.
    • Fetching data from web services.
  4. 04-master-view-styling-components:

    • Master view styling.
    • Adding images processing to webpack-dev-server.
    • Breakdown into stateless components and props passing.
  5. 05-computed-summary-detail-view:

    • Demonstration of computed properties through summary component.
    • Creation of detail view (raw).
    • mobx.toJS conversion.
    • Final styling details.

Yet to come...

  • Actions and useStrict
  • Architectural improvements
  • Websockets (because why not?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published