Skip to content

jamesmagoo/github-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning React

Udemy Course 'React Front To Back' with Brad Traversy [http://www.github.com/bradtraversy]

Project 1 : Github Finder

Process/Learning Notes

  • Folder structure, npm & npx, create-react-app.
  • Introduction to JSX
  • Class-based components
  • Function-based components
  • Env files local
  • State & props introduction, de-structuring etc.
  • Passing props up, search api functionality
  • Introduction to React Context & Hooks
  • Rebuilding application to use Context & Hooks instead of 'prop-drilling'