Skip to content

Files

Latest commit

author
Cassio Zen
Dec 30, 2020
82d69aa · Dec 30, 2020

History

History

11 - Recompose (Deprecated)

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 30, 2020
Dec 30, 2020
Dec 30, 2020
Dec 30, 2020
Dec 30, 2020

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 installed

  2. Install

npm install
  1. Start the application
npm start