SlideShare a Scribd company logo
ReactJSReactJS
Muhammad Azamuddin
https://www.linkedin.com/in/azamuddin
PHP Indonesia @Microsoft Indonesia
March, 26th 2016
bit.ly/reactjs-slidebit.ly/reactjs-slide
ReactJS???ReactJS???
what is
JavaScript Library for building
User InterfaceUser Interface
MVCMVC
REACTJSREACTJS
ReactJS is V in MVC
ReactJS is V in MVC
ReactJS is V in MVC
ReactJS is V in MVC
MERNMERN
facebookfacebook
ADS TEAM & INSTAGRAMADS TEAM & INSTAGRAM
ReactJSReactJS
what special about it?
SimplicitySimplicity
if you want to learn Angular, lea
rn Angular. But if you want to le
arn React, learn JavaScript
ProductivityProductivity
BoostBoost
ComponentComponent
ProductivityProductivityBoostBoost
ProductivityProductivityBoostBoost
Product Search
Product List
Product Item
Product Widget
ProductivityProductivityBoostBoost
<ProductSearch/>
<ProductList/>
<ProductItem/>
<ProductWidget>
</ProductWidget>
<ProductItem/>
<ProductItem/>
ProductList.jsx
ProductivityProductivityBoostBoost
ProductSearch.jsx
ProductList.jsx
ProductItem.jsx
ProductWidget
Widget
ProductWidget.jsx
ProductivityProductivityBoostBoost
11561 results
EasyEasy
CollaborationCollaboration
ProductivityProductivityBoostBoost
Developer & Designer
SEO FriendlySEO Friendly
ProductionProduction
ReadyReady
You're on good company
Production ReadyProduction Ready
Weppalyzer Sites Using ReactJS Detection
Production ReadyProduction Ready
DESKTOP APP:
Atom Editor
Bracket Editor (Adobe)
SITES:
PayPal
Teespring
Uber (web App, clients, 15+ internal apps)
AirBnB
Docker
Codecademy
Web Whatsapp
More at https://github.com/facebook/react/wiki/Sites-Using-React
PerformancePerformance
<p> Sebelum </p> <p> Sesudah </p>
<p> Sebelum </p> <p> Sesudah </p>
diff
apply
Virtual DOM
Real DOM
PATCH <p> from sebelum to sesudahPatch
Data FlowData Flow
ClearClear
Component
Component Component Component
Component Component Component
data flows from components to components through pro
perties
Run AnywhereRun Anywhere
Write OnceWrite Once
Run AnywhereRun Anywhere
Write OnceWrite Once
It's Java
Write EverywhereWrite Everywhere
Learn onceLearn once
This is ReactJS
// import declaration
import React, {Component} from 'react'
class MyComponent extends Component{
render(){
return <div>
Hello World
</div>
}
}
<MyComponent/>
// => "Hello World"
MyComponent.jsx Usage
Creating First ComponentCreating First Component
// import declaration
import React, {Component} from 'react'
class MyComponent extends Component{
render(){
return <div>
Hello {this.props.name}
</div>
}
}
<MyComponent name="John"/>
// => "Hello John"
PropertiesProperties
UsageMyComponent.jsx
Using Community ComponentsUsing Community Components
// import declaration
import React, { Component } from 'react'
import Select from 'react-select'
var options = [
{ value: 'one', label: 'Australia' },
{ value: 'two', label: 'New Zealand' }
];
// render method
<Select
value="one"
options={options}
multi={true}
/>
react-selectreact-select
Using Community ComponentsUsing Community Components
// import declaration
import React, { Component } from 'react'
import GoogleMap from 'react-google-maps'
// render method
<GoogleMap
containerProps={{
...this.props,
style: {
height: `100%`,
},
}}
defaultZoom={8}
defaultCenter={{ lat: -34.397, lng: 150.644 }}
/>
react-google-mapsreact-google-maps
Using Community ComponentsUsing Community Components
react-google-mapsreact-google-maps
Give it 5 minutesGive it 5 minutes
What's next?What's next?
http://facebook.github.io/react/
JOIN US
Facebook Group @ReactJS Indonesia
Slack http://reactjsindonesia.slack.com
http://react.id
Thank YouThank You

More Related Content

What's hot (20)

PPTX
Combining Angular and React Together
Sebastian Pederiva
 
PPTX
Single Page Application (SPA) using AngularJS
M R Rony
 
PDF
The Ultimate Getting Started with Angular Workshop - Devoxx UK 2017
Matt Raible
 
PDF
AngularJS + React
justvamp
 
PDF
Learn react the right way
Mohamed Thareef Bin Ubaid
 
PPTX
Single Page WebApp Architecture
Morgan Cheng
 
PPTX
JS FAST Prototyping with AngularJS & RequireJS
Yuriy Silvestrov
 
PDF
Angular js - 10 reasons to choose angularjs
Nir Kaufman
 
PPTX
Introduction to React JS
Lohith Goudagere Nagaraj
 
