React JS Training in Bangalore

  • Install
  • folder structure
  • Writing pure react
  • using jsx
  • Components
  • Basics on Components
  • Js vs jsx extension
  • State in React
  • Stateful and Stateless Components
  • Conditional Content with Ternary operator
  • Handling Arrays with Map operator
  • Handling Events
  • Handling Events – Accessing Event Details
  • Handling Events – Getting Data from Input
  • Child Component
  • Child Component – Passing Data
  • Child Component – Using Arrays
  • Child Component – Passing HTML – Children
  • Child Component – From Child to Parent
  • Controlled Component
  • Introduction to latest Hooks API
  • Use State
  • Introduction to Use State
  • useState async
  • useState callback
  • Use Effect
  • Introduction to use effect
  • Run on First Render
  • Run selectively
  • Cleanup Function
  • Use Context
  • Working with Use Context
  • Use Reducer
  • Working with Use Reducer
  • Use Callback
  • Use Memo
  • Use Ref
  • Working with Input Elements
  • Controlled Input Elements
  • Uncontrolled Input Elements
  • HTTP Requests in React JS
  • Introduction to Axios
  • Get Request
  • Get with then and catch
  • Get with async and await
  • Async await error handling
  • Post Put Delete requests
  • Routing in React JS
  • Introduction to React Router
  • Registering Routes
  • Using Switch
  • Implementing 404 page with Catch All Routes
  • Working with Link
  • Path Info
  • Params
  • Accessing Params from URL
  • Query Params
  • Redirects
  • Programmatically Redirects
  • Nested Routes