Long Tasks can keep the main thread busy, delaying user interaction. Chrome DevTools can now visualize Long Tasks, making it easier to see tasks to optimize. |
|
In essence, it provides a way to trigger the native share dialog of a device (or desktop, if using Safari) when sharing content directly from a website or web application. Not to be confused with the Web Share Target API which lets sites register themselves as sites you can share content to. Pony Foo uses this to let you share links with us very easily, for example! | |
|
When we need information from our servers as soon as it’s available, push-based methods like WebSockets and Long Polling are the go-to choices. But which is better? | |
|
Vue apps on ? Receive alerts of exceptions in real-time, helping to identify the root cause so you can fix them—fast. |
|
“A few things I strongly believed when I was a junior developer which turned out to be wrong.” |
|
Use React and React Hooks to build a simple todo list app. This is a fantastic tutorial for both beginner and intermediate React developers. | |
|
GitHub doesn’t necessarily tell you what the package owner published to the npm registry. Ever wonder what’s in a package, but too afraid to install and see? Check out npmfs . Example: https://npmfs.com/package/lodash |
|
|
Comments