SlideShare une entreprise Scribd logo
1  sur  48
Télécharger pour lire hors ligne
Front-end Web Development
with Reactjs
NordicCoder
Confidential July 2018
Learn practical skills for your career growth
About
Nordic Coder is an educational institution that aims to transform the IT workforce
by taking the learning -by -doing approach to education.
With the vision of bridging the under-skilled supply of IT students with the shortage
of demand for skilled IT workers, Nordic Coder provides a platform offering
practical short-term training courses for IT students to gain real-world skills to meet
industry demand.
Nordic Coder is a venture by fram^, a Swedish-Vietnamese start-up venture builder
and IT development company listed on Nasdaq First North Stockholm.
What we offer
0
1
SOFT SKILLS
Improve interview performance with
CV polishing skills and one-on-one
practice.
0
2
TECHNICAL SKILLS
Practical application of programming
languages in real business cases.
0
3
CAREER GUIDANCE
Job search and networking
opportunities with hiring partners.
Venture Founder
Yen Le
Yen recently joined Fram^ as Venture Founder for Nordic Coder. Yen used to
served as Partnership Manager and part of the founding team of the Da Nang
Business Incubator, where she collaborated with corporate, government and
international donors to bring in accelerator managers, serial entrepreneurs
and investors from Israel, Canada, U.S Finland, to coach more than 30 local
startups and help them become investment-ready. She was the key organizer
of SURF, an annual startup conference that attracted 2000+ attendees and
high-profile speakers since 2016. Prior to that, Yen worked in infrastructure
financing, lending sovereign loans to private companies from the World Bank
and French Development Agency and preparing the issuance of the Da Nang
government bond in 2014. She holds a Bachelor of Business - Banking and
Finance at Monash University, Australia.
fram^ is a Swedish-Vietnamese start-up venture builder and IT
development company which listed its shares on the Nasdaq First North
Stockholm in Oct 2017. fram^ starts, builds and invests in technology
companies with proven business models. We provide deep operational
support to founders and help them build market-leading companies. We
have many ventures in the pipeline in the verticals FinTech, InsurTech
and eCommerce/Consumer with the aim of improving lives of
Vietnamese people. The founding team of fram^ has built and managed
market leading online businesses both in Europe and Southeast Asia. The
founders of fram^ co-founded Lazada.vn and built the company from
scratch to the market leader of e-commerce in Vietnam.
Introduction
export class Instructor extends React.Component {
render() {
return (
<Profile>
<Fullname>Trần Phong Phú</Fullname>
<Work>TA at Sendo.vn</Work>
<Work>React Instructor at NordicCoder</Work>
<Email>phu.tran[at]nordiccoder.com</Email>
<Phone>0937.942.974</Phone>
</Profile>
);
}
}
My mission and motivation as an instructor is
to help you free your mind, unleash your power
within, and reach one step closer to your dream.
Introduction
Tell us about yourself
Introduction
Course Outline
3-4th Week
Advanced React
Event & Data
6-7th Week
Advanced Reactjs
Ecosystem of Reactjs
Redux
1-2nd Week
Getting Started
React Basic
5th Week
Mini workshop
Soft Skill Development
8-9th Week
Webpack Configuration
Deployment - Production
Final Project
10th Week
Demo Day
Final Project - Online Shopping Cart
Final Project - Online Shopping Cart
Week 1 Agenda
● Group breakout session: 15 mín for each group
● Each group will have 5-10 minutes to present
● Class discussion
● What is component
● Why component
● Second Demo
● What is Reactjs
● Why Reactjs
● Development Tools, Audit Tools, Showcase, First Demo
● Getting Requirements, BA, Design
● Coding, Unit Testing
● QC, Testing, Release
● The Past
● Now 2018
● Future
Web History
Web Versions
Web Browsers
Web Desktop and Mobile
Web Version
Web 1.0
Web 2.0
Web 3.0
Web Browsers
<=1995
Netscape
Opera
IE
1997
Adobe Flash
2003-2004
Safari
Firefox
2005-2006
XHR2
2008
Chrome
HTML5
201X
Desktop vs Mobile
Discussion
Will websites be killed by Mobile App?
Steps to build a website
01
04
03
02Getting Requirements
Collect all client requirements
Design UX/UI
Production
Deployment
Monitoring
Development
Coding
Writing Unit Test
Quality Control
Testing
Fix bugs
Steps to develop a website
Frontend Web - Stack Of Technologies
CSS Framework
● Bootstrap , Foundation, Ant
● SASS, Less, PostCSS
2
HTML + CSS + Javascript
● jQuery , jQuery UI
● Underscore
1
Module Bundler
● Webpack , Parcel, Rollup
● Browserify
● Gulp, Grunt
4
Javascript Framework
● Reactjs , Angularjs, Vuejs
● Redux
● Jest, Enzyme
3
Git Star Comparison
Reactjs
Angular
Vuejs
NPM Download Comparison
Reactjs
Angular
Vuejs
Indeed Job Comparison
Reactjs
Angular
Vuejs
(*) Indeed.com, 60k jobs
Reactjs Introduction
A Javascript Library for building User Interface
Reactjs In Developer Mind
Reactjs
Redux
Webpack
Nodejs
Why developers love Reactjs
Modular
Reusability & Scalability
High Performance
Strong Community
Great Development Tools
Reactjs Pros vs Cons
Easy to Learn
Virtual DOM
Component Design First
One-way Data Binding
Debugging
Hard to Master
JSX
Complex Comp. Design
Flux Pattern
View Layer
Reactjs Core Features - Virtual DOM
REAL DOM
VIRTUAL DOM
Reactjs Core Features - Flux Achitecture
Reactjs Core Features - Flux Achitecture
Reactjs Demo
Reactjs Application
Single Page
Application
Progressive Web
Application
PWA
PWA 10 Rules
Progressive
Responsive
Connectivity independent
App-like
Fresh
Safe
Discoverable
Re-engagement
Installable
Linkable
Reactjs in Viet Nam
Tiki
#27
Shopee
#17
Lazada
#20
Sendo
#31
Chotot
#47
Coccoc
Search
#1
(*) https://www.alexa.com/topsites/countries/VN
Showcase & Audit Tools
React Extension
Chrome Developer Tool
Page Speed
Think With Google
Code Splitting Showcases
Reactjs Component
React Bootstrap Components
React Ant
Awesome Components
Demo Reactjs Component
OpenTalk - How to be a FE Developer
Web Developer Roadmap
Web Developer Roadmap
Web Developer Roadmap
Web Developer Roadmap
Web Developer Roadmap
Assignment
Find 5 sites in Vietnam using Reactjs
Compare 5 sites found with Google PageSpeed
Code and Submit first assignment
Q&A

