Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.23 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.23 KB

Triangle React - Component Lifecycle and Composition

Examples for Triangle React Meetup 12/05/17

Slides: Google Slides

Note: The examples in this repo are for demonstrative purposes only. Do not use the examples without verifying performance or reliability.

Projects

/src/lifecycle

Application to that shows the order in which lifecycle methods are executed for components.

/src/hoc

react-redux clone example to demonstrate using HOCs. Do not use as a replacement to react-redux. To simplify things all performance enhancements were stripped out.

/src/render-callback

Application to demonstrate using a renderCallback to simplify using window.matchMedia to conditionally render elements.

/src/call-return-{after/before}

Demonstration of reacct's upcoming react-call-return package. this is still expirimental. Read more here: Github: react-call-return

This project was bootstrapped with Create React App.