sp-dev-fx-webparts/samples/react-mobx
Hugo Bernier 82598c094f Added links to issue templates 2021-04-26 02:08:59 -04:00
..
.vscode
assets Updated sample JSON 2021-03-15 03:48:14 -04:00
config
src
typings
.editorconfig
.gitattributes
.gitignore
.npmignore
.yo-rc.json
README.md Added links to issue templates 2021-04-26 02:08:59 -04:00
gulpfile.js
package.json
react-mobx-spfx-webpart.njsproj
tsconfig.json
tslint.json

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
React
1/1/2016 12:00:00 AM

Using Mobx

Summary

Sample web part implementation that uses Mobx to keep track of its state.

Reactive

Non-Reactive

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
react-mobx Kevin Mees kev.mees@gmail.com (Experts Inside GmbH, @kmees)

Version history

Version Date Comments
1.0 November 4, 2016 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
$ npm install
$ gulp serve

Features

  • Presentational (dumb) components live in ./components
  • Container (smart) components live in ./container
  • Mobx stores are defined in ./store with a sample web part store that keeps track of the web part properties.