Reading List
- Careful with Context Composition
Kyle Shevlin
Be careful with how you compose your UI when using Context. You might be making a common mistake causing extra rerenders.
- How Time Series Databases Work—and Where They Don’t
This blog takes a deep dive into the hows and whys of time series databases—and why Honeycomb couldn’t be limited to a TSDB implementation.
- The best way to self host
Vimarsh Shah
Using CapRover to manage self-hosted apps.
- Serialization-Based Undo
Philip Rideout
Using dictionary compression to implement an undo system.