Skip to content

MOES-Media/pokedex-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootcamp React

Introduction: Typescript

  • What is typescript?
  • Typing
  • Classes/Interfaces & Enums
  • OOP
    • encapsulation
    • inheritance
    • polymorphism
    • abstraction

React: project setup

  • create react app
  • overview files & scripts

React: first component "PokeListItem"

  • components vs containers (representational vs logical component)
  • Storybook
  • Component testing with Jest

React: second component "PokeList"

React: third component "PokeDetail"

React: container "Pokedex"

React: State management

React: Middleware & consuming an external API

Usefull links