SlideShare a Scribd company logo
2
Most read
11
Most read
14
Most read
Introduction to ReactJs
18-02-2017
React?
● JavaScript library for building UI
● created by Facebook
● “view” in MVC.
● Best Suitable for Dynamic Websites(ex: chat
application)
Used By
Component
React
● Automatically updates your View after data changes.
● Render(Representation of view)
Virtual Dom
Virtual Dom(Diffing alg)
Create React APP:
npm install -g create-react-app
create-react-app hello-world
cd hello-world
npm start
First Component
import React, { Component } from 'react';
class FirstComponent extends Component {
render() {
return (
<div className="firstComponent">
Hello, World!
</div>
);
}
}
Props
Props
class PropsExample extends Component {
alertmessage(){
alert('Hi, Test alert')
}
render() {
return (
<button class="ActionButton"
onClick={this.alertmessage}>
<span>{this.props.buttontext}</span>
</button>
);
}
}
// Usage:
<PropsExample buttontext=”RSVP”>
State
State:
class StateExample extends Component {
constructor(props) {
super(props);
this.state = { count: 0 };
}
Add(){
this.setState({count: this.state.count + 1})
}
render() {
return (
<h1>{this.state.count}</h1>
<button class="ActionButton" onClick={this.Add}>
<span>+(Add)</span>
</button>
);
}
}
Component Life Cycle.
Meetup Code Examples
https://github.com/ravigadila/learn-react/tree/master/meetup/18_02_2017
Micro Pyramid
Micropyramid.com
Blog: micropyramid.com/blog
Forum: micropyramid.com/forum/
GitHub: https://github.com/MicroPyramid/
Facebook: https://www.facebook.com/MicroPyramid/
Twitter: https://twitter.com/MicroPyramid

More Related Content

What's hot (20)

PDF
ReactJS presentation
Thanh Tuong
 
PDF
React js
Rajesh Kolla
 
ODP
Introduction to ReactJS
Knoldus Inc.
 
PPTX
Intro to React
Justin Reock
 
PPTX
React js programming concept
Tariqul islam
 
PPTX
Its time to React.js
Ritesh Mehrotra
 
PDF
An introduction to React.js
Emanuele DelBono
 
PPTX
React js for beginners
Alessandro Valenti
 
PPTX
React + Redux Introduction
Nikolaus Graf
 
PPTX
Reactjs
Neha Sharma
 
PPTX
React js
Oswald Campesato
 
PDF
React and redux
Mystic Coders, LLC
 
PDF
React JS - Introduction
Sergey Romaneko
 
PPTX
A Brief Introduction to React.js
Doug Neiner
 
PPTX
reactJS
Syam Santhosh
 
PPTX
React js - The Core Concepts
Divyang Bhambhani
 
PPTX
React-JS.pptx
AnmolPandita7
 
PPT
React js
Jai Santhosh
 
PPTX
React workshop presentation
Bojan Golubović
 
PPTX
React state
Ducat
 
ReactJS presentation
Thanh Tuong
 
React js
Rajesh Kolla
 
Introduction to ReactJS
Knoldus Inc.
 
Intro to React
Justin Reock
 
React js programming concept
Tariqul islam
 
Its time to React.js
Ritesh Mehrotra
 
An introduction to React.js
Emanuele DelBono
 
React js for beginners
Alessandro Valenti
 
React + Redux Introduction
Nikolaus Graf
 
Reactjs
Neha Sharma
 
React and redux
Mystic Coders, LLC
 
React JS - Introduction
Sergey Romaneko
 
A Brief Introduction to React.js
Doug Neiner
 
reactJS
Syam Santhosh
 
React js - The Core Concepts
Divyang Bhambhani
 
React-JS.pptx
AnmolPandita7
 
React js
Jai Santhosh
 
React workshop presentation
Bojan Golubović
 
React state
Ducat
 

Viewers also liked (20)

PDF
React JS and why it's awesome
Andrew Hull
 
PPTX
ReactJs presentation
nishasowdri
 
PDF
React Performance
Max Kudla
 
PDF
Discover React
Massimo Iacolare
 
PPTX
Introduction to Facebook React
Mitch Chen
 
PDF
Git & github
MicroPyramid .
 
DOCX
libros
garciaefrain291
 
PDF
Intro to ReactJS
Harvard Web Working Group
 
