Reading List
- Make useRef lazy — 4 ways
Vladimir Klepov
•
1 Dec 2021
I love useRef, but it lacks the lazy initializer functionality found in other hooks (useState / useReducer / useMemo).
- Anti-Patterns When Building Container Images
Jérôme Petazzoni
This is a list of recurring anti-patterns that I see when I help folks with their container build pipelines, and suggestions to avoid them or refactor them into something better. And since only a Sith deals in absolutes, keep in mind that these anti-patterns aren’t always bad.