SlideShare a Scribd company logo
HTML
HTML Fundamentals Introduction
HTML Text
Headings
Demo: Headings
Block vs. Inline Elements
Demo: Block and Inline Elements
Whitespace
Demo: Whitespace
Additional Text Elements
Demo: Additional Elements
HTML Lists
List Types
Demo: Creating Lists
Demo: List Rendering
HTML Links
Link concepts
Demo: Linking Documents
Understanding Targets
Demo: Linking to Targets
Additional Link Attributes
HTML Tables
Table Elements
Demo: Structuring a Table
Table Data
Spanning Columns and Rows
Formatting Tables
Demo: Table Formatting
HTML Form And Form Elements
Introduction
HTTP Get Request
HTTP POST Request
Form Input Elements
HTML Forms Fundamentals
Form Basics
Demo: Form Basics
Form Settings
Demo: Form Settings
HTML Form Inputs
Text inputs
Demo: Text inputs
Selections
Demo: Selections
Input attributes
Demo: Input attributes
HTML Images And Objects
Image and Object Concepts
Demo: Adding Images
Demo: Adding Objects
HTML5
Introduction To HTML5
Limitations of HTML4
Introduction and Advantages of HTML5
First HTML5 Document
Overview of New Features of HTML5
Page Layout Semantic Elements
Header
Navigation
Section & Articles
Footer
Aside and more
Form Elements And Attributes
New Input Types
New Elements in Form
New Attributes in Form Tag
New Attributes in <input> Tag
Working With Canvas
Coordinates
Path and Curves
Drawing Lines, Rectangles and Circles
Text and Font
Color Gradiations
Drawing Images
Scalable Vector Graphics (SVG)
Understanding SVG
Benefits of SVG
Using SVG Tag
Comparing with Canvas
Media - Audio And Video
Audio and Source tags
Video and Source tags
Track tag
Mime types supported
Browser Compatibility
Programming using Javascript
Drag And Drop
Drag and Drop Events
Programming using JavaScript
Web Storage
Overview
Local Storage
Session Storage
Browser Compatibility
CSS
Working With CSS
Introduction to CSS
Understanding Document Object Model
Introduction to style sheets
CSS Syntax
CSS Comments
The CSS Rules
Ways to work with CSS
External style sheet
Internal style sheet
Inline style
CSS Selectors
The element Selector
The id Selector
The class Selector
Grouping Selectors
The CSS Cascade
Background Color
Background Image
Background Image – Repeat Horizontally or Vertically
Background Image – Set position and no-repeat
CSS Fonts & Typography
CSS Font Families
Font Style
Font Size
Text Color
Text Alignment
Text Decoration
Text Transformation
Working With Links And List
Styling Links
Common Link Styles
List Item Markers
Image as the List Item Marker
Working With Table
Table Borders
Collapse Borders
Table Width and Height
Text Alignment
Table Padding
Table Color
CSS Color & Positioning
Web colors
Hex colors
Color tools
CSS Box Model
Working with Content
Working with Padding
Working with Border
Working with Margin
CSS Display And Positioning
CSS Display and Visibility
How Elements Float
Turning off Float – Using Clear
Static Positioning
Fixed Positioning
Relative Positioning
Absolute Positioning
CSS3
Working With CSS3
Introduction to CSS3
Selectors
Box Model
CSS3 Borders
Working with border-radius
Working with box-shadow
Working with border-image
CSS3 Backgrounds
Background-size
Background-origin
CSS3 Gradients
Linear Gradients
Radial Gradients
CSS3 Text Effects
Text-shadow
Word-wrap
CSS3 Web Fonts
Creating custom fonts
Font Descriptors
CSS3 2D Transforms
Working with translate
Working with rotate
Working with scale
Working with skew
Working with matrix
CSS3 3D Transforms
Working with rotateX
Working with rotateY
CSS3 Transitions And Animations
Working with Animations
Working with Transitions
JavaScript
Variables
Arrays
Strings
Loops
If/else and equivalence
Object Literals
JSON
Functions
Scope and Hoisting
JQuerry
JQuery – Introduction
jQuery Library
First jQuery Example
Document Ready Function
How to escape a special character
JQuery - Selectors
Basic Selectors
Precise Selectors
Combination of Selectors
Hierarchy Selectors
Selection Index Filters
Visibility Filters
Forms Selectors
Forms Filters
Find Dropdown Selected Item
JQuery - Document Traversal
Getting a specific DOM element
JQuery - Event
Events Helpers
Attach Event
Detaching Events
Events Triggering
Live Events
JQuery – Effects
JQuery - HTML Manipulation
JQuery – UI
Working with UI frame work
Live examples
Bootstrap 3
Working With Bootstrap 3
Introduction to Bootstrap 3
Bootstrap History
Why Bootstrap ?
Embedding Bootstrap into page
Bootstrap Grid System
Importance of Grid System
Grid Classes
Bootstrap Stacked/Horizontal
Bootstrap Grid Small
Bootstrap Grid Medium
Bootstrap Grid Large
Bootstrap Grid Examples
Bootstrap Text/Typography
Working with Text
Working with Contextual Colors and Backgrounds
Bootstrap Images
Rounded Corners
Circle
Thumbnail
Bootstrap Jumbotron
Inside Container
Outside Container
Bootstrap Buttons
Button Styles
btn-default
btn-primary
btn-success
btn-info
btn-warning
btn-danger
btn-link
Button Sizes
btn-lg
btn-md
btn-sm
btn-xs
Active/Disabled Buttons
BS Button Groups
Vertical Button Groups
Nesting Button Groups & Drop Down Menus
Bootstrap Glyphicons
Glyphicon Syntax
Badges
Progress Bars
Bootstrap Pagination
Basic Pagination
Active State
Disabled State
Pagination Sizing
Bootstrap Pager
Bootstrap List Groups
Bootstrap Forms
Bootstrap Inputs
Bootstrap Carousel
Bootstrap Plugins
Overview
Transition Plugin
Collapsible Plugin
Modal Dialog Plugin
Dropdown Plugin
Scrollspy Plugin
Tab Plugin
Tooltip Plugin
Popover Plugin
Alert Plugin
Button Plugin
Carousel Plugin
Affix Plugin
Angular JS
Introduction To Angular
Angular Architecture
Working with Angular
Angular Version and Tools
Angular Seed
Controllers And Markup
Introduction to AngularJS Controllers
Controllers and Scope
Creating Controllers
Working with border-image
Working With Colocations In AngularJS
Displaying Repeating Information
Demo with ng-repeat
Working With Events In AngularJS
Displaying Repeating Information
Demo with ng-repeat
Built-In Directives
Working with built in directives
Other Directives
Working With Expressions In AngularJS
Expressions
Working With Expressions In Filters
Understanding Filters
Built-in Filters
Two Way Binding In AngularJS
Impotence of two-way binding
Two Way Binding Demo
Validation
Importance of validation
Working example
Creating And Using Services
Introduction of services in AngularJS
Understanding importance of Services
Working with an Example
UNIX System Features
Multitasking, Multiuser, Easy Portability, Security, Communication.
React with Flux and Redux
o Setup boilerPlate
 SetUp Environment
 Auto Reloading
 Installation of NodeJs
 Setup package.json
 Editors to use
 Npm installation Packages
 Introduce npm Scripts
 Webpack Set up
 Use of Babel
 Use of Express
 Create Start Script
 Create Hello world
 Create Parallel Scripts
