/mobx-state-tree-wish-list

Wish List built using MobX State Tree

Primary LanguageJavaScript

MobX State Tree Wish List

Background

This project is a simple wish list app built using MobX State Tree and React. It is based on this tutorial.

Features

The project includes the following features:

  • MobX State Tree, application state is mananaged using MobX State Tree,
  • React,
  • Type Composition Dynamic types and type composition and used in order to extract common functionality,
  • MobX State Tree Flow Used to define asynchronous processes,
  • Snapshots used to facilitate testing and interaction with server,
  • Building forms using MobX State Tree and React
  • MobX State Tree Views
  • MobX State Tree Actions
  • Unit testing with Jest.