06 Oct 2017
I’m Breaking Up With Higher Order Components
Writing declarative, readable and flexible React components using render props instead of HOCs
Interesting pattern I’ve started seeing where chidlren is passed a function instead of React elements.
2020 updates – it’s functional components all the way now
29 Sep 2017
7 Architectural Attributes of a Reliable React Component
Component-based development is productive: a complex system is built from specialized and easy to manage pieces. Yet only well designed components ensure composition and reusability benefits.
27 Sep 2017
Glortho/react-keydown
Lightweight keydown wrapper for React components
20 Sep 2017
What Every Software Engineer Should Know About Search
Want to build or improve a search experience? Start here
18 Sep 2017
Acdlite/recompose
A React utility belt for function components and higher-order components.
See the examples as well as Destroy All Classes: turn React components inside out with functional programming