PDF
สร้างซอฟต์แวร์อย่างไรให้โดนใจผู้คน (How to make software that people love)
Kobkrit Viriyayudhakorn
 
PPTX
Linea de basica 2016
Ep Freire
 
PPTX
Linea de artes 2016
Ep Freire
 
PPTX
Linea de historia y cs 2016
Ep Freire
 
PPTX
Linea de matematicas 2016
Ep Freire
 
PDF
React Webinar With CodePolitan
Riza Fahmi
 
PDF
Diplomado en Control Fiscal
tecnoeducaservicios.com
 
PPTX
Humming code presentation by Hridoy bepari
Hridoy Bepari
 
PDF
Quick start with React | DreamLab Academy #2
DreamLab
 
PDF
Safo de Mitilene
LUCIAVALIENTE
 
PDF
React native - What, Why, How?
Teerasej Jiraphatchandej
 
PDF
[React Native] Lecture 4: Basic Elements and UI Layout by using FlexBox
Kobkrit Viriyayudhakorn
 
React JS and why it's awesome
Andrew Hull
 
ReactJs presentation
nishasowdri
 
React Performance
Max Kudla
 
Discover React
Massimo Iacolare
 
Introduction to Facebook React
Mitch Chen
 
Git & github
MicroPyramid .
 
Intro to ReactJS
Harvard Web Working Group
 
สร้างซอฟต์แวร์อย่างไรให้โดนใจผู้คน (How to make software that people love)
Kobkrit Viriyayudhakorn
 
Linea de basica 2016
Ep Freire
 
Linea de artes 2016
Ep Freire
 
Linea de historia y cs 2016
Ep Freire
 
Linea de matematicas 2016
Ep Freire
 
React Webinar With CodePolitan
Riza Fahmi
 
Diplomado en Control Fiscal
tecnoeducaservicios.com
 
Humming code presentation by Hridoy bepari
Hridoy Bepari
 
Quick start with React | DreamLab Academy #2
DreamLab
 
Safo de Mitilene
LUCIAVALIENTE
 
React native - What, Why, How?
Teerasej Jiraphatchandej
 
[React Native] Lecture 4: Basic Elements and UI Layout by using FlexBox
Kobkrit Viriyayudhakorn
 
Ad

Similar to Introduction to react_js (20)

PPTX
Introduction to React
Sebastian Pederiva
 
PPTX
Dyanaimcs of business and economics unit 2
jpm071712
 
PDF
Introduction to React for Frontend Developers
Sergio Nakamura
 
PPTX
ReactJS_First_Practical for the freshers.pptx
vaibhavdtambe2003
 
PDF
Introduction Web Development using ReactJS
ssuser8a1f37
 
PPTX
ReactJS presentation.pptx
DivyanshGupta922023
 
PDF
React js TRAINING IN BANGALORE
nearlearn
 
PPTX
React js TRAINING IN BANGALORE
nearlearn
 
PPTX
React_Introwvq2t2e2ewqtwtq31tef12duction.pptx
BRIJESHKRSINGH
 
PDF
Welcome to React & Flux !
Ritesh Kumar
 
PPTX
ReactJS_--Workshop_Stylish_Template.pptx
HARSHMAGHNANI
 
PPTX
ReactJs
Sahana Banerjee
 
PPTX
ReactJS (1)
George Tony
 
PPTX
Getting Started With ReactJS
Sandeep Kumar Patel
 
PDF
Workshop 19: ReactJS Introduction
Visual Engineering
 
PPTX
React - Start learning today
Nitin Tyagi
 
PPTX
React/Redux
Durgesh Vaishnav
 
PDF
React Interview Question PDF By ScholarHat
Scholarhat
 
PDF
Integrating React.js with PHP projects
Ignacio Martín
 
Introduction to React
Sebastian Pederiva
 
Dyanaimcs of business and economics unit 2
jpm071712
 
Introduction to React for Frontend Developers
Sergio Nakamura
 
ReactJS_First_Practical for the freshers.pptx
vaibhavdtambe2003
 
Introduction Web Development using ReactJS
ssuser8a1f37
 
ReactJS presentation.pptx
DivyanshGupta922023
 
React js TRAINING IN BANGALORE
nearlearn
 
React js TRAINING IN BANGALORE
nearlearn
 
