* 이 글은 Why React Hooks, and how did we even get here? 번역하였습니다. Why React Hooks, and how did we even get here? TL;DR: Hooks have learned from the trade-offs of mixins, higher order components, and render props to bring us new ways to create… medium.com TL;DR: higher order component(HOO), mixins 과 render props의 trade-off를 배우고 이를 보완하는 Hooks는 flat하게 선언하는 방식으로 구성 가능한 동작을 만드는 새로운 방법을 제공합니다. Hooks는 하나의..
HOC
* 이 글은 Understanding React Render Props and HOC 번역하였습니다. Understanding React Render Props and HOC A detailed introduction to Render Props and Higher-Order Components in React blog.bitsrc.io React에서 Higher-Order-Components와 Render Props의 세부적으로 설명드립니다. 요즘 React로 개발을 해보셨다면 HOC와 Render Props에 대한 개념을 한번쯤은 들어보셨을 것입니다. 이 글에서는 두가지 패턴에 대해서 이해해보고 왜 필요한지, 어떻게 올바르게 사용하여 좋은 application을 만들 수 있는지에 대하여 이야기해 보려..