React JS Node Javascript
React JS Node Javascript
React JS
Duration – 8 hours
Basics –
ReactJS Introduction, setup, what is JSX, Babel Introduction, virtual DOM, React DOM, Simple APP
creation .
Key Concept-
ReactJS List , React JS forms and Keys , Uses of Refs , How to Render the elements
Components –
What is React Components and its lifecycle, what is Class Component and uses , Where to use
Functional Components , explain difference between functional and class components with example
ReactJS Methos as Props and its types, Unidirectional data flow in ReactJS
What is States and why we required it , difference between state and props , how to share state
between components
ReactJS Hooks
What is Hooks in ReactJS and its uses, introduction of useState Hook , useEffect Hook , useRef Hook ,
useContext Hook , custom hooks with simple example
Node JS
Duration – 2 Hours
Introduction of Node JS , installation of Nodejs on Linux / window ,Basics (), NodeJS REPL(READ, EVAL
, PRINT,LOOP) , NodeJS NPM , NodeJS global objects , What is Modules and its Types, create our first
server
JavaScript
Duration – 6 Hours
Introduction of JavaScript with simple Hello World program, basics -Syntax, Data type, variable ,
String etc.
Simple Operators explanation with example, control flow with if , for loops , difference between let ,
var and const , what is function in JavaScript (Anonymous Function)
Redux
Duration – 2 Hours
Redux Overview, installation, Explain data Flow with core models (Store , Actions , Reducers etc)
What is Pure function? Explain whole process of Redux Data Flow with one Simple example to show
the working of Store , Action and reducer