epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.
https://epicweb.dev/workshops/full-stack-foundations
Other
598 stars 155 forks source link

Code in currently viewed exercise does not update #21

Closed tearingItUp786 closed 1 year ago

tearingItUp786 commented 1 year ago

Description

The current exercise fails to update upon saving files. If I am viewing lesson 1.2 for example, and I update the root.tsx for the exercise to say Hello world!!, I have to utilize the dropdown and switch to an exercise and then back to the one I'm working on in the right pane for my changes to be applied.

CleanShot 2023-10-12 at 09 33 41@2x

Loom video

Le Loom for context

kentcdodds commented 1 year ago

Ah, the reason is you're changing code in the exercises directory. You should be working in the playground directory only.

I'm going to be making a video showing how to use the workshop app today, but this is described briefly in: https://www.epicweb.dev/get-started

Thanks!