er-00-00-04~File Structure

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

You can ignore configuration files. You're going to be spending your time in the source directory. Even in the source directory, you're going to spend most of your time in the exercise directory.

You don't need to open up the markdown files for most of these workshops.

This first React Fundamentals workshop is unique because we run raw HTML files. And that's important because I want you to see that there are no tools required to use React and help you draw lines around abstractions.

The idea isn't necessarily that you finish these exercises. It's more that you open your mind to what's possible and what problems we're trying to solve.

Helpful Emoji

Each exercise has comments in it to help you get through the exercise. These fun emoji characters are here to help you!

  • Kody the Koala 🐨 will tell you when there's something specific you should do.
  • Matthew the Muscle 💪 will indicate what you're working with an exercise.
  • Chuck the Checkered Flag  🏁 will indicate that you're working with a final version.
  • Marty the Money Bag 💰will give you specific tips (and sometimes code) along the way.
  • Hannah the Hundred 💯 will give you extra challenges you can do if you finish the exercises early.
  • Olivia the Owl 🦉 will give you useful tidbits/best practice notes and a link for elaboration and feedback.
  • Dominic the Document 📜 will give you links to useful documentation.
  • Berry the Bomb 💣 will be hanging around anywhere you need to blow stuff up (delete code).
  • Peter the Product Manager 👨‍💼 helps us know what our users want.
  • Alfred the Alert 🚨 will occasionally show up in the test failures with potential explanations for why the tests are failing.