Commit Graph

367 Commits

Author SHA1 Message Date
Vardhaman Deshpande db3a0653a2 SPFx webpart sample using Redux Async Actions and ImmutableJS (#262)
* added wp base

* started on adding redux

* removed immutable to start with

* initial code working (redux, immutable)

* get lists, basic add new list ready

* basic code using redux and immutable js ready

* comments

* image and readme

* readme update

* updated image

* appease the linter

* added comments

* changed folder name

* updated gif

* typo in layouts path

* link to blog and telemetry
2017-07-21 20:55:53 +03:00
Velin Georgiev 35fff34e69 `js-extend-webpack` sample updated to GA (#257) 2017-07-21 20:54:47 +03:00
Eric Overfield 536468b349 React Todo Basic upgrade to release 1.1.0, replace removed Placeholder component with custom Component (#260) 2017-07-21 20:54:12 +03:00
Elio Struyf 96936add47 Added the MSAL JS sample (#253) 2017-07-21 20:53:19 +03:00
Vardhaman Deshpande b2b9c6ea76 Updated orgchart to use office-ui-fabric-react and uifabric/styling (#269)
* initial checkin

* basic code ready

* use office-ui-fabric-react and @uifabric/styling

* formatting

* package-lock

* updated readme

* removed wip code

* fix react children rendering

* deleted lock file added incorrectly.
2017-07-21 20:51:40 +03:00
Velin Georgiev 5ca1a89c85 New SPFx assets advanced sample and minor readme fix (#243)
* react-provision-assets sample added. provides advanced techniques for provisioning lists, libraries, fields and more.

* README drop icon changed to GA

I updated the drop icon from drop4 to GA so not to cause confusion when someone is looking at the README.

* README file updated
2017-06-18 17:07:24 +02:00
Vesa Juvonen 5859d3417b Cleaning samples - removing scss.ts away from the GitHub repository 2017-06-18 17:53:58 +03:00
Vesa Juvonen 2e74dfc735 Cleaning sample 2017-06-15 21:06:40 +03:00
Sergei Sergeev e911fca415 Fixed issues with webpack 2. (#239)
Updated root .gitignore in order to block nuget packages folder.
2017-06-15 14:34:20 +02:00
Vesa Juvonen ef3f708c9f Fixing broken image 2017-06-13 14:41:34 +03:00
Vesa Juvonen 215572dbae Merge branch 'master' of https://github.com/Danny-Engelman/sp-dev-fx-webparts into danny-engelman-master 2017-06-12 14:05:02 +03:00
Vesa Juvonen 62cbeaecc0 Git cleaning 2017-06-12 14:02:45 +03:00
Gautam Sheth 0ec4881a81 Updated angular-ngofficeuifabric-file-upload to GA (#228) 2017-06-12 12:36:50 +02:00
Gautam Sheth 9d17034205 Updated react-officegraph to GA (#229)
* updated react office graph to GA

* uploaded src folder and the package folder

* updated readme

* again updated readme
2017-06-12 12:34:05 +02:00
Gautam Sheth be13d78abe Updated jquery-photopile to GA (#227)
* Updated jquery-photopile to GA

* updated typings
2017-06-12 12:26:00 +02:00
Giuliano De Luca 2172eff640 SPFx Office UI Fabric People Picker + SharePoint Search API (#219) 2017-06-12 12:15:57 +02:00
Alex Terentiev a03afe573e KO Dependent Properties has been updated to GA Release (#218)
* Update to GA

* optimized re-render of custom property pane field
2017-06-12 12:14:25 +02:00
Velin Georgiev d7cf8b9e70 js-display-list sample update from drop3 to GA (#208)
* Sample update from drop3 to GA. Packages updated. Unnecessary typings removed.

* small fixes on the html and list checks

* The loader is removed since causing "Cannot read property 'replaceChild' of null" error.

* Return empty array instead of undefined if list not found. The list not found error will be catched.
2017-06-12 12:13:22 +02:00
Eric Overfield f4c100081d React Multipage updated to GA build. Update typings, ChartJS v2 (#211) 2017-06-12 08:58:40 +02:00
Eric Overfield 1aebcd4bc7 React Custom Property Pane Control updated to GA build. refactor custom control and standard dropdown properties with dynamic data. Refactor data services (#212) 2017-06-12 08:56:36 +02:00
Waldek Mastykarz bdad08e5db Replaced let with var in angular-msgraph solving #220 (#226) 2017-06-12 08:53:50 +02:00
Vesa Juvonen 8673df66ac :quit
:quit
2017-06-01 15:14:51 +03:00
José Quinto 0b2a284c09 solve typos (#214) 2017-05-22 08:50:52 +03:00
Waldek Mastykarz dbd7d66ff6 Added sample project with API secured with AAD (#207)
Moved web part to a subdirectory
2017-05-19 16:40:43 +03:00
Danny Engelman e23419ce15 Restructered renderData function to human readable compact version 2017-05-18 13:26:51 +02:00
Alex Terentiev 26f1a63270 Support of both Fabric < 6.0.0 and 6.0.0 (#206) 2017-05-15 10:30:05 +03:00
Alex Terentiev 1d63c62778 React side panel (#205)
* React Side Panel

* README

* README - headers update
2017-05-12 18:08:19 +03:00
José Quinto f0202c5c7b IE11 Compatible. Testing and working with IE11 (#203)
* update react-taxonomypicker styles

* react async await PnP JS Core with Logging first release

* update react

* update license

* Establish SPFx Context

* IE11 compatible
2017-05-10 04:28:50 +03:00
Alex Terentiev f0126843a6 React themes demo (#199)
* Issue: text in web part says primaryColor instead of primaryText

* Screenshot updated
2017-05-09 02:52:03 +03:00
Alex Terentiev 1e456a5a49 React themes update (#198)
* themePrimary variable example added

* web part screenshot updated
2017-05-08 22:59:50 +03:00
Alex Terentiev b322dd8771 Knockout taxonomy update (#197)
* Update to GA

* Bugfix: incorrect hierarchy is built if there are terms with equal names on different levels
2017-05-08 21:32:08 +03:00
Vesa Juvonen 451727954e Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2017-05-08 08:55:36 +03:00
Vardhaman Deshpande 115b8d9b70 removed duplicate code (#194) 2017-05-07 21:01:16 +03:00
Vesa Juvonen 00a34c82dc Updated tracking image in 2017-05-07 20:08:22 +03:00
Alex Terentiev fe3a209ac0 Initial release (#185)
* Initial release

* Readme update
2017-05-06 18:44:58 +03:00
David Hartman ef0c9f7f7c Initial Commit (#183) 2017-05-06 18:42:34 +03:00
Velin Georgiev d3bf47845b Dev - SPFx Sample, Yammer REST API SPFx react webpart (#182)
* react-yammer-api initial commit. SPFx Yammer search webpart sample. It uses the Yammer JavaScript SDK and the Yammer REST APIs.

* Try catch added to _iframeAuthentication. if Office 365 Identity Enforcement  is not enabled, will promise reject instead of throwing exception.
README updated.

* README texts updated

* README texts updated
2017-05-06 18:40:10 +03:00
Waldek Mastykarz c4e72f1584 Added sample showing how to call custom APIs secured with Azure Active Directory without ADAL JS (#193) 2017-05-06 18:38:09 +03:00
José Quinto ccb54125d6 React sample showing the use of sp-pnp-js with Async functions and Logging enabled (#187)
* update react-taxonomypicker styles

* react async await PnP JS Core with Logging first release

* update react

* update license

* Establish SPFx Context
2017-05-06 14:27:17 +03:00
Vesa Juvonen 04ea81e196 Sample polishing 2017-05-05 09:02:52 +03:00
Vesa Juvonen 000dcfd33b Samples polishing 2017-05-05 09:01:48 +03:00
Sébastien Levert f3669414d9 Adding the riot-list sample webpart (#184)
* Adding the riot-list sample webpart

* Adding the latest Animated Gif file
2017-05-04 21:56:54 +03:00
Vesa Juvonen cf2dd21984 Updating react-todo-basic to GA level 2017-05-04 21:55:19 +03:00
Vesa Juvonen 89092b794b Cleaned old react-todo-samples for GA update 2017-05-04 21:26:56 +03:00
David Hartman 49b1d265b1 Msgraph dev (#180)
* removed old msgraph code

* initial commit
2017-05-02 10:12:37 +03:00
David Hartman 31437b9492 Web api dev (#163)
* initial commit

* removed old files

* initial commit
2017-04-02 11:11:35 +03:00
Sergei Sergeev 4a4fccf69b Upgraded Vue.js sample to GA. (#168) 2017-03-31 01:34:42 +03:00
Vesa Juvonen fb66482027 Sample adjustments 2017-03-28 09:12:14 +03:00
Russell gove 7c272c561c Dev (#141)
* c

* we

* working

* work on searchable props

* organize

* workinng

* accept siteUrl as parameter

* qw

* a

* work on display

* work on propertyBagDisplay

* ZX

* qwe

* qwd

* qdw

* qdw

* refactoring

* qw

* qw

* qwd

* awd

* er

* git popup on disoplay working

* 123

* qw

* asd

* works

* Working!

* qweqwwe

* asd

* linting

* tslint

* enable edit all properties

* edit all props

* sort not quite working

* sort working

* sort working

* now really!

* fdg

* Added MessageDisplay

* separete messagedisplay for panel

* added PropertyBagEditPanel

* Implement fileters site list

* new props

* Filters working

* add addn'l parameters

* extracted User Filetrs

* added dropdowns to coimmand bar

* qw

* filters

* ads

* qwe

* sdf

* work on user filters

* dwq

* qw

* add global nab menu

* filterstate

* qwe

* qwe

* fixed filters on filtered site list

* convert params in webparr

* work on men us

* fix nav webpart. Cleanup Descriptions

* clean linting errors

* qwe

* added comments

* fix href in menu

* readme

* fix render of bolean in list

* add images

* Update README.md

* Update README.md

* Update README.md

* fix copy-assets.json

* cleaned up webpart names and descriptions

* fix issue with menu and blank props

* fix readme
2017-03-28 09:08:45 +03:00
Waldek Mastykarz 17753ee571 Changed size of the ADAL JS iframe solving #150 (#167) 2017-03-28 09:05:56 +03:00
Raul Garita Ch 5e3e995528 Fix to main Input. (#159)
The field was not showing the text on IE because of a padding issue.
2017-03-28 09:05:31 +03:00
José Quinto 80d07452a6 Sample web part for Taxonomy Picker control - Jose Quinto (blog.josequinto.com) (#158) 2017-03-28 09:04:08 +03:00
Waldek Mastykarz fbe9d65a83 Updated react-add-implicitflow sample to SPFx GA (#160) 2017-03-17 14:30:33 +02:00
Vesa Juvonen ebd9504650 Added view tracking image to sample readme 2017-03-13 13:10:49 +02:00
Vesa Juvonen 9286b79349 Updated readme and included gitignore file 2017-03-13 13:09:16 +02:00
Jeremy Coleman 6020d00821 New Sample Added, Modern Calendar (#140)
* Initial Commit

* Update README.md

* Updated README
2017-03-13 12:43:31 +02:00
Raul Garita Ch b6fd85de83 React-bot-framework Sample To GA (#137)
* GA Update

* GA Badge updated

* Extra GA Update.

I went also trought the conf folder, and removing uneeded typings
2017-03-13 12:41:34 +02:00
Vesa Juvonen 6fa69075cc Merge branch 'dev' 2017-03-13 12:38:03 +02:00
Joseph Velliah 982ac90fb6 initial commit (#139) 2017-03-13 12:37:32 +02:00
Jeremy Coleman 794c8fd32f React Modern Charts (#154)
* Initial Commit

* Cleaned up unused files
2017-03-13 12:35:20 +02:00
Vardhaman Deshpande 087c35671b Updated react-organisationchart for SPFx 1.0 (#156)
* removed unused imports, changed image urls

* updated to drop 5

* updated webpart for SPFx 1.0

* added images and readme
2017-03-13 12:33:59 +02:00
Waldek Mastykarz 075f84fd70 Replaced the Angular ToDo sample (#152)
The latest version doesn't use ngOfficeUIFabric which collides with Office UI Fabric used by the SharePoint Framework
2017-03-12 16:46:54 +02:00
Vesa Juvonen b1799a3fff Adding view tracking image and note on approval of the web part 2017-03-12 14:29:53 +02:00
Mikael Svenson eab018013b Script editor web part for a modern page (#151)
* Initial commit

* Added one more sample
2017-03-12 14:25:26 +02:00
Waldek Mastykarz e63b781b7b Updated SharePoint CRUD sample to SPFx GA (#147) 2017-03-09 15:03:19 +02:00
Vesa Juvonen de563bde4e Adding view tracking image to handlebars sample 2017-03-07 23:00:03 +02:00
Stefan Bauer e6afa9ad4f HandlebarJS sample using webpack loader configuration (#142)
* handlebarsjs webpack loader sample

* removed trashed folder
2017-03-07 22:57:26 +02:00
Vesa Juvonen 378680f1cb Added feature.xml provisioning tutorial code 2017-03-06 15:58:46 +02:00
Raul Garita Ch 526bd4db10 Bug Fix: WP not opening direct line channel at initial load (#133)
* Bug Fix: WP not opening direct line channel at initial load

* Package Version / Readme Updates

* Readme fix
2017-03-01 22:16:52 +02:00
Elio Struyf 4ee9218ba5 React-search sample updated to support GA (#135) 2017-03-01 22:13:21 +02:00
Vesa Juvonen 52b33e32f4 Adding usage tracking image to readme for pnp-js-core sample 2017-03-01 09:59:16 +02:00
Patrick Rodgers 0e7aabce15 Adding sample to demonstrate sp-pnp-js with SPFx GA (#136) 2017-03-01 09:35:09 +02:00
Vesa Juvonen 3bef74838a Updated screenshot for feature provisioning sample 2017-02-27 16:28:48 +02:00
Vesa Juvonen 5fdd437fb8 Sample showing how to provision SharePoint assets using feature framework 2017-02-27 16:24:31 +02:00
Russell gove 1ddc999e39 readme for react-multilist-grid (#131)
* rc0

* rc0

* more rc0

* rc0

* RC0 Done

* cleanup manifest

* Working on Web Selecor

* qqqqqqq

* 111

* Added Web selector to drill down to web

* fix merge conflicts

* s

* renmove react-router

* added saveall and undoall

* Add support for ID field

* saveAll

* fixed saveall across sites

* mark items as deleted (soft delete)

* work on soft delete

* work on soft delete

* Enable soft deletes

* Add SortInfo to columnDefinitions

* Work on initial sort

* pass columnDefinitions into listitemreducer for sort

* trying to get sortablecolumns in reducer...

* setup sort sequences

* work on compareres

* work on sort

* basic sorting workoing

* fix linting errors

* Fided issus with Duplicate 'Require"

* added images

* updated readme

* Update README.md

* fix coltype display and lists in subsites

* Added Images

* docs

* Update README.md

* Update README.md
2017-02-20 11:44:32 +02:00
Vesa Juvonen d0ef4a9599 Added version markers to readme files 2017-02-13 17:03:05 +02:00
Russell gove f137105fb4 Added Web Selector to let user drill down to web (#124)
* rc0

* rc0

* more rc0

* rc0

* RC0 Done

* cleanup manifest

* Working on Web Selecor

* qqqqqqq

* 111

* Added Web selector to drill down to web

* fix merge conflicts

* s

* renmove react-router

* added saveall and undoall

* Add support for ID field

* saveAll

* fixed saveall across sites

* mark items as deleted (soft delete)

* work on soft delete

* work on soft delete

* Enable soft deletes

* Add SortInfo to columnDefinitions

* Work on initial sort

* pass columnDefinitions into listitemreducer for sort

* trying to get sortablecolumns in reducer...

* setup sort sequences

* work on compareres

* work on sort

* basic sorting workoing

* fix linting errors
2017-02-11 02:27:24 +02:00
Vesa Juvonen dd51452dd9 Fixed folder name and added tracking image for usage metrics 2017-02-11 02:24:40 +02:00
Vesa Juvonen 5f925bd785 Deleting older version of the sample 2017-02-11 02:23:14 +02:00
David Hartman 9d8044c7d7 Angular msgraph rc (#125)
* initial commit

* initial commit
2017-02-11 02:22:33 +02:00
Vesa Juvonen 1f17c07a14 Folder rename and tracking image to angular search web part 2017-02-11 02:20:48 +02:00
Vesa Juvonen 632143c157 Cleaning old version of angular-search web part 2017-02-11 02:18:59 +02:00
David Hartman 87866b253c Angular search update to RC0 (#121)
* initial commit

* initial commit
2017-02-11 02:17:27 +02:00
Vesa Juvonen 7b7a04ef6a Updated version badge 2017-02-05 20:51:21 +02:00
Russell gove 1654fc8f8f Upgrade to SPFX RC0 (#119)
* rc0

* rc0

* more rc0

* rc0

* RC0 Done

* cleanup manifest
2017-02-05 20:43:13 +02:00
Vesa Juvonen aaa088761a Updating RC version stamp for todo-basic sample 2017-02-03 18:18:19 +02:00
Vesa Juvonen a09d43442b Modified tracking images for the samples. 2017-02-03 18:11:42 +02:00
Russell gove 1e20f20229 Dev (#114)
* initialize

* wer

* asd

* ok

* COOOOL

* asd

* move most to panel

* switch to react-slick

* gOT cSS

* poseter

* asd

* Leave image until user selcte to play

* sdg

* qwe

* asd

* addiing back 3d carousel

* Added back 3d carousel

* coverflow working

* all 3 working

* fixup  linting

* Update README.md

* fix readme

* Update README.md

* got it working on rc0

* autoplay

* qwd

* rename Cpverflow to Coverflow

* cdn
qw

* SPHttpClient.configurations.v1

* as

* AS

* added instructions on merging existing github procjects

* added controls to set playerwidth and height

* Update README.md

fixup readme
2017-02-03 18:02:07 +02:00
Sergei Sergeev 27b2672a77 Updated angular2-prototype sample to RC0 (#99) 2017-02-03 17:58:54 +02:00
Raul Garita Ch 20a5d90e5c Updating the Sample to RC0 (#100) 2017-02-03 17:57:23 +02:00
Sergei Sergeev d42b180100 Added Vue.js todo sample. (#106) 2017-02-03 17:55:11 +02:00
chaksc 0bb32eff7c Fixes for RC0. 2017-02-01 22:07:02 -08:00
chaksc 3998b69580 Todo Basic updated to RC0 build. Local workbench works. 2017-02-01 19:00:09 -08:00
chaksc de85423327 Sample showing how to integrated gulp tasks with spfx toolchain. 2017-01-25 23:28:23 -08:00
chaksc 33a9f9ff1c added link to extend webpack doc. 2017-01-25 22:38:27 -08:00
chaksc 0ad61ae4b9 updated readme information. 2017-01-25 22:29:53 -08:00
chaksc d11f844a42 Webpack extension sample. 2017-01-25 22:18:17 -08:00
Vesa Juvonen 36e23b816f Updated version marker for the sample to be RC0 2017-01-18 12:53:50 +02:00
Elio Struyf 0ad7ee2bfa Search SPFx WP updates to support RC0 (#95) 2017-01-18 12:42:37 +02:00
Russell gove e048476201 Dev (#90)
* Moved configuration of Columns and Lists to the PropertyPane

* Ypdated Images * added comments on enabling columnn types
2017-01-09 23:57:41 +02:00
Vesa Juvonen 641b406289 Readme updates for usage tracking image and drop details. 2017-01-06 17:20:50 +02:00
Vesa Juvonen 02cdba1308 Fixed folder naming for multilist-grid sample. 2017-01-06 17:16:16 +02:00
Russell gove 692de70857 Dev (#86)
* add samples/react-spfx-multilist-grid/

* images

* images

* Update README.md

* images
2017-01-06 17:04:19 +02:00
David Hartman 7c44cf7f93 Angular aad webapi (#85)
* initial commit

* updated readme.md
2017-01-06 17:02:36 +02:00
Vesa Juvonen 85642f378c Added usage tracking image to readme file. 2016-12-23 16:35:56 +02:00
Joseph Velliah 4b5e080a3b updated readme.md and bot controller code 2016-12-22 12:20:22 -06:00
Joseph Velliah 7470b353bd Initial Commit 2016-12-13 14:30:43 -06:00
Vesa Juvonen 71e0031828 Added SPFx version indicator to readme files for all samples. 2016-12-13 11:26:45 +02:00
Vesa Juvonen 1cc8c3c34e Updated telemetry information correctly for the angular migration sample 2016-12-05 17:02:23 +02:00
Vesa Juvonen 1f92a15e8e Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2016-12-05 16:22:21 +02:00
Vesa Juvonen 269d299fab Updated to drop 6 and tested with online workbench 2016-12-05 16:22:08 +02:00
Waldek Mastykarz 4342709c3f Fixed bug #74 (#77) 2016-12-05 15:40:01 +02:00
Vesa Juvonen 29339cb219 Updated telemetry image accordingly for readme 2016-11-28 15:44:47 +02:00
Vesa Juvonen 09fa07c38b Merge remote-tracking branch 'contributor/dev' into pr71 2016-11-28 15:33:11 +02:00
Vesa Juvonen 874f724b07 Updated telemetry details on readme 2016-11-28 15:28:37 +02:00
Vesa Juvonen f989b49014 Merge remote-tracking branch 'contributor/angular-graph' into pr65 2016-11-28 15:17:24 +02:00
Vesa Juvonen 4d03ddb1df Updated telemetry information for readme 2016-11-28 15:14:28 +02:00
Vesa Juvonen ffc2e46bfa Merge remote-tracking branch 'contributor/knockout-metadata' into dev 2016-11-28 15:12:42 +02:00
Vesa Juvonen d73301ed27 Added view tracking image to readme 2016-11-28 15:01:13 +02:00
Vesa Juvonen b76f9dfddb Merge remote-tracking branch 'contributor/mostpopularitems' into dev 2016-11-28 14:59:58 +02:00
Atish Kumar Dipongkor 13b220dbc7 Read me updated 2016-11-24 13:09:15 +06:00
dipongkor b1b305d67f Merge branch 'dev' of https://github.com/dipongkor/sp-dev-fx-webparts into dev 2016-11-24 12:57:17 +06:00
dipongkor 94729b9d3b initial commit 2016-11-24 12:53:25 +06:00
Waldek Mastykarz 6d2e8fa27a Added React multipage sample (#62) 2016-11-22 15:46:35 +02:00
Waldek Mastykarz d8d52a4df3 Cascading dropdown without custom controls sample (#68) 2016-11-22 15:46:01 +02:00
Franck Cornu 9a333aebff react-real-time - Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' (#69)
* Replaced Microsoft Flow with Azure Logic Apps

* Update README.md

* Replaced the '@microsoft/sp-client-preview ' package with '@microsoft/sp-webpart-base' for the BaseClientSideWebPart definition according to the SPFx Drop 5 release notes (https://github.com/sharepoint/sp-dev-docs/wiki/Release-Notes-Drop-5)
2016-11-22 11:31:11 +02:00
Waldek Mastykarz 73460d600a Added npm shrinkwrap to lock deps versions (#67) 2016-11-21 07:32:06 +01:00
dhartman 9fedac83a7 initial commit 2016-11-18 11:14:42 -05:00
Alex Terentiev 024a735e36 README: GitHub profile link title 2016-11-12 15:30:40 -08:00
Alex Terentiev f75f451535 README: title 2016-11-12 15:29:37 -08:00
Alex Terentiev 361fe47d2a README: solution name changed 2016-11-12 15:28:28 -08:00
Alex Terentiev 34269fdb8b styling, README 2016-11-12 15:26:50 -08:00
Aliaxei Terentiev 8896b08ecb Logic implemented 2016-11-11 17:11:56 -08:00
Joseph Velliah 546f7b4b94 Initial Commit 2016-11-10 22:04:04 -06:00
Kevin Mees c909db5b4d Sample react-mobx (#56)
* [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
2016-11-10 17:48:31 +02:00
Kevin Mees 5f77374599 Sample react-redux (#52)
* [react-redux] scaffold project

* [react-redux] install redux dependencies

* [react-redux] install redux typings

* [react-redux] Add redux store and reducers and hook them up with the webpart

* [react-redux] Add presentational and container components

* [react-redux] Hook up webpart lifecycle methods with redux

* [react-redux] configure reactive and non-reactive webpart versions

* [react-redux] Add all the semicolons!

* [react-redux] mark store as private in webpart

* [react-redux] Update README.md

* [react-redux] Fix typo in readme

* [react-redux] only render webpart once
2016-11-10 17:48:10 +02:00
Aliaxei Terentiev 3738bd7bfd data helpers, typings 2016-11-09 13:55:05 -08:00
Aliaxei Terentiev b0e6fdb417 Knockout added 2016-11-09 13:03:02 -08:00
Franck Cornu d4e60c4c61 react-real-time - Replaced Microsoft Flow by Azure Logic Apps (#58)
* Replaced Microsoft Flow with Azure Logic Apps

* Update README.md
2016-11-09 03:08:38 +02:00
Aliaxei Terentiev 35f2a6df96 initial commit 2016-11-08 16:26:52 -08:00
Vesa Juvonen 3096561c98 Merge branch 'temp' into dev 2016-11-04 11:44:41 +02:00
Vesa Juvonen 1275b2ca9a Small readme adjustments 2016-11-04 11:44:19 +02:00
Vesa Juvonen e99fcba7bb Merge remote-tracking branch 'contributor/feature/SPFx-SocketIO' into dev 2016-11-04 10:58:51 +02:00
Vesa Juvonen eaafa504f1 Merge branch 'temp' into dev 2016-11-04 10:43:56 +02:00
Vesa Juvonen eae60906b9 Small adjustments on the code and improvements on the readme. 2016-11-04 10:43:11 +02:00
Vesa Juvonen 6fa0b240f1 Merge branch 'dev' of https://github.com/SharePoint/sp-dev-fx-webparts into dev 2016-11-03 22:10:55 +02:00
Vesa Juvonen 84b7874bee Adding Angular 2 prototype sample from SP engineering 2016-11-03 22:10:25 +02:00
Waldek Mastykarz aa72c597ba Added the Angular Poll web part (#54) 2016-11-03 11:45:39 +02:00
CGI\franck.cornu a1988489e2 Added a prerequisite step for the Add-AzureAccount cmdlet. Sometimes, the script may not run correctly (resources not found) if you have the wrong subscription saved in your PS session profile.
Added a warning in the deployment script if the service bus namespace is not found in the subscription.
Added debugging options in the iisnode.yml configuration file.
2016-11-02 13:57:07 -04:00
Vesa Juvonen d5b3edb9d9 Link fixes on readme file 2016-10-28 17:01:19 +03:00