Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript React Basics (2018) Introducing Props Setting and Using Props

Daniel Prowse
Daniel Prowse
7,941 Points

Cant see any changes in the browser.

Everything was working fine up until this video.

set up my local server as normal with python -m http.server on the directory holding the project. But for some reason from this video when i edit the App.js file nothing changes. i could even delete the file, save it and it would still come back the previous version.

im assuming its a problem with the python web server? but i can still access this old version through localhost:8000.

1 Answer

Tommy Gebru
Tommy Gebru
30,164 Points

Are you using Chrome, click and hold the reload tab button there are options to "clear cache and force reload tab"

Aside from this fix, you can go into the Chrome Dev Tools, under the Network Panel, check the box Disable Cache

I hope this helps!