Simply React
Simply React" (Keynote) - Kent C. Dodds at #Byteconf React 2020
Follow Kent C. Dodds on Twitter: https://twitter.com/kentcdodds
One of the things I love about React is how easy it is to encapsulate UI code into a component or hook. I love this because it makes reuse of those things easy. But is it easy? I’ve made my fair share of components that had to accept a bunch of props to handle a growing list of different use cases resulting in a complex render function full of conditional …