Contenu connexe

Tendances

Tendances (20)

React js
React jsReact js
React js
 
Introduction to React JS for beginners | Namespace IT
Introduction to React JS for beginners | Namespace ITIntroduction to React JS for beginners | Namespace IT
Introduction to React JS for beginners | Namespace IT
 
React JS - A quick introduction tutorial
React JS - A quick introduction tutorialReact JS - A quick introduction tutorial
React JS - A quick introduction tutorial
 
React workshop
React workshopReact workshop
React workshop
 
React js
React jsReact js
React js
 
React + Redux Introduction
React + Redux IntroductionReact + Redux Introduction
React + Redux Introduction
 
Node.js Express
Node.js  ExpressNode.js  Express
Node.js Express
 
Introduction to react_js
Introduction to react_jsIntroduction to react_js
Introduction to react_js
 
Learn react-js
Learn react-jsLearn react-js
Learn react-js
 
reactJS
reactJSreactJS
reactJS
 
React.js - The Dawn of Virtual DOM
React.js - The Dawn of Virtual DOMReact.js - The Dawn of Virtual DOM
React.js - The Dawn of Virtual DOM
 
Introduction to React JS
Introduction to React JSIntroduction to React JS
Introduction to React JS
 
ReactJS presentation
ReactJS presentationReactJS presentation
ReactJS presentation
 
