Dev tools workshop – additional notes

So today I attended Umar Hansa’s workshop on Chrome dev tools. Although his hand-outs contain lots of information, I made the following extra notes: Set timestamps in code with Performance marks. React also recommends using dev tools to profile components. Send (performance?) statistics to the server when the browser is idle using navigator.sendBeacon. To see …