SlideShare uma empresa Scribd logo
1 de 15
Making SharePoint Rock
With Angular and React
JOE JORDEN
SENIOR CONSULTANT, NEUDESIC
@COBALTCODER WWW.COBALTCODER.COM WWW.NEUDESIC.COM
Why Are We Here?
 Learn to use a custom master page
 Learn to incorporate Angular pages into SharePoint
 Learn to incorporate React pages in SharePoint
 Learn to link Angular and React using ngReact
Crafting a Master Page
 Create a custom master page to
 Control look and feel (and possibly smell)
 Add libraries
 Instantiate framework
 Can do last two without a custom master
Using Material Design
 Use Material Design to make things pretty
 https://material.angularjs.org/latest/
Angular 1.5 Overview
 Directives
 Use to manipulate the DOM
 Controllers
 Use to set up or enhance the scope object
 Services
 Use to share data between controllers
 These are singletons
 Uses watchers for two-way binding
Demo - Create a Site With Angular 1.5
 Client list in SharePoint – Angular 1.5 style
 Add modules to project
 Set GhostableInLibrary to true in elements file
React/FLUX Overview
 Updates UI using virtual DOM diffing
 No two-way binding
 Uses one-way binding, more like circular binding (FLUX)
React/FLUX Overview
 View => Dispatcher => Store
React/FLUX Overview
 Use React.MSBuild
 Install-Package React.MSBuild –Pre
 Automatically creates xxx.generated.js file
Demo - Create a Site With React
 Client list in SharePoint – React style
Code to Add and Get Items
 SharePoint REST code can be tricky
 Need to get
 Request Digest
 Item type
 eTag (for updating)
 Angular
 Use injector
 React
 Hope for the best
Linking React and Angular With ngReact
 ngReact allows us to use React components in Angular sites
 Add react angular module dependency
 angular.module('app', ['react']);
 react-component: an Angular directive that delegates off to a React Component*
 reactDirective: a service for converting React components into the react-component
Angular directive*
* https://github.com/ngReact/ngReact
Demo – Using ngReact
 Client list in SharePoint – ngReact style
Summary
 Angular is awesome, except with large lists
 React is awesome, but a bit verbose
 ngReact is perfect for linking the two together for double-awesomeness
 A custom master will give you the precise design you are after
References
 Code: https://github.com/CobaltCoder/CodeCamp2016
 SlideShare: http://www.slideshare.net/CobaltCoder/making-share-point-rock-with-angular-and-react
 Blog: http://www.cobaltcoder.com

Mais conteúdo relacionado

Mais procurados

Say hello world with angular 5
Say hello world with angular 5Say hello world with angular 5
Say hello world with angular 5Abhishek Mallick
 
Angular, the New Angular JS
Angular, the New Angular JSAngular, the New Angular JS
Angular, the New Angular JSKenzan
 
Getting Started with the Angular 2 CLI
Getting Started with the Angular 2 CLIGetting Started with the Angular 2 CLI
Getting Started with the Angular 2 CLIJim Lynch
 
FrenchKit: SwiftUI Data Flow with Redux
FrenchKit: SwiftUI Data Flow with ReduxFrenchKit: SwiftUI Data Flow with Redux
FrenchKit: SwiftUI Data Flow with ReduxThomasRicouard
 
Lightning Web Components
Lightning Web ComponentsLightning Web Components
Lightning Web ComponentsAbdulGafoor100
 
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...Edureka!
 
Creating BananaJS with Angular 2, Angular CLI, and Material Design
Creating BananaJS with Angular 2, Angular CLI, and Material DesignCreating BananaJS with Angular 2, Angular CLI, and Material Design
Creating BananaJS with Angular 2, Angular CLI, and Material DesignTracy Lee
 
Appcelerator Titanium Alloy + Kinvey Collection Databinding - Part One
Appcelerator Titanium Alloy + Kinvey Collection Databinding - Part OneAppcelerator Titanium Alloy + Kinvey Collection Databinding - Part One
Appcelerator Titanium Alloy + Kinvey Collection Databinding - Part OneAaron Saunders
 
Getting started with Angular CLI
Getting started with Angular CLIGetting started with Angular CLI
Getting started with Angular CLISasha Vinčić
 