o Structure Initial App
 App Layout Creation
 Create First Components
 Adding Routing
 Styling React Component
 Adding Header
 Adding About Page
o Redux Intro
 Why Redux
 Core Redux Principles
 Redux Vs Flux
 Flow of Redux App
o 3 Principle of Redux
 Actions
 Store
 Reducers
 Immutability Concept
 Handling Immutability
o Adding Redux in React
 React-redux Introduction
 mapStateToProps
 mapDispatchToProps
 Container vs. Presentational Components
o Flow in Redux
 Create Simple Add Contact Form
 Binding in ES6
 Actions
 Reducers
 Root Reducer
 Store
 Instantiate Store and Provider
 Connect Container
o Redux with Async
 What is a Mock API
 Library Options in redux
 Connecting Api using Thunk
 Setup Mock Api
 Add Thunk to Store
 Create Load Courses Thunk
 Naming Conventions
 Load Courses in Reducer
 Dispatch Action on Page Load
 Create Course List Component
 Create Manage Course Page
 Create Manage Course Form
 Create Form Input Components
 Use Manage Course Form
 Create Author Actions
 Create Author Reducer
 Map Author Data for Dropdown
 Create Form Change Handler
 Create Save Course Thunk
 Handle Creates and Updates in Reducer
 Dispatch Create and Update
 Redirect via React Router Context
 Populate Form via mapStateToProps
 Update State via componentWillReceiveProps
