There are 5 easy steps on how to approach a Video Coding Tutorial that will help you learn better and benefit more.
- Preview: Look at pre-requirements, date published, comments, and length.
- Pre-Watch: Just watch the tutorial without doing anything. Just watch and get yourself familiar with the tutorial.
- Outline: If not already given, create a mini outline of the course of mini sections.
Here is an exanple:
- Introduction
- Setup
- The Syntax
- JSX vs React.createElement()
4: Create: In your code editor, create seperate files for each mini section. For example, here is my structure for a React Tutorial:
- Introduction
- Notes.md
- Section 1:
- Index.jsx
- Notes.md
5. Fill In and Watch: as you watch the tutorial, feel free to code along, but code in the environment we created.
Remember to review what you have learned.