Why you shouldn't rely on useMemo for guaranteed referential stability but prefer useState instead| tkdodo.eu
5 things everyone needs to know about useState| tkdodo.eu
Part deux of the useState pitfalls series is here, showing patterns to help solve the common use-case of initializing state with a prop.| tkdodo.eu
The first part of the useState pitfalls series is all about avoiding state altogether. Lots of things might not even be state after all...| tkdodo.eu
Let's dive into some tips for working with Zustand - one of my favourite client state management libraries in React.| tkdodo.eu