Slide 11
Slide 11 text
● Reload
reloads the app
● Debug JS Remotely
opens a channel to a JavaScript debugger
● Enable Live Reload
makes the app reload automatically on Save
● Enable Hot Reloading
watches for changes in a changed file
● Toggle Inspector
allows us to inspect any UI element on the screen and its properties, and presents and
interface that has other tabs like networking, which shows us the HTTP calls, and a tab for
performance.