Nodejs presentation
Nodejs presentationNodejs presentation
Nodejs presentation
 
React js
React jsReact js
React js
 
Introduction to React
Introduction to ReactIntroduction to React
Introduction to React
 
Introduction to Node.js
Introduction to Node.jsIntroduction to Node.js
Introduction to Node.js
 
Build RESTful API Using Express JS
Build RESTful API Using Express JSBuild RESTful API Using Express JS
Build RESTful API Using Express JS
 
Use Node.js to create a REST API
Use Node.js to create a REST APIUse Node.js to create a REST API
Use Node.js to create a REST API
 
React Native Workshop
React Native WorkshopReact Native Workshop
React Native Workshop
 

Similaire à FRONT-END WEB DEVELOPMENT WITH REACTJS

Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentationsIasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
Codecamp Romania
 
Company brochure(portweb inc. 2013)
Company brochure(portweb inc. 2013)Company brochure(portweb inc. 2013)
Company brochure(portweb inc. 2013)
Portweb Inc.
 
Brand web company profile v2 112011.pps
Brand web company profile v2 112011.ppsBrand web company profile v2 112011.pps
Brand web company profile v2 112011.pps
Sterlingpest Control
 
Detail profile -_prraful_daga_ver_1.10
Detail profile -_prraful_daga_ver_1.10Detail profile -_prraful_daga_ver_1.10
Detail profile -_prraful_daga_ver_1.10
Prafful Daga
 
NewStar Software Services Service+Offerings
NewStar Software Services Service+OfferingsNewStar Software Services Service+Offerings
NewStar Software Services Service+Offerings
guest7f7cc9d
 
NiketKanoi_Resume_2016
NiketKanoi_Resume_2016NiketKanoi_Resume_2016
NiketKanoi_Resume_2016
Niket Kanoi
 
Detail profile Prraful Daga ver 1.7
Detail profile   Prraful Daga ver 1.7Detail profile   Prraful Daga ver 1.7
Detail profile Prraful Daga ver 1.7
Prafful Daga
 

Similaire à FRONT-END WEB DEVELOPMENT WITH REACTJS (20)

Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentationsIasi codecamp 20 april 2013 sponsors 5 minutes presentations
Iasi codecamp 20 april 2013 sponsors 5 minutes presentations
 
Company brochure(portweb inc. 2013)
Company brochure(portweb inc. 2013)Company brochure(portweb inc. 2013)
Company brochure(portweb inc. 2013)
 
RashmiMalik
RashmiMalikRashmiMalik
RashmiMalik
 
Brand web company profile v2 112011.pps
Brand web company profile v2 112011.ppsBrand web company profile v2 112011.pps
Brand web company profile v2 112011.pps
 
Resume
ResumeResume
Resume
 
Saigon Technology's business profile - Leading software development outsourci...
Saigon Technology's business profile - Leading software development outsourci...Saigon Technology's business profile - Leading software development outsourci...
Saigon Technology's business profile - Leading software development outsourci...
 
Detail profile -_prraful_daga_ver_1.10
Detail profile -_prraful_daga_ver_1.10Detail profile -_prraful_daga_ver_1.10
Detail profile -_prraful_daga_ver_1.10
 
Top 10 custom web design and development companies 2019
Top 10 custom web design and development companies 2019 Top 10 custom web design and development companies 2019
Top 10 custom web design and development companies 2019
 
NewStar Software Services Service+Offerings
NewStar Software Services Service+OfferingsNewStar Software Services Service+Offerings
NewStar Software Services Service+Offerings
 
