Echo JS 0.11.0

<~>

planttheidea 2473 days ago. link 1 point
A good entry, however it should be noted that you do not use functional components to build a higher order component ... You use a basic decorator function. A functional component accepts props, whereas a decorator accepts the component function itself. This will work with any version of React.