0% found this document useful (0 votes)
18 views

Reactjs

The document outlines the content covered in a React JS developer course, including HTML, CSS, Bootstrap, JavaScript, React, Redux and sample projects. Topics range from basic concepts to advanced implementations.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

Reactjs

The document outlines the content covered in a React JS developer course, including HTML, CSS, Bootstrap, JavaScript, React, Redux and sample projects. Topics range from basic concepts to advanced implementations.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

REACT JS DEVELOPERCOURSE CONTENT

HTML :

 What is Html
 Why we are using html
 Basic tags
 Advanced tags
 Inline tags
 Block level tags
 Heading tags
 Semantic tags
 Attribute, html styles
 Link tag
 Table tags
 Form tags
 Advanced form tags
 Iframe
 Other Concepts..

CSS :

 What is CSS
 Why we are using CSS
 How to apply CSS in html tags
 Margin, padding
 What is box model
 Align properties
 Flex properties
 How many ways apply CSS in html tags
 Position properties
 Justify Properties
 Display Properties
 Combinators
 P sudo Class, P sudo Elements
 Forms
 Navigation Menu
 index, Over Flow
 Grid, flex

1|Page
BOOTSTRAP :

 What is Bootstrap
 Why we are using bootstrap
 Container, container-fluid
 Grid system
 Break points
 Buttons
 Badges
 Model popup
 Carousel
 Forms
 Cards
 Progress Bar
 Alerts

JAVASCRIPT(ES6 ALSO) :

 What is javascript
 Why we are using javascript
 Data types
 Variables
 Messages
 Functions
 If conditions, switch conditions
 Call Back
 IIFE
 Strict Mode
 Hoisting
 Arrays, Array Methods
 Operators
 typeOf
 Loops(for, while, do while)
 Closers
 Spread, rest Operators
 String Methods
 Objects
 Promises
 Event Loop
 Let, var, const
 setTimeout, SetInterval
 LocalStorage, session Storage
 Arrow Functions
 Template Literals
 De structuring
 Call, apply Bind
 Events
 Debouncing, Throtling

2|Page
 Async, await
 Higher Order Functions
 Generators
 Form Validation

REACT :

 What is React
 Why we are using React
 How to install react project Setup
 Dom(Virtual Dom, Real Dom)
 Difference B/W angular vs React
 React Features
 Reconsolation
 Types of Component(Function, class)
 Constructors, super
 State, props
 Events, forms
 setState
 Props Drilling
 React.Fragment
 Axios, fetch
 Api Integration
 Api Methods get,post, put, delete
 React router Dom
 Single page Application
 Life cycle methods
 Controlled uncontrolled Components
 Context Api
 Lists
 Pure Component
 React.Memo
 Error Boundary
 Hook Methods
 Lazy Loading
 HOC

REDUX :

 What is redux
 Why we are using redux
 Redux principles
 Redux main components
 How to Create Store
 Reducers
 Action
 UseSelectors
 UseReducers

3|Page
 Combine Reducers
 Root Reducers
 middleware

===================================================================

PROJECTS :

School Application (html, css)


College Application(html, css, bootstrap)
Ecommerce Application(html, css, bootstrap, javascript, redux, redux)

4|Page

You might also like