mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
* [react-mobx] scaffold project + migrate to drop5 * [react-mobx] install mobx dependencies * [react-mobx] configure reactive and nonreactive webpart version * [react-mobx] add presentational and container components * [react-mobx] Replace description field with name * [react-mobx] Add mobx store and hook up webpart & components * [react-mobx] update readme * [react-mobx] remove custom tslint.config * [react-mobx] only render the webpart once
15 lines
122 B
Plaintext
15 lines
122 B
Plaintext
# Folders
|
|
.vscode
|
|
coverage
|
|
node_modules
|
|
sharepoint
|
|
src
|
|
temp
|
|
|
|
# Files
|
|
*.csproj
|
|
.git*
|
|
.yo-rc.json
|
|
gulpfile.js
|
|
tsconfig.json
|