React_Introwvq2t2e2ewqtwtq31tef12duction.pptx
BRIJESHKRSINGH
 
Welcome to React & Flux !
Ritesh Kumar
 
ReactJS_--Workshop_Stylish_Template.pptx
HARSHMAGHNANI
 
ReactJS (1)
George Tony
 
Getting Started With ReactJS
Sandeep Kumar Patel
 
Workshop 19: ReactJS Introduction
Visual Engineering
 
React - Start learning today
Nitin Tyagi
 
React/Redux
Durgesh Vaishnav
 
React Interview Question PDF By ScholarHat
Scholarhat
 
Integrating React.js with PHP projects
Ignacio Martín
 
Ad

More from MicroPyramid . (7)

PPTX
Custom web application development with Django for startups and Django-CRM intro
MicroPyramid .
 
PPTX
Social login integration
MicroPyramid .
 
PPTX
Packaging and distributing python code to Pypi
MicroPyramid .
 
PPTX
Django elastic beanstalk
MicroPyramid .
 
PPTX
Unit Testing with Python
MicroPyramid .
 
PPTX
Introduction to Vi
MicroPyramid .
 
PPTX
Hands on django part 1
MicroPyramid .
 
Custom web application development with Django for startups and Django-CRM intro
MicroPyramid .
 
Social login integration
MicroPyramid .
 
Packaging and distributing python code to Pypi
MicroPyramid .
 
Django elastic beanstalk
MicroPyramid .
 
Unit Testing with Python
MicroPyramid .
 
Introduction to Vi
MicroPyramid .
 
Hands on django part 1
MicroPyramid .
 

Recently uploaded (20)

PPTX
An Introduction to ZAP by Checkmarx - Official Version
Simon Bennetts
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PPTX
A Complete Guide to Salesforce SMS Integrations Build Scalable Messaging With...
360 SMS APP
 
PDF
GetOnCRM Speeds Up Agentforce 3 Deployment for Enterprise AI Wins.pdf
GetOnCRM Solutions
 
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PDF
Letasoft Sound Booster 1.12.0.538 Crack Download+ Product Key [Latest]
HyperPc soft
 
PPTX
3uTools Full Crack Free Version Download [Latest] 2025
muhammadgurbazkhan
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PDF
Executive Business Intelligence Dashboards
vandeslie24
 
PDF
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
PPTX
MiniTool Power Data Recovery Full Crack Latest 2025
muhammadgurbazkhan
 
PDF
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
PPTX
Fundamentals_of_Microservices_Architecture.pptx
MuhammadUzair504018
 
PPTX
Engineering the Java Web Application (MVC)
abhishekoza1981
 
PPTX
Revolutionizing Code Modernization with AI
KrzysztofKkol1
 
DOCX
Import Data Form Excel to Tally Services
Tally xperts
 
PDF
Salesforce CRM Services.VALiNTRY360
VALiNTRY360
 
An Introduction to ZAP by Checkmarx - Official Version
Simon Bennetts
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
A Complete Guide to Salesforce SMS Integrations Build Scalable Messaging With...
360 SMS APP
 
GetOnCRM Speeds Up Agentforce 3 Deployment for Enterprise AI Wins.pdf
GetOnCRM Solutions
 
Capcut Pro Crack For PC Latest Version {Fully Unlocked} 2025
hashhshs786
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
Letasoft Sound Booster 1.12.0.538 Crack Download+ Product Key [Latest]
HyperPc soft
 
3uTools Full Crack Free Version Download [Latest] 2025
muhammadgurbazkhan
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
Human Resources Information System (HRIS)
Amity University, Patna
 
Executive Business Intelligence Dashboards
vandeslie24
 
Beyond Binaries: Understanding Diversity and Allyship in a Global Workplace -...
Imma Valls Bernaus
 
MiniTool Power Data Recovery Full Crack Latest 2025
muhammadgurbazkhan
 
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
Fundamentals_of_Microservices_Architecture.pptx
MuhammadUzair504018
 
Engineering the Java Web Application (MVC)
abhishekoza1981
 
Revolutionizing Code Modernization with AI
KrzysztofKkol1
 
Import Data Form Excel to Tally Services
Tally xperts
 
Salesforce CRM Services.VALiNTRY360
VALiNTRY360
 

Introduction to react_js