o Error Handling in React
 AJAX Status Actions
 Setup Reducer with Ajax
 Create Preloader Component
 AJAX in Thunks
 Use Promises
 Use Promises to Wait for Thunks
 Create Form Submission Loading Indicator
 Display Save Notification
 Error Handling
o Testing React and Redux
 Setup Testing Frameworks
 Test Utils use in testing React
 Testing Connected React Components
 mapStateToProps Testing
 Action Creators Testing
 Reducers Testing
 Thunks Testing
 Store Testing in React

More Related Content

What's hot (20)

PPTX
Html, CSS & Web Designing
Leslie Steele
 
PDF
HTML & CSS Masterclass
Bernardo Raposo
 
PPTX
Ita3.2 structural and semantic element theory
Frank Robell
 
PPTX
Css3 Complete Reference
EPAM Systems
 
TXT
Wbs html commands
Jonathan Jose Perez Guerrero
 
DOCX
Computer application html
PrashantChahal3
 
PPTX
Html5 attributes
AbhishekMondal42
 
PPTX
Html5
Shiva RamDam
 
PPTX
Introduction to Html5, css, Javascript and Jquery
valuebound
 
PPTX
WEB PAGE DESIGN USING HTML
Sneha Mukherjee
 
ODP
Creating Web Sites with HTML and CSS
BG Java EE Course
 
PPT
Css Founder.com | Cssfounder in
Css Founder
 
PPT
Web Development using HTML & CSS
Shashank Skills Academy
 
PDF
Html,javascript & css
Predhin Sapru
 
DOCX
Class 10th FIT Practical File(HTML)
Anushka Rai
 
PDF
Html text and formatting
eShikshak
 
PPT
Dreamweaver Ch03
Frank Fucile
 
PPTX
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 
PPTX
HTML Tags
Grayzon Gonzales, LPT
 
Html, CSS & Web Designing
Leslie Steele
 
HTML & CSS Masterclass
Bernardo Raposo
 
Ita3.2 structural and semantic element theory
Frank Robell
 
Css3 Complete Reference
EPAM Systems
 
Wbs html commands
Jonathan Jose Perez Guerrero
 
Computer application html
PrashantChahal3
 
Html5 attributes
AbhishekMondal42
 
Html5
Shiva RamDam
 
Introduction to Html5, css, Javascript and Jquery
valuebound
 
WEB PAGE DESIGN USING HTML
Sneha Mukherjee
 
Creating Web Sites with HTML and CSS
BG Java EE Course
 
Css Founder.com | Cssfounder in
Css Founder
 
Web Development using HTML & CSS
Shashank Skills Academy
 
Html,javascript & css
Predhin Sapru
 
Class 10th FIT Practical File(HTML)
Anushka Rai
 
Html text and formatting
eShikshak
 
Dreamweaver Ch03
Frank Fucile
 
HTML Basics by software development company india
iFour Institute - Sustainable Learning
 

Similar to Front End Ui with React online training | Front End Ui with React training | SelfpacedTech (20)

PDF
Master Web Design with HTML CSS JavaScript and jQuery Create Stunning Interac...
mouhlirusake
 
PPTX
Ui devopler
Janu Jahnavi
 
PDF
Java UI Course Content
NarendrareddyAvulaLI
 
PDF
Get Master Web Design with HTML CSS JavaScript and jQuery Create Stunning Int...
rugumazaj88
 
PPTX
Untangling7
Derek Jacoby
 
DOCX
SIVASOFT - BEST ONLINE WEB DEVELOPMENT TRAINING COURSE
sivasoft12
 
DOCX
Web designing course content
Trainme Softtech
 
PDF
Html5, css3 y js
Facundo Ferrero
 
PDF
Practical Web Development 1st Edition Wellens Paul 2024 scribd download
boilaashrul
 
PDF
(Ebook) Practical Web Development by kan
aokdksqvn636
 
PDF
(Ebook) Practical Web Development by kan
bopakipawira
 
PDF
Intro to mobile web application development
zonathen
 
PDF
Presenter manual RIA technology (specially for summer interns)
XPERT INFOTECH
 
PPTX
Ui development Online Training from AkiraIT Solutions
AkiraIT Solutions
 
PPTX
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
HarshwardhanPatil52
 