PPTX
Overview about AngularJS Framework
Camilo Lopes
 
PDF
introduction to Vue.js 3
ArezooKmn
 
PPTX
React js Demo Explanation
Rama Krishna Vankam
 
PDF
Gettings started with the superheroic JavaScript library AngularJS
Armin Vieweg
 
PDF
Angularjs tutorial
HarikaReddy115
 
PPTX
AngularJS vs React JS vs Node JS: Which is Best For Web Development ?
MarkupBox
 
PPTX
Creating books app with react native
Ali Sa'o
 
PPTX
Angular vs React: Building modern SharePoint interfaces with SPFx
Dimcho Tsanov
 
PPTX
Introduction to AngularJS Framework
Raveendra R
 
PPTX
React js
Nikhil Karkra
 
PPTX
React js, node js &amp; angular js which one is the best for web development
Concetto Labs
 
Combining Angular and React Together
Sebastian Pederiva
 
Single Page Application (SPA) using AngularJS
M R Rony
 
The Ultimate Getting Started with Angular Workshop - Devoxx UK 2017
Matt Raible
 
AngularJS + React
justvamp
 
Learn react the right way
Mohamed Thareef Bin Ubaid
 
Single Page WebApp Architecture
Morgan Cheng
 
JS FAST Prototyping with AngularJS & RequireJS
Yuriy Silvestrov
 
Angular js - 10 reasons to choose angularjs
Nir Kaufman
 
Introduction to React JS
Lohith Goudagere Nagaraj
 
Overview about AngularJS Framework
Camilo Lopes
 
introduction to Vue.js 3
ArezooKmn
 
React js Demo Explanation
Rama Krishna Vankam
 
Gettings started with the superheroic JavaScript library AngularJS
Armin Vieweg
 
Angularjs tutorial
HarikaReddy115
 
AngularJS vs React JS vs Node JS: Which is Best For Web Development ?
MarkupBox
 
Creating books app with react native
Ali Sa'o
 
Angular vs React: Building modern SharePoint interfaces with SPFx
Dimcho Tsanov
 
Introduction to AngularJS Framework
Raveendra R
 
React js
Nikhil Karkra
 
React js, node js &amp; angular js which one is the best for web development
Concetto Labs
 

Viewers also liked (17)

PPTX
003. ReactJS basic
Binh Quan Duc
 
PPTX
Reactjs
Neha Sharma
 
PDF
APPSCoast Pitch Deck
Riza Fahmi
 
PDF
Meteor Talk At TokoPedia
Riza Fahmi
 
PDF
Mobile Programming - Network Universitas Budi Luhur
Riza Fahmi
 
PDF
React Fundamentals - Jakarta JS, Apr 2016
Simon Sturmer
 
PDF
Fellow Developers, Let's Discover Your Superpower
Riza Fahmi
 
PDF
Styling Your React App
Riza Fahmi
 
PDF
Mobile Programming - 3 UDP
Riza Fahmi
 
PDF
Serverless NodeJS With AWS Lambda
Riza Fahmi
 
PDF
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
Riza Fahmi
 
PPTX
Basic Operating System
Nizar Lazuardy Firmansyah
 
PDF
React Webinar With CodePolitan
Riza Fahmi
 
PDF
Team 101: How to Build The A Team For Your Startup
Riza Fahmi
 
PPTX
001. Introduction about React
Binh Quan Duc
 
PDF
ReactJS presentation
Thanh Tuong
 
PPTX
007. Redux middlewares
Binh Quan Duc
 
003. ReactJS basic
Binh Quan Duc
 
Reactjs
Neha Sharma
 
APPSCoast Pitch Deck
Riza Fahmi
 
Meteor Talk At TokoPedia
Riza Fahmi
 
Mobile Programming - Network Universitas Budi Luhur
Riza Fahmi
 
React Fundamentals - Jakarta JS, Apr 2016
Simon Sturmer
 
Fellow Developers, Let's Discover Your Superpower
Riza Fahmi
 
Styling Your React App
Riza Fahmi
 
Mobile Programming - 3 UDP
Riza Fahmi
 
Serverless NodeJS With AWS Lambda
Riza Fahmi
 
Brief Intro to Phoenix - Elixir Meetup at BukaLapak
Riza Fahmi
 
Basic Operating System
Nizar Lazuardy Firmansyah
 
React Webinar With CodePolitan
Riza Fahmi
 
Team 101: How to Build The A Team For Your Startup
Riza Fahmi
 
001. Introduction about React
Binh Quan Duc
 
ReactJS presentation
Thanh Tuong
 
007. Redux middlewares
Binh Quan Duc
 
Ad

Similar to Muhammad azamuddin introduction-to-reactjs (20)

PPTX
How to Create your First Website using ReactJS?
Intellipaat
 
PDF
React Js Simplified
Sunil Yadav
 
PPT
The Best Guide to Know What, Why, When to Use Is ReactJS
WeblineIndia
 
PPTX
ReactJS vs Vue.js — What to choose in 2019?
PixelCrayons
 