eWIDEPLUS Company Profile 2014
eWIDEPLUS Company Profile 2014eWIDEPLUS Company Profile 2014
eWIDEPLUS Company Profile 2014
 
Wts
WtsWts
Wts
 
Vking international Corporate Presentation
Vking international Corporate PresentationVking international Corporate Presentation
Vking international Corporate Presentation
 
Krishna_Agrawal_Resume
Krishna_Agrawal_ResumeKrishna_Agrawal_Resume
Krishna_Agrawal_Resume
 
NiketKanoi_Resume_2016
NiketKanoi_Resume_2016NiketKanoi_Resume_2016
NiketKanoi_Resume_2016
 
AmanResume
AmanResumeAmanResume
AmanResume
 
B s t profile
B s t profileB s t profile
B s t profile
 
Vikash CV
Vikash CVVikash CV
Vikash CV
 
Hashroot Technologies | Server Management | Cloud Management | Security Servi...
Hashroot Technologies | Server Management | Cloud Management | Security Servi...Hashroot Technologies | Server Management | Cloud Management | Security Servi...
Hashroot Technologies | Server Management | Cloud Management | Security Servi...
 
Detail profile Prraful Daga ver 1.7
Detail profile   Prraful Daga ver 1.7Detail profile   Prraful Daga ver 1.7
Detail profile Prraful Daga ver 1.7
 
NwayNwayYu
NwayNwayYuNwayNwayYu
NwayNwayYu
 

Dernier

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
VictorSzoltysek
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 

Dernier (20)

tonesoftg
tonesoftgtonesoftg
tonesoftg
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 