PDF
Full download Responsive Web Design with HTML5 and CSS3 Second Edition Ben Fr...
deveykypri6
 
PDF
fuser interface-development-using-jquery
Kostas Mavridis
 
PDF
Hello Html5 Css3 A User Friendly Reference Guide Rob Crowther
herrsmazakhl
 
KEY
Learning How To Use Jquery #3
Takahiro Yoshimura
 
PDF
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Stack Learner
 
Master Web Design with HTML CSS JavaScript and jQuery Create Stunning Interac...
mouhlirusake
 
Ui devopler
Janu Jahnavi
 
Java UI Course Content
NarendrareddyAvulaLI
 
Get Master Web Design with HTML CSS JavaScript and jQuery Create Stunning Int...
rugumazaj88
 
Untangling7
Derek Jacoby
 
SIVASOFT - BEST ONLINE WEB DEVELOPMENT TRAINING COURSE
sivasoft12
 
Web designing course content
Trainme Softtech
 
Html5, css3 y js
Facundo Ferrero
 
Practical Web Development 1st Edition Wellens Paul 2024 scribd download
boilaashrul
 
(Ebook) Practical Web Development by kan
aokdksqvn636
 
(Ebook) Practical Web Development by kan
bopakipawira
 
Intro to mobile web application development
zonathen
 
Presenter manual RIA technology (specially for summer interns)
XPERT INFOTECH
 
Ui development Online Training from AkiraIT Solutions
AkiraIT Solutions
 
WELCOME (recovernjkgnjvnvnfjkvnjknnbfjked).pptx
HarshwardhanPatil52
 
Full download Responsive Web Design with HTML5 and CSS3 Second Edition Ben Fr...
deveykypri6
 
fuser interface-development-using-jquery
Kostas Mavridis
 
Hello Html5 Css3 A User Friendly Reference Guide Rob Crowther
herrsmazakhl
 
Learning How To Use Jquery #3
Takahiro Yoshimura
 
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Stack Learner
 
Ad

Recently uploaded (20)

PPTX
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
PDF
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
PPTX
Introduction to Biochemistry & Cellular Foundations.pptx
marvinnbustamante1
 
PDF
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
PPTX
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
PDF
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
PDF
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
PDF
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
PPTX
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
PDF
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
PPTX
Controller Request and Response in Odoo18
Celine George
 
PPTX
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
PDF
Horarios de distribución de agua en julio
pegazohn1978
 
PDF
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
PPTX
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
PDF
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
PDF
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
PDF
Android Programming - Basics of Mobile App, App tools and Android Basics
Kavitha P.V
 
PPTX
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
PPTX
Introduction to Indian Writing in English
Trushali Dodiya
 
Post Dated Cheque(PDC) Management in Odoo 18
Celine George
 
The Constitution Review Committee (CRC) has released an updated schedule for ...
nservice241
 
Introduction to Biochemistry & Cellular Foundations.pptx
marvinnbustamante1
 
Is Assignment Help Legal in Australia_.pdf
thomas19williams83
 
Cultivation practice of Litchi in Nepal.pptx
UmeshTimilsina1
 
AI-Powered-Visual-Storytelling-for-Nonprofits.pdf
TechSoup
 
Knee Extensor Mechanism Injuries - Orthopedic Radiologic Imaging
Sean M. Fox
 
The History of Phone Numbers in Stoke Newington by Billy Thomas
History of Stoke Newington
 
HUMAN RESOURCE MANAGEMENT: RECRUITMENT, SELECTION, PLACEMENT, DEPLOYMENT, TRA...
PRADEEP ABOTHU
 
QNL June Edition hosted by Pragya the official Quiz Club of the University of...
Pragya - UEM Kolkata Quiz Club
 
Controller Request and Response in Odoo18
Celine George
 
Nitrogen rule, ring rule, mc lafferty.pptx
nbisen2001
 
Horarios de distribución de agua en julio
pegazohn1978
 
Exploring the Different Types of Experimental Research
Thelma Villaflores
 
DIGITAL CITIZENSHIP TOPIC TLE 8 MATATAG CURRICULUM
ROBERTAUGUSTINEFRANC
 
Biological Bilingual Glossary Hindi and English Medium
World of Wisdom
 
Governor Josh Stein letter to NC delegation of U.S. House
Mebane Rash
 
Android Programming - Basics of Mobile App, App tools and Android Basics
Kavitha P.V
 