All about Context API
All about Context APIAll about Context API
All about Context APISouvik Basu
 
Angular Routing - Angular Hack Day Melbourne 2019
Angular Routing - Angular Hack Day Melbourne 2019Angular Routing - Angular Hack Day Melbourne 2019
Angular Routing - Angular Hack Day Melbourne 2019Jernej Kavka (JK)
 
React Native - Getting Started
React Native - Getting StartedReact Native - Getting Started
React Native - Getting StartedTracy Lee
 
The Tale of 2 CLIs - Ember-cli and Angular-cli
The Tale of 2 CLIs - Ember-cli and Angular-cliThe Tale of 2 CLIs - Ember-cli and Angular-cli
The Tale of 2 CLIs - Ember-cli and Angular-cliTracy Lee
 
Angular patterns
Angular patternsAngular patterns
Angular patternsPremkumar M
 
Introduction to angular 2
Introduction to angular 2Introduction to angular 2
Introduction to angular 2Dor Moshe
 
Quick Way to work with Models and Alloy in Appcelerator Titanium
Quick Way to work with Models and Alloy in Appcelerator TitaniumQuick Way to work with Models and Alloy in Appcelerator Titanium
Quick Way to work with Models and Alloy in Appcelerator TitaniumAaron Saunders
 
Dive into Angular, part 4: Angular 2.0
Dive into Angular, part 4: Angular 2.0Dive into Angular, part 4: Angular 2.0
Dive into Angular, part 4: Angular 2.0Oleksii Prohonnyi
 
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...Tracy Lee
 

Mais procurados (20)

Say hello world with angular 5
Say hello world with angular 5Say hello world with angular 5
Say hello world with angular 5
 
Angular, the New Angular JS
Angular, the New Angular JSAngular, the New Angular JS
Angular, the New Angular JS
 
Getting Started with the Angular 2 CLI
Getting Started with the Angular 2 CLIGetting Started with the Angular 2 CLI
Getting Started with the Angular 2 CLI
 
Angular universal
Angular universalAngular universal
Angular universal
 
FrenchKit: SwiftUI Data Flow with Redux
FrenchKit: SwiftUI Data Flow with ReduxFrenchKit: SwiftUI Data Flow with Redux
FrenchKit: SwiftUI Data Flow with Redux
 
Lightning Web Components
Lightning Web ComponentsLightning Web Components
Lightning Web Components
 
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
What Is Angular 2 | Angular 2 Tutorial For Beginners | Angular Training | Edu...
 
Creating BananaJS with Angular 2, Angular CLI, and Material Design
Creating BananaJS with Angular 2, Angular CLI, and Material DesignCreating BananaJS with Angular 2, Angular CLI, and Material Design
Creating BananaJS with Angular 2, Angular CLI, and Material Design
 
Appcelerator Titanium Alloy + Kinvey Collection Databinding - Part One
Appcelerator Titanium Alloy + Kinvey Collection Databinding - Part OneAppcelerator Titanium Alloy + Kinvey Collection Databinding - Part One
Appcelerator Titanium Alloy + Kinvey Collection Databinding - Part One
 
Getting started with Angular CLI
Getting started with Angular CLIGetting started with Angular CLI
Getting started with Angular CLI
 
All about Context API
All about Context APIAll about Context API
All about Context API
 
Angular Routing - Angular Hack Day Melbourne 2019
Angular Routing - Angular Hack Day Melbourne 2019Angular Routing - Angular Hack Day Melbourne 2019
Angular Routing - Angular Hack Day Melbourne 2019
 
React Native - Getting Started
React Native - Getting StartedReact Native - Getting Started
React Native - Getting Started
 
Angular 2
Angular 2Angular 2
Angular 2
 
The Tale of 2 CLIs - Ember-cli and Angular-cli
The Tale of 2 CLIs - Ember-cli and Angular-cliThe Tale of 2 CLIs - Ember-cli and Angular-cli
The Tale of 2 CLIs - Ember-cli and Angular-cli
 
Angular patterns
Angular patternsAngular patterns
Angular patterns
 
Introduction to angular 2
Introduction to angular 2Introduction to angular 2
Introduction to angular 2
 