FRONT-END WEB DEVELOPMENT WITH REACTJS

  • 1. Front-end Web Development with Reactjs NordicCoder
  • 2. Confidential July 2018 Learn practical skills for your career growth
  • 3. About Nordic Coder is an educational institution that aims to transform the IT workforce by taking the learning -by -doing approach to education. With the vision of bridging the under-skilled supply of IT students with the shortage of demand for skilled IT workers, Nordic Coder provides a platform offering practical short-term training courses for IT students to gain real-world skills to meet industry demand. Nordic Coder is a venture by fram^, a Swedish-Vietnamese start-up venture builder and IT development company listed on Nasdaq First North Stockholm.
  • 4. What we offer 0 1 SOFT SKILLS Improve interview performance with CV polishing skills and one-on-one practice. 0 2 TECHNICAL SKILLS Practical application of programming languages in real business cases. 0 3 CAREER GUIDANCE Job search and networking opportunities with hiring partners.
  • 5. Venture Founder Yen Le Yen recently joined Fram^ as Venture Founder for Nordic Coder. Yen used to served as Partnership Manager and part of the founding team of the Da Nang Business Incubator, where she collaborated with corporate, government and international donors to bring in accelerator managers, serial entrepreneurs and investors from Israel, Canada, U.S Finland, to coach more than 30 local startups and help them become investment-ready. She was the key organizer of SURF, an annual startup conference that attracted 2000+ attendees and high-profile speakers since 2016. Prior to that, Yen worked in infrastructure financing, lending sovereign loans to private companies from the World Bank and French Development Agency and preparing the issuance of the Da Nang government bond in 2014. She holds a Bachelor of Business - Banking and Finance at Monash University, Australia.
  • 6. fram^ is a Swedish-Vietnamese start-up venture builder and IT development company which listed its shares on the Nasdaq First North Stockholm in Oct 2017. fram^ starts, builds and invests in technology companies with proven business models. We provide deep operational support to founders and help them build market-leading companies. We have many ventures in the pipeline in the verticals FinTech, InsurTech and eCommerce/Consumer with the aim of improving lives of Vietnamese people. The founding team of fram^ has built and managed market leading online businesses both in Europe and Southeast Asia. The founders of fram^ co-founded Lazada.vn and built the company from scratch to the market leader of e-commerce in Vietnam.
  • 7. Introduction export class Instructor extends React.Component { render() { return ( <Profile> <Fullname>Trần Phong Phú</Fullname> <Work>TA at Sendo.vn</Work> <Work>React Instructor at NordicCoder</Work> <Email>phu.tran[at]nordiccoder.com</Email> <Phone>0937.942.974</Phone> </Profile> ); } }
  • 8. My mission and motivation as an instructor is to help you free your mind, unleash your power within, and reach one step closer to your dream. Introduction
  • 9. Tell us about yourself Introduction
  • 10. Course Outline 3-4th Week Advanced React Event & Data 6-7th Week Advanced Reactjs Ecosystem of Reactjs Redux 1-2nd Week Getting Started React Basic 5th Week Mini workshop Soft Skill Development 8-9th Week Webpack Configuration Deployment - Production Final Project 10th Week Demo Day
  • 11. Final Project - Online Shopping Cart
  • 12. Final Project - Online Shopping Cart
  • 13. Week 1 Agenda ● Group breakout session: 15 mín for each group ● Each group will have 5-10 minutes to present ● Class discussion ● What is component ● Why component ● Second Demo ● What is Reactjs ● Why Reactjs ● Development Tools, Audit Tools, Showcase, First Demo ● Getting Requirements, BA, Design ● Coding, Unit Testing ● QC, Testing, Release ● The Past ● Now 2018 ● Future
  • 14. Web History Web Versions Web Browsers Web Desktop and Mobile
  • 15. Web Version Web 1.0 Web 2.0 Web 3.0
  • 18. Discussion Will websites be killed by Mobile App?
  • 19. Steps to build a website 01 04 03 02Getting Requirements Collect all client requirements Design UX/UI Production Deployment Monitoring Development Coding Writing Unit Test Quality Control Testing Fix bugs
  • 20. Steps to develop a website
  • 21. Frontend Web - Stack Of Technologies CSS Framework ● Bootstrap , Foundation, Ant ● SASS, Less, PostCSS 2 HTML + CSS + Javascript ● jQuery , jQuery UI ● Underscore 1 Module Bundler ● Webpack , Parcel, Rollup ● Browserify ● Gulp, Grunt 4 Javascript Framework ● Reactjs , Angularjs, Vuejs ● Redux ● Jest, Enzyme 3
  • 25. Reactjs Introduction A Javascript Library for building User Interface
  • 26. Reactjs In Developer Mind Reactjs Redux Webpack Nodejs
  • 27. Why developers love Reactjs Modular Reusability & Scalability High Performance Strong Community Great Development Tools
  • 28. Reactjs Pros vs Cons Easy to Learn Virtual DOM Component Design First One-way Data Binding Debugging Hard to Master JSX Complex Comp. Design Flux Pattern View Layer
  • 29. Reactjs Core Features - Virtual DOM REAL DOM VIRTUAL DOM
  • 30. Reactjs Core Features - Flux Achitecture
  • 31. Reactjs Core Features - Flux Achitecture
  • 34. PWA
  • 35. PWA 10 Rules Progressive Responsive Connectivity independent App-like Fresh Safe Discoverable Re-engagement Installable Linkable
  • 36. Reactjs in Viet Nam Tiki #27 Shopee #17 Lazada #20 Sendo #31 Chotot #47 Coccoc Search #1 (*) https://www.alexa.com/topsites/countries/VN
  • 37. Showcase & Audit Tools React Extension Chrome Developer Tool Page Speed Think With Google Code Splitting Showcases
  • 38. Reactjs Component React Bootstrap Components React Ant Awesome Components
  • 40. OpenTalk - How to be a FE Developer
  • 46.
  • 47. Assignment Find 5 sites in Vietnam using Reactjs Compare 5 sites found with Google PageSpeed Code and Submit first assignment
  • 48. Q&A