How to Configure Re-Ordering From Portal in Odoo 18 Website
Celine George
 
Introduction to Indian Writing in English
Trushali Dodiya
 
Ad

Front End Ui with React online training | Front End Ui with React training | SelfpacedTech

  • 1. HTML HTML Fundamentals Introduction HTML Text Headings Demo: Headings Block vs. Inline Elements Demo: Block and Inline Elements Whitespace Demo: Whitespace Additional Text Elements Demo: Additional Elements HTML Lists List Types Demo: Creating Lists Demo: List Rendering HTML Links Link concepts Demo: Linking Documents Understanding Targets Demo: Linking to Targets Additional Link Attributes HTML Tables Table Elements Demo: Structuring a Table Table Data Spanning Columns and Rows Formatting Tables Demo: Table Formatting HTML Form And Form Elements Introduction HTTP Get Request HTTP POST Request Form Input Elements
  • 2. HTML Forms Fundamentals Form Basics Demo: Form Basics Form Settings Demo: Form Settings HTML Form Inputs Text inputs Demo: Text inputs Selections Demo: Selections Input attributes Demo: Input attributes HTML Images And Objects Image and Object Concepts Demo: Adding Images Demo: Adding Objects HTML5 Introduction To HTML5 Limitations of HTML4 Introduction and Advantages of HTML5 First HTML5 Document Overview of New Features of HTML5 Page Layout Semantic Elements Header Navigation Section & Articles Footer Aside and more Form Elements And Attributes New Input Types New Elements in Form New Attributes in Form Tag New Attributes in <input> Tag
  • 3. Working With Canvas Coordinates Path and Curves Drawing Lines, Rectangles and Circles Text and Font Color Gradiations Drawing Images Scalable Vector Graphics (SVG) Understanding SVG Benefits of SVG Using SVG Tag Comparing with Canvas Media - Audio And Video Audio and Source tags Video and Source tags Track tag Mime types supported Browser Compatibility Programming using Javascript Drag And Drop Drag and Drop Events Programming using JavaScript Web Storage Overview Local Storage Session Storage Browser Compatibility CSS Working With CSS Introduction to CSS Understanding Document Object Model Introduction to style sheets CSS Syntax CSS Comments
  • 4. The CSS Rules Ways to work with CSS External style sheet Internal style sheet Inline style CSS Selectors The element Selector The id Selector The class Selector Grouping Selectors The CSS Cascade Background Color Background Image Background Image – Repeat Horizontally or Vertically Background Image – Set position and no-repeat CSS Fonts & Typography CSS Font Families Font Style Font Size Text Color Text Alignment Text Decoration Text Transformation Working With Links And List Styling Links Common Link Styles List Item Markers Image as the List Item Marker Working With Table Table Borders Collapse Borders Table Width and Height Text Alignment Table Padding Table Color
  • 5. CSS Color & Positioning Web colors Hex colors Color tools CSS Box Model Working with Content Working with Padding Working with Border Working with Margin CSS Display And Positioning CSS Display and Visibility How Elements Float Turning off Float – Using Clear Static Positioning Fixed Positioning Relative Positioning Absolute Positioning CSS3 Working With CSS3 Introduction to CSS3 Selectors Box Model CSS3 Borders Working with border-radius Working with box-shadow Working with border-image CSS3 Backgrounds Background-size Background-origin CSS3 Gradients Linear Gradients Radial Gradients
  • 6. CSS3 Text Effects Text-shadow Word-wrap CSS3 Web Fonts Creating custom fonts Font Descriptors CSS3 2D Transforms Working with translate Working with rotate Working with scale Working with skew Working with matrix CSS3 3D Transforms Working with rotateX Working with rotateY CSS3 Transitions And Animations Working with Animations Working with Transitions JavaScript Variables Arrays Strings Loops If/else and equivalence Object Literals JSON Functions Scope and Hoisting JQuerry JQuery – Introduction jQuery Library First jQuery Example
  • 7. Document Ready Function How to escape a special character JQuery - Selectors Basic Selectors Precise Selectors Combination of Selectors Hierarchy Selectors Selection Index Filters Visibility Filters Forms Selectors Forms Filters Find Dropdown Selected Item JQuery - Document Traversal Getting a specific DOM element JQuery - Event Events Helpers Attach Event Detaching Events Events Triggering Live Events JQuery – Effects JQuery - HTML Manipulation JQuery – UI Working with UI frame work Live examples Bootstrap 3 Working With Bootstrap 3 Introduction to Bootstrap 3 Bootstrap History Why Bootstrap ? Embedding Bootstrap into page
  • 8. Bootstrap Grid System Importance of Grid System Grid Classes Bootstrap Stacked/Horizontal Bootstrap Grid Small Bootstrap Grid Medium Bootstrap Grid Large Bootstrap Grid Examples Bootstrap Text/Typography Working with Text Working with Contextual Colors and Backgrounds Bootstrap Images Rounded Corners Circle Thumbnail Bootstrap Jumbotron Inside Container Outside Container Bootstrap Buttons Button Styles btn-default btn-primary btn-success btn-info btn-warning btn-danger btn-link Button Sizes btn-lg btn-md btn-sm btn-xs Active/Disabled Buttons
  • 9. BS Button Groups Vertical Button Groups Nesting Button Groups & Drop Down Menus Bootstrap Glyphicons Glyphicon Syntax Badges Progress Bars Bootstrap Pagination Basic Pagination Active State Disabled State Pagination Sizing Bootstrap Pager Bootstrap List Groups Bootstrap Forms Bootstrap Inputs Bootstrap Carousel Bootstrap Plugins Overview Transition Plugin Collapsible Plugin Modal Dialog Plugin Dropdown Plugin Scrollspy Plugin Tab Plugin Tooltip Plugin Popover Plugin Alert Plugin Button Plugin Carousel Plugin Affix Plugin
  • 10. Angular JS Introduction To Angular Angular Architecture Working with Angular Angular Version and Tools Angular Seed Controllers And Markup Introduction to AngularJS Controllers Controllers and Scope Creating Controllers Working with border-image Working With Colocations In AngularJS Displaying Repeating Information Demo with ng-repeat Working With Events In AngularJS Displaying Repeating Information Demo with ng-repeat Built-In Directives Working with built in directives Other Directives Working With Expressions In AngularJS Expressions Working With Expressions In Filters Understanding Filters Built-in Filters Two Way Binding In AngularJS Impotence of two-way binding Two Way Binding Demo
  • 11. Validation Importance of validation Working example Creating And Using Services Introduction of services in AngularJS Understanding importance of Services Working with an Example UNIX System Features Multitasking, Multiuser, Easy Portability, Security, Communication. React with Flux and Redux o Setup boilerPlate  SetUp Environment  Auto Reloading  Installation of NodeJs  Setup package.json  Editors to use  Npm installation Packages  Introduce npm Scripts  Webpack Set up  Use of Babel  Use of Express  Create Start Script  Create Hello world  Create Parallel Scripts o Structure Initial App
  • 12.  App Layout Creation  Create First Components  Adding Routing  Styling React Component  Adding Header  Adding About Page o Redux Intro  Why Redux  Core Redux Principles  Redux Vs Flux  Flow of Redux App o 3 Principle of Redux  Actions  Store  Reducers  Immutability Concept  Handling Immutability o Adding Redux in React  React-redux Introduction  mapStateToProps  mapDispatchToProps  Container vs. Presentational Components o Flow in Redux  Create Simple Add Contact Form
  • 13.  Binding in ES6  Actions  Reducers  Root Reducer  Store  Instantiate Store and Provider  Connect Container o Redux with Async  What is a Mock API  Library Options in redux  Connecting Api using Thunk  Setup Mock Api  Add Thunk to Store  Create Load Courses Thunk  Naming Conventions  Load Courses in Reducer  Dispatch Action on Page Load  Create Course List Component  Create Manage Course Page  Create Manage Course Form  Create Form Input Components  Use Manage Course Form  Create Author Actions  Create Author Reducer
  • 14.  Map Author Data for Dropdown  Create Form Change Handler  Create Save Course Thunk  Handle Creates and Updates in Reducer  Dispatch Create and Update  Redirect via React Router Context  Populate Form via mapStateToProps  Update State via componentWillReceiveProps o Error Handling in React  AJAX Status Actions  Setup Reducer with Ajax  Create Preloader Component  AJAX in Thunks  Use Promises  Use Promises to Wait for Thunks  Create Form Submission Loading Indicator  Display Save Notification  Error Handling o Testing React and Redux  Setup Testing Frameworks  Test Utils use in testing React  Testing Connected React Components  mapStateToProps Testing  Action Creators Testing
  • 15.  Reducers Testing  Thunks Testing  Store Testing in React