PPSX
REACTJS1.ppsx
IshwarSingh501217
 
PPTX
reactJS
Syam Santhosh
 
PPTX
What is ReactJS?
Albiorix Technology
 
PDF
Review on React JS
ijtsrd
 
PDF
Maximize Development Efficiency with ReactJS.pdf
BOSC Tech Labs
 
PPT
Why should you use react js for web app development
ReactJS
 
PPTX
react js training in mumbai|react js training online
EsgbnmkPhcm
 
PPTX
data science course in bangalore|data analyst course in bangalore
EsgbnmkPhcm
 
PPTX
Empower your business with RectJS Development | front end developer
eLuminous Technologies Pvt. Ltd.
 
DOCX
Skill practical javascript diy projects
SkillPracticalEdTech
 
PPTX
Simple ReactJS Presentation by tolu komolafe
Tolulope Komolafe
 
PDF
reactjs-vs-angularjs-which-is-the-best-framework-for-you.pdf
RobertThorson2
 
PDF
What Is React | ReactJS Tutorial for Beginners | ReactJS Training | Edureka
Edureka!
 
PPTX
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
PPTX
Reactjs notes.pptx for web development- tutorial and theory
jobinThomas54
 
PPTX
react js training|react js training in mumbai|React js classes in mumbai
EsgbnmkPhcm
 
How to Create your First Website using ReactJS?
Intellipaat
 
React Js Simplified
Sunil Yadav
 
The Best Guide to Know What, Why, When to Use Is ReactJS
WeblineIndia
 
ReactJS vs Vue.js — What to choose in 2019?
PixelCrayons
 
REACTJS1.ppsx
IshwarSingh501217
 
reactJS
Syam Santhosh
 
What is ReactJS?
Albiorix Technology
 
Review on React JS
ijtsrd
 
Maximize Development Efficiency with ReactJS.pdf
BOSC Tech Labs
 
Why should you use react js for web app development
ReactJS
 
react js training in mumbai|react js training online
EsgbnmkPhcm
 
data science course in bangalore|data analyst course in bangalore
EsgbnmkPhcm
 
Empower your business with RectJS Development | front end developer
eLuminous Technologies Pvt. Ltd.
 
Skill practical javascript diy projects
SkillPracticalEdTech
 
Simple ReactJS Presentation by tolu komolafe
Tolulope Komolafe
 
reactjs-vs-angularjs-which-is-the-best-framework-for-you.pdf
RobertThorson2
 
What Is React | ReactJS Tutorial for Beginners | ReactJS Training | Edureka
Edureka!
 
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
Reactjs notes.pptx for web development- tutorial and theory
jobinThomas54
 
react js training|react js training in mumbai|React js classes in mumbai
EsgbnmkPhcm
 
Ad

More from PHP Indonesia (8)

PPTX
Php regional bogor
PHP Indonesia
 
PPTX
Mean
PHP Indonesia
 
PPTX
Irfan maulana nodejs web development
PHP Indonesia
 
PDF
Afrimadoni the power of docker
PHP Indonesia
 
PDF
Fitra aditya php-web rtc
PHP Indonesia
 
PPTX
Abdul jabar hakim iot (26 @ microsoft indonesia)
PHP Indonesia
 
PPT
Fendy heryanto scrum methodology
PHP Indonesia
 
PPTX
Panji automatic unattended linux deployment using arm template and custom s...
PHP Indonesia
 
Php regional bogor
PHP Indonesia
 
Irfan maulana nodejs web development
PHP Indonesia
 
Afrimadoni the power of docker
PHP Indonesia
 
Fitra aditya php-web rtc
PHP Indonesia
 
Abdul jabar hakim iot (26 @ microsoft indonesia)
PHP Indonesia
 
Fendy heryanto scrum methodology
PHP Indonesia
 
Panji automatic unattended linux deployment using arm template and custom s...
PHP Indonesia
 

Recently uploaded (20)

PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PPTX
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
PDF
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
PDF
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
PDF
Blockchain Transactions Explained For Everyone
CIFDAQ
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
Python basic programing language for automation
DanialHabibi2
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PDF
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
PDF
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
PDF
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
"Autonomy of LLM Agents: Current State and Future Prospects", Oles` Petriv
Fwdays
 
Timothy Rottach - Ramp up on AI Use Cases, from Vector Search to AI Agents wi...
AWS Chicago
 
LLMs.txt: Easily Control How AI Crawls Your Site
Keploy
 
Blockchain Transactions Explained For Everyone
CIFDAQ
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
Python basic programing language for automation
DanialHabibi2
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
Fl Studio 24.2.2 Build 4597 Crack for Windows Free Download 2025
faizk77g
 
Log-Based Anomaly Detection: Enhancing System Reliability with Machine Learning
Mohammed BEKKOUCHE
 
SWEBOK Guide and Software Services Engineering Education
Hironori Washizaki
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 

Muhammad azamuddin introduction-to-reactjs