Converting html apps to React apps

  1. Grab all the images and set them up appropriately
  2. Grab all the css files and set them up appropriately
  3. Change all comments in html code to JSX comments
  4. Grab all the code from <body> and put it in return ()
  5. Replace all class with className

Links to this note