Reading List
- Bring Your Own Client
Geoffrey Litt
•
1 Mar 2021
It’s delightful to have the freedom to Bring Your Own Client (BYOC): to choose your favorite application to interact with some data. For example, I can program with Sublime Text, while my teammate uses vim, and we don’t need to fight to the death to pick one editor between us. There are dozens of text editors to choose from, and no lock-in from proprietary file formats.
- Everything we know about Core Web Vitals and SEO
There has been a lot of uncertainty and confusion since Google announced the Page Experience Update in 2020. With just over three months before the update goes live in May, here’s what we know about it.
- React useRef By Example: What It Is, Why We Need It
useRef is a built-in React Hook. What is it used for? How does it work? I’ll reveal this hidden gem for you with a few real-world examples.