#performance
Don't Blindly Use useTransition Everywhere
15 min readLet's take a closer look at useTransition and why the React Docs example might not be a great starting point for real-world UX.
Speeding up ESLint—Even on CI
5 min readGotta Cache 'Em All: Leverage ESLint's cache to speed it up.
Arrow Functions in Class Properties Might Not Be As Great As We Think
8 min readSince the last year, the Class Properties Proposal simplify our life, especially in React with the internal state, or even with statics ones like propTypes and defaultProps. But, should we really use arrow functions in class field properties?