This blog site has been archived. Go to react.dev/blog to see the recent posts. With React 16.8, React Hooks are available in a stable release! What Are Hooks? Hooks let you use state and other React features without writing a class. You can also build your own Hooks to share reusable stateful logic between components. If you’ve never heard of Hooks before, you might find these resources interesting: Introducing Hooks explains why we’re adding Hooks to React. Hooks at a Glance is a fast-p...| legacy.reactjs.org
After covering the sunshine cases of data fetching, it's time to look at situations where things don't go as planned and "Something went wrong..."| tkdodo.eu
Everything you need to know to make React Query your single source of truth state manager for your async state| tkdodo.eu
Learn the possibilities to perform the quite common and important task of transforming your data with react-query| 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