wesbos / Tasty-TypeScript

Starter Files and answers
46 stars 3 forks source link

Video Previews #1

Open wesbos opened 6 months ago

wesbos commented 6 months ago

Ready to have the videos reviewed. Ill set you up with access in your account.

I am looking for feedback on each video. Please create an issue for each video in this repo. If one is already created, please just comment on that issue.

  1. Any weird mis-cuts in the video that I missed. False starts, saying the incorrect word, or anything else that seems off or odd to you
  2. Any corrections that I got wrong in the video.
  3. Any starter files or finished solutions that are incorrect or missing. I know I am missing a few of these here, so let me know.
  4. Issues with your editor or tooling
  5. Anything else you stumble upon!

On top of that, the course in general, if you have feedback on videos or examples you wish were added. Or part of TypeScript you have questions about. Let me hear it. These videos and order are no final. Topics that will be added yet:

  1. A specific types vs interfaces video. This is covered throughout the course,but I want to have a reference video on everything.
  2. tsconfig video - detailing common settings that you may want to get setup
  3. Building for production - type checking and compiling
  4. One or two more exercises likely to added as well.
sevignator commented 6 months ago

Oooh exciting! If you're looking for other testers, I'd be more than happy to assist.

Asjas commented 6 months ago

@wesbos I wonder if we shouldn't lock the versions of the packages by removing the ^ caret symbol from the versions?

In past courses it caused issues if a minor release contains breaking changes and then users end up installing it. 🙂