sp-dev-fx-webparts/samples/react-mobx-multiple-stores
Kemal Sinanagic 333d6936d5 added readme and demo gif & smaller code cleanup 2019-05-24 19:34:58 +02:00
..
assets added readme and demo gif & smaller code cleanup 2019-05-24 19:34:58 +02:00
config upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
src added readme and demo gif & smaller code cleanup 2019-05-24 19:34:58 +02:00
teams upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
.editorconfig upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
.gitignore upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
.yo-rc.json upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
README.md added readme and demo gif & smaller code cleanup 2019-05-24 19:34:58 +02:00
gulpfile.js upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
package-lock.json added readme and demo gif & smaller code cleanup 2019-05-24 19:34:58 +02:00
package.json upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
tsconfig.json upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00
tslint.json upgraded ts to v.3.3.4 & added base setup for stores 2019-05-20 13:03:33 +02:00

README.md

Webpart with React and Mobx using multiple stores

Summary

A sample webpart that uses the Mobx library with multiple stores to keep track of the applications state.

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react-mobx-multiple-stores Kemal Sinanagic / @kemicza / kemicza@gmail.com

Version history

Version Date Comments
1.0 May 24, 2019 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

$ git clone https://github.com/SharePoint/sp-dev-fx-webparts
$ cd sp-dev-fx-webparts/samples/react-mobx-multiple-stores
$ npm install
$ gulp serve

Features

  • Enforces that the state always needs be updated in actions, using the always flag for enforceActions.
  • Demonstrates the toJS method to convert an observable array to a javascript structure. This is used to render the items in a DetailsList.
  • Out-of-the-box MobX decorators to keep the code clean.
  • Asynchronous actions
  • MobX computed values
  • Typescript version 3.3.4 using @microsoft/rush-stack-compiler-3.3 for compatibility with the latest MobX version and typings