Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 500 Bytes

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.