I love @sarah_edo's engineering career ladder summary! ✨
- Senior: Be the best you you can be
- Staff: Help others be successful at the things you know well
- Principal: Help others be successful where they are
(from https://t.co/cId2X4PPSX)
I ran into an issue making a dropdown’s list of links accessible from keyboard (focus on item that starts with pressed keys). Worked just fine in Chrome not Safari or Firefox. It took me some time to realise the problem was in Mac settings not my code 🤯 https://t.co/PYlb3nLBbv
Today, we're excited to share the first early community preview of Concurrent Mode. It offers new composable primitives to help you orchestrate delightful user experiences. https://t.co/mMrCmv4D5U
Is it normal for an effect to attach and de-attach an event handler on every run? Or I'm I missing something? Following the rules of hooks I need to pass the callback in deps and it itself will change because it depends on state. https://t.co/o9VM3SqF0Z cc/ @kentcdodds 🙏