davieoba / codesplain-react-testing

stephen grider react-testing-course project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

many ways of understanding data

in my RepositorySummary component, if I want to understand the structure and property of the repository data, I can

  • use console.log
  • use debugger and manually inspect the data
  • use network request preview
  • use react dev tools to inspect the prop/state

Bug fixing process in a real company

  • find the relevant component in the codebase
  • figure out how the component is getting its data/state/props
  • use a debugger,console.log, or documentation to understand the data
  • implement a fix
  • test the fix

About

stephen grider react-testing-course project


Languages

Language:JavaScript 96.6%Language:HTML 3.0%Language:CSS 0.4%