JC's Writing
My personal space to publish my thoughts
Fixing the basics is not just about code
If you find yourself in a company that's going through a process of "fixing the basics", remind your managers, tech leads and whoever is in charge of something inside, that if we don't change our process to do delivery, the same thing will likely happen again.

Error boundaries and cached components
I explain here how to use Error Boundary on react to create a component that renders normally on a valid state and that renders a cached version when the current state is invalid.
aravena.me