Skip to content

Commit

Permalink
Episode 11 - Recompose
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiozen committed Jun 16, 2017
1 parent 5e4e0b5 commit 689ffb8
Show file tree
Hide file tree
Showing 19 changed files with 7,245 additions and 0 deletions.
33 changes: 33 additions & 0 deletions episode11/README.md
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
```
Loading

0 comments on commit 689ffb8

Please sign in to comment.