ReactCasts, episode 11.
Recompose is a library that provides an assortment of higher order components that let's you "enhance" React functional components, so to speak, and do things all sort of things - including but not limited to local state and lifecycle hooks.
Screencast video: https://youtu.be/SQtrgiLy3Fo
-
Understanding Recompose
-
withStata for local component State
-
branch and renderComponent
-
composing HOCs
-
To build and run the code in this directory, ensure you have npm installed
-
Install
npm install
- Start the application
npm start