Skip to content

Latest commit

 

History

History
78 lines (43 loc) · 1.15 KB

REACT-README.md

File metadata and controls

78 lines (43 loc) · 1.15 KB

25/05/2021

  • intro to React
  • React set up
  • React class and functional components
  • first app with React

26/05/2021

  • React components, props, state

27/05/2021

  • React toDo app

31/05/2021

  • react app example, displaying posts on page
  • importing data from json file

01/06/2021

  • deploying react app with gh-pages

02/06/2021

  • morse code translator with react

07/06/2021

  • useEffect and its equivalent in class components

08/06/2021

  • axios
  • fetching from an API with axios

14/06/2021

  • online-shop with react

15/06/2021

  • react-router-dom
  • online-shop react (continue)
  • project: portfolio with react (start)

21/06/2021

  • useRef

22/06/2021

  • context API

23/06/2021

  • context api : online shop

05/07/2021

  • React Class Component

06/07/2021

  • React toDo App with Class Component

07/07/2021

  • React Class Component (lifecycle hooks)

12/07/2021

  • redux

14/07/2021

  • regex (regular expressions)