-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using specific Bootstrap css version
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d90baa7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jayair good catch; I noticed that https://demo.serverless-stack.com did not yet reflect this change until I did a few refreshes. Seems like the service worker does not auto update the app on load. The console said "new changes; please refresh" but of course ordinary users would not see this.
d90baa7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tommedema Yeah the service worker causes a lot of these issues. It's enabled by default in create react app. I'm still debating if we should ask people to turn it off in the tutorial. Perhaps just mention the issues and let people decide.
d90baa7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jayair I figured if the service worker can console log that we need to refresh, it could also auto refresh the page assuming the state is still in its initial state. That would be ideal. But that is outside the scope of this guide, I guess. So yes, mentioning it would be nice. :)