Realigning Your Model of React After Hooks With Dan Abramov - podcast episode cover

Realigning Your Model of React After Hooks With Dan Abramov

Aug 05, 201945 minSeason 1Ep. 3
--:--
--:--
Listen in podcast apps:
Metacast
Spotify
Youtube
RSS

Episode description

In this episode, Kent and Dan talk about the ways in which you'll have to reconstruct your mental model of how React works in order to get the hang of hooks, and how hooks more closely align with React's intended model.

React has made multiple attempts at figuring out a way to share state between components. Mixins, higher-order components, render props, and now hooks. Dan Abramov walks through what went right and what went wrong with each of the implementations prior to hooks. None of these implementations lined up with React's model, they were too indirect, or too limiting.

Classes didn't properly fit in with React's component model either. Components don't use inheritance, they aren't ever instantiated, you don't call methods off of them. Dan explains how Components are more like a stateful function, and how Hooks are a closer approximation of this mental model.

ResourcesGuest: Dan AbramovHost: Kent C. Dodds
For the best experience, listen in Metacast app for iOS or Android
Open in Metacast
Realigning Your Model of React After Hooks With Dan Abramov | Chats with Kent C. Dodds podcast - Listen or read transcript on Metacast