Skip to content

Commit 689ffb8

Browse files
committed
Episode 11 - Recompose
1 parent 5e4e0b5 commit 689ffb8

19 files changed

+7245
-0
lines changed

episode11/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Recompose
2+
3+
ReactCasts, episode 11.
4+
5+
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.
6+
7+
Screencast video:
8+
https://youtu.be/SQtrgiLy3Fo
9+
10+
# Outline
11+
12+
- Understanding Recompose
13+
14+
- withStata for local component State
15+
16+
- branch and renderComponent
17+
18+
- composing HOCs
19+
20+
21+
# Build & Run Instructions
22+
23+
1. To build and run the code in this directory, ensure you have [npm](https://www.npmjs.com) installed
24+
25+
2. Install
26+
```
27+
npm install
28+
```
29+
30+
3. Start the application
31+
```
32+
npm start
33+
```

0 commit comments

Comments
 (0)