Quick Way to work with Models and Alloy in Appcelerator Titanium
Quick Way to work with Models and Alloy in Appcelerator TitaniumQuick Way to work with Models and Alloy in Appcelerator Titanium
Quick Way to work with Models and Alloy in Appcelerator Titanium
 
Dive into Angular, part 4: Angular 2.0
Dive into Angular, part 4: Angular 2.0Dive into Angular, part 4: Angular 2.0
Dive into Angular, part 4: Angular 2.0
 
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
Creating an Angular 2 Angular CLI app in 15 Minutes Using MaterializeCSS & Fi...
 

Destaque

SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016Sonja Madsen
 
4H matkalla yhdessä verkkoon (13.4.2015)
4H matkalla yhdessä verkkoon (13.4.2015)4H matkalla yhdessä verkkoon (13.4.2015)
4H matkalla yhdessä verkkoon (13.4.2015)Jutta Setälä
 
Hardware y software
Hardware y softwareHardware y software
Hardware y softwareMiguel Solis
 
Startup Weekend Health Copenhagen 2015 #CPHSW
Startup Weekend Health Copenhagen 2015 #CPHSWStartup Weekend Health Copenhagen 2015 #CPHSW
Startup Weekend Health Copenhagen 2015 #CPHSWJernej Dekleva
 
Formación en estrategias pedagógicas utilizando las tic
Formación en estrategias pedagógicas utilizando las ticFormación en estrategias pedagógicas utilizando las tic
Formación en estrategias pedagógicas utilizando las ticGuissella2015
 
Most Adorable Diwali Gifts Ideas for Diwali 2016
Most Adorable Diwali Gifts Ideas for Diwali 2016 Most Adorable Diwali Gifts Ideas for Diwali 2016
Most Adorable Diwali Gifts Ideas for Diwali 2016 Primogiftsindia
 
Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)
Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)
Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)Jutta Setälä
 
Durga puja 2015 promote your brand
Durga puja 2015   promote your brandDurga puja 2015   promote your brand
Durga puja 2015 promote your brandAshutosh Tyagi
 
Creatip digital marketing trends
Creatip digital marketing trendsCreatip digital marketing trends
Creatip digital marketing trendsCreatip
 
MCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM poster
MCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM posterMCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM poster
MCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM posterAlessandra Merizzi
 
Effective E Mail Communication
Effective E Mail CommunicationEffective E Mail Communication
Effective E Mail CommunicationVivek Ghiria
 
Cool Dashboards and Visualizations for SharePoint Power Users
Cool Dashboards and Visualizations for SharePoint Power UsersCool Dashboards and Visualizations for SharePoint Power Users
Cool Dashboards and Visualizations for SharePoint Power UsersBenjamin Niaulin
 
Library Marketing 101: Preparing your Requests
Library Marketing 101: Preparing your RequestsLibrary Marketing 101: Preparing your Requests
Library Marketing 101: Preparing your RequestsScot Sterling
 
Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...
Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...
Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...Obiettivo Psicologia Srl
 
Gioco d’azzardo: strumenti e tecniche dell’intervento psicologico
Gioco d’azzardo: strumenti e tecniche dell’intervento psicologicoGioco d’azzardo: strumenti e tecniche dell’intervento psicologico
Gioco d’azzardo: strumenti e tecniche dell’intervento psicologicoObiettivo Psicologia Srl
 
La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...
La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...
La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...Obiettivo Psicologia Srl
 
Progetti Psicologici: per la professione e l'esame di stato
Progetti Psicologici: per la professione e l'esame di statoProgetti Psicologici: per la professione e l'esame di stato
Progetti Psicologici: per la professione e l'esame di statoNicola Piccinini
 
PsicologíA ClíNica, Natalia Carlospp
PsicologíA ClíNica, Natalia CarlosppPsicologíA ClíNica, Natalia Carlospp
PsicologíA ClíNica, Natalia Carlosppc.meza
 

Destaque (20)

SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
SharePoint Framework, React, and Office UI Fabric spc adriatics 2016
 
