-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
7,245 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Recompose | ||
|
||
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 | ||
|
||
# Outline | ||
|
||
- Understanding Recompose | ||
|
||
- withStata for local component State | ||
|
||
- branch and renderComponent | ||
|
||
- composing HOCs | ||
|
||
|
||
# Build & Run Instructions | ||
|
||
1. To build and run the code in this directory, ensure you have [npm](https://www.npmjs.com) installed | ||
|
||
2. Install | ||
``` | ||
npm install | ||
``` | ||
|
||
3. Start the application | ||
``` | ||
npm start | ||
``` |
Oops, something went wrong.