Skip to content

SahilDude89ss/react-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn REACT 101

This project was bootstrapped with Create React App.

Presentation Slides: https://swipe.to/2447gr

Tag step1

  • Installed react. Created a new project

Tag step2

  • Created components to list Recipes

Tag step3

  • Added form to add new Recipe

Tag step4

  • Introduced lifecycle events

Tag ste5

  • Introduced stateless components.

master branch

  • Loading posts from an external URL and rendering them on the page.