Skip to content

surujtv/TheReactCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Session-01 --

Setup React Project using create-react-app tool. Understand the flow.


EP01 -- Inception

  • Write Hello world using plain HTML.

  • Write Hello world using JavaScript.

  • connect react using cdn.

  • Write Hello world using react.

  • add some attributes.

  • understand react-element.

  • make complex dom tree using react (nested html structure).


EP02 -- Ignite our App

  • bundlers - (webpack, parcel, vite)

EP03 -- Laying the foundational concept

  • Scripts
  • JSX
  • JSX - Features
  • Babel
  • Components & it's type

EP04 -- Let's Code

  • Props
  • JavaScript inside JSX
  • Dummy data rendering
  • Explore Map function
  • config driven UI

EP05 -- Hooks

  • Make Folder structure
  • default export / named export
  • onClick Handlers
  • Hooks in React
  • useState()
  • React Features (VDOM)
  • Reconciliation
  • React Fragment

Git & gitHub


EP06 --

  • Monolith Architecture
  • Microservice Architecture
  • Separation of concern / Single responsibility principle
  • useEffect Hook
  • API call in react.
  • search functionality
  • conditional rendering

EP07 --

About

Learning react from scratch to advance covering all the importatnt concept of reactjs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published