Why React contexts are great, but..
August 31, 2022
Understanding Josh W. Comeau |
QUICK BITS: |
|
When to Use useLayoutEffect Instead of useEffect — Do you have an annoying flicker in your UI? It may be you’re using the wrong one of these two hooks: it’s all about whether the hook fires before or after the browser paints. Jakub Kozak |
🛠 Code and Tools |
⚡️ THE RAPID RELEASES ROUND React Native Gesture Handler 2.6 – Exposes platform native touch APIs. |