4H matkalla yhdessä verkkoon (13.4.2015)
4H matkalla yhdessä verkkoon (13.4.2015)4H matkalla yhdessä verkkoon (13.4.2015)
4H matkalla yhdessä verkkoon (13.4.2015)
 
Hardware y software
Hardware y softwareHardware y software
Hardware y software
 
Startup Weekend Health Copenhagen 2015 #CPHSW
Startup Weekend Health Copenhagen 2015 #CPHSWStartup Weekend Health Copenhagen 2015 #CPHSW
Startup Weekend Health Copenhagen 2015 #CPHSW
 
Formación en estrategias pedagógicas utilizando las tic
Formación en estrategias pedagógicas utilizando las ticFormación en estrategias pedagógicas utilizando las tic
Formación en estrategias pedagógicas utilizando las tic
 
Most Adorable Diwali Gifts Ideas for Diwali 2016
Most Adorable Diwali Gifts Ideas for Diwali 2016 Most Adorable Diwali Gifts Ideas for Diwali 2016
Most Adorable Diwali Gifts Ideas for Diwali 2016
 
Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)
Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)
Me mediassa -kerhonohjaajan opas (Suomen 4H-liitto 2014)
 
Durga puja 2015 promote your brand
Durga puja 2015   promote your brandDurga puja 2015   promote your brand
Durga puja 2015 promote your brand
 
Creatip digital marketing trends
Creatip digital marketing trendsCreatip digital marketing trends
Creatip digital marketing trends
 
MCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM poster
MCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM posterMCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM poster
MCI SUPPORT SERVICES DEVELOPMENT IN OLDHAM poster
 
Effective E Mail Communication
Effective E Mail CommunicationEffective E Mail Communication
Effective E Mail Communication
 
Cool Dashboards and Visualizations for SharePoint Power Users
Cool Dashboards and Visualizations for SharePoint Power UsersCool Dashboards and Visualizations for SharePoint Power Users
Cool Dashboards and Visualizations for SharePoint Power Users
 
Library Marketing 101: Preparing your Requests
Library Marketing 101: Preparing your RequestsLibrary Marketing 101: Preparing your Requests
Library Marketing 101: Preparing your Requests
 
What is Equity - Leigh Barker Accountant
What is Equity - Leigh Barker AccountantWhat is Equity - Leigh Barker Accountant
What is Equity - Leigh Barker Accountant
 
ConvegnoDemenze07nov10
ConvegnoDemenze07nov10ConvegnoDemenze07nov10
ConvegnoDemenze07nov10
 
Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...
Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...
Psicologia del comportamento alimentare: il colloquio motivazionale nel suppo...
 
Gioco d’azzardo: strumenti e tecniche dell’intervento psicologico
Gioco d’azzardo: strumenti e tecniche dell’intervento psicologicoGioco d’azzardo: strumenti e tecniche dell’intervento psicologico
Gioco d’azzardo: strumenti e tecniche dell’intervento psicologico
 
La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...
La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...
La gestione del malato di Alzheimer a domicilio: strumenti pratici per lo psi...
 
Progetti Psicologici: per la professione e l'esame di stato
Progetti Psicologici: per la professione e l'esame di statoProgetti Psicologici: per la professione e l'esame di stato
Progetti Psicologici: per la professione e l'esame di stato
 
PsicologíA ClíNica, Natalia Carlospp
PsicologíA ClíNica, Natalia CarlosppPsicologíA ClíNica, Natalia Carlospp
PsicologíA ClíNica, Natalia Carlospp
 

Semelhante a Making share point rock with angular and react

AngularJS Vs ReactJS_ What’s The Difference_.pdf
AngularJS Vs ReactJS_  What’s The Difference_.pdfAngularJS Vs ReactJS_  What’s The Difference_.pdf
AngularJS Vs ReactJS_ What’s The Difference_.pdfOnviqa Pvt. Ltd.
 
React or Angular and SharePoint Framework Development
React or Angular and SharePoint Framework DevelopmentReact or Angular and SharePoint Framework Development
React or Angular and SharePoint Framework DevelopmentDarin Dickey
 
Comparing Angular and React JS for SPAs
Comparing Angular and React JS for SPAsComparing Angular and React JS for SPAs
Comparing Angular and React JS for SPAsJennifer Estrada
 
