[READ-ONLY] Mirror of https://github.com/Schniz/react-contexter. Use Context with Higher Order Components for better testing and reuse.
0

Configure Feed

Select the types of activity you want to include in your feed.

added badge

Gal Schlezinger (Oct 15, 2015, 2:15 AM +0300) be895b0f 748a24b1

+2
+2
README.md
··· 1 1 React contexter 2 2 =============== 3 3 4 + [![Build Status](https://travis-ci.org/Schniz/react-contexter.svg?branch=master)](https://travis-ci.org/Schniz/react-contexter) 5 + 4 6 Use [context](https://facebook.github.io/react/docs/context.html) with [Higher Order Components](https://medium.com/@dan_abramov/mixins-are-dead-long-live-higher-order-components-94a0d2f9e750) for better testing and reuse. 5 7 6 8 The logic is simple: put the `context` you want as `props`.