Web development
How advanced React patterns changed with hooks
if($show_excerpt):?>Until React v16.8, when we wanted to reuse some logic in our apps, we had two choose between these two alternatives: 1) Higher-Order Components (HOC) and 2) Render Props. [...]
endif;?>- Jul, 2019
- 11 min
Web development
How hooks changed the game in React
if($show_excerpt):?>In React version 16.7 and below, if you wanted a component to have state or access to lifecycle methods, you needed to build it as a Class component. Functional [...]
endif;?>- Jun, 2019
- 6 min