Implementing Vanilla Web Components
Implementing Vanilla Web ComponentsImplementing Vanilla Web Components
Implementing Vanilla Web Componentssonumanoj
 
Angular elements - embed your angular components EVERYWHERE
Angular elements - embed your angular components EVERYWHEREAngular elements - embed your angular components EVERYWHERE
Angular elements - embed your angular components EVERYWHERENadav Mary
 
Comparison Between React Vs Angular.pdf
Comparison Between React Vs Angular.pdfComparison Between React Vs Angular.pdf
Comparison Between React Vs Angular.pdfStephieJohn
 
Angular vs react comparison in 2022 which is better and why
Angular vs react comparison in 2022 which is better and whyAngular vs react comparison in 2022 which is better and why
Angular vs react comparison in 2022 which is better and whyNoman Shaikh
 
Angular 6 Training with project in hyderabad india
Angular 6 Training with project in hyderabad indiaAngular 6 Training with project in hyderabad india
Angular 6 Training with project in hyderabad indiaphp2ranjan
 
Reactjs notes.pptx for web development- tutorial and theory
Reactjs  notes.pptx for web development- tutorial and theoryReactjs  notes.pptx for web development- tutorial and theory
Reactjs notes.pptx for web development- tutorial and theoryjobinThomas54
 
Getting Started with React, When You’re an Angular Developer
Getting Started with React, When You’re an Angular DeveloperGetting Started with React, When You’re an Angular Developer
Getting Started with React, When You’re an Angular DeveloperFabrit Global
 
React vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevPro
React vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevProReact vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevPro
React vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevProSofiaCarter4
 
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...Sébastien Levert
 
Angular vs. React: A Complete Comparison Guide
Angular vs. React: A Complete Comparison GuideAngular vs. React: A Complete Comparison Guide
Angular vs. React: A Complete Comparison GuidePratikMistry38
 
Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...Nidhi Sharma
 
The Best Guide to Know What, Why, When to Use Is ReactJS
The Best Guide to Know What, Why, When to Use Is ReactJSThe Best Guide to Know What, Why, When to Use Is ReactJS
The Best Guide to Know What, Why, When to Use Is ReactJSWeblineIndia
 

Semelhante a Making share point rock with angular and react (20)

AngularJS Vs ReactJS_ What’s The Difference_.pdf
AngularJS Vs ReactJS_  What’s The Difference_.pdfAngularJS Vs ReactJS_  What’s The Difference_.pdf
AngularJS Vs ReactJS_ What’s The Difference_.pdf
 
React or Angular and SharePoint Framework Development
React or Angular and SharePoint Framework DevelopmentReact or Angular and SharePoint Framework Development
React or Angular and SharePoint Framework Development
 
Angular vs React : A Detailed Comparision
Angular vs React : A Detailed ComparisionAngular vs React : A Detailed Comparision
Angular vs React : A Detailed Comparision
 
Comparing Angular and React JS for SPAs
Comparing Angular and React JS for SPAsComparing Angular and React JS for SPAs
Comparing Angular and React JS for SPAs
 
Implementing Vanilla Web Components
Implementing Vanilla Web ComponentsImplementing Vanilla Web Components
Implementing Vanilla Web Components
 
Introduction to Lightning Web Components
Introduction to Lightning Web ComponentsIntroduction to Lightning Web Components
Introduction to Lightning Web Components
 
Angular elements - embed your angular components EVERYWHERE
Angular elements - embed your angular components EVERYWHEREAngular elements - embed your angular components EVERYWHERE
Angular elements - embed your angular components EVERYWHERE
 
Comparison Between React Vs Angular.pdf
Comparison Between React Vs Angular.pdfComparison Between React Vs Angular.pdf
Comparison Between React Vs Angular.pdf
 
Lightning Web Component - LWC
Lightning Web Component - LWCLightning Web Component - LWC
Lightning Web Component - LWC
 
Angular vs react comparison in 2022 which is better and why
Angular vs react comparison in 2022 which is better and whyAngular vs react comparison in 2022 which is better and why
Angular vs react comparison in 2022 which is better and why
 
Angular vs.pdf
Angular vs.pdfAngular vs.pdf
Angular vs.pdf
 
Angular 6 Training with project in hyderabad india
Angular 6 Training with project in hyderabad indiaAngular 6 Training with project in hyderabad india
Angular 6 Training with project in hyderabad india
 
Angular js workshop
Angular js workshopAngular js workshop
Angular js workshop
 
Reactjs notes.pptx for web development- tutorial and theory
Reactjs  notes.pptx for web development- tutorial and theoryReactjs  notes.pptx for web development- tutorial and theory
Reactjs notes.pptx for web development- tutorial and theory
 
Getting Started with React, When You’re an Angular Developer
Getting Started with React, When You’re an Angular DeveloperGetting Started with React, When You’re an Angular Developer
Getting Started with React, When You’re an Angular Developer
 
React vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevPro
React vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevProReact vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevPro
React vs Angular - Unleashing the Ultimate Framework Showdown - AppsDevPro
 
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
European SharePoint Conference 2017 - SharePoint Framework, Angular & Azure F...
 
Angular vs. React: A Complete Comparison Guide
Angular vs. React: A Complete Comparison GuideAngular vs. React: A Complete Comparison Guide
Angular vs. React: A Complete Comparison Guide
 
Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...Lightning web components - Introduction, component Lifecycle, Events, decorat...
Lightning web components - Introduction, component Lifecycle, Events, decorat...
 
The Best Guide to Know What, Why, When to Use Is ReactJS
The Best Guide to Know What, Why, When to Use Is ReactJSThe Best Guide to Know What, Why, When to Use Is ReactJS
The Best Guide to Know What, Why, When to Use Is ReactJS
 

Último

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 

Último (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 

Making share point rock with angular and react

  • 1. Making SharePoint Rock With Angular and React JOE JORDEN SENIOR CONSULTANT, NEUDESIC @COBALTCODER WWW.COBALTCODER.COM WWW.NEUDESIC.COM
  • 2. Why Are We Here?  Learn to use a custom master page  Learn to incorporate Angular pages into SharePoint  Learn to incorporate React pages in SharePoint  Learn to link Angular and React using ngReact
  • 3. Crafting a Master Page  Create a custom master page to  Control look and feel (and possibly smell)  Add libraries  Instantiate framework  Can do last two without a custom master
  • 4. Using Material Design  Use Material Design to make things pretty  https://material.angularjs.org/latest/
  • 5. Angular 1.5 Overview  Directives  Use to manipulate the DOM  Controllers  Use to set up or enhance the scope object  Services  Use to share data between controllers  These are singletons  Uses watchers for two-way binding
  • 6. Demo - Create a Site With Angular 1.5  Client list in SharePoint – Angular 1.5 style  Add modules to project  Set GhostableInLibrary to true in elements file
  • 7. React/FLUX Overview  Updates UI using virtual DOM diffing  No two-way binding  Uses one-way binding, more like circular binding (FLUX)
  • 8. React/FLUX Overview  View => Dispatcher => Store
  • 9. React/FLUX Overview  Use React.MSBuild  Install-Package React.MSBuild –Pre  Automatically creates xxx.generated.js file
  • 10. Demo - Create a Site With React  Client list in SharePoint – React style
  • 11. Code to Add and Get Items  SharePoint REST code can be tricky  Need to get  Request Digest  Item type  eTag (for updating)  Angular  Use injector  React  Hope for the best
  • 12. Linking React and Angular With ngReact  ngReact allows us to use React components in Angular sites  Add react angular module dependency  angular.module('app', ['react']);  react-component: an Angular directive that delegates off to a React Component*  reactDirective: a service for converting React components into the react-component Angular directive* * https://github.com/ngReact/ngReact
  • 13. Demo – Using ngReact  Client list in SharePoint – ngReact style
  • 14. Summary  Angular is awesome, except with large lists  React is awesome, but a bit verbose  ngReact is perfect for linking the two together for double-awesomeness  A custom master will give you the precise design you are after
  • 15. References  Code: https://github.com/CobaltCoder/CodeCamp2016  SlideShare: http://www.slideshare.net/CobaltCoder/making-share-point-rock-with-angular-and-react  Blog: http://www.cobaltcoder.com