[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.

Update README.md

Gal Schlezinger (Oct 19, 2015, 12:24 AM +0300) 84115b70 8bafe711

+1
+1
README.md
··· 43 43 ``` 44 44 45 45 this can help you creating custom utility functions for your applications. 46 + you can expose contexters in their own module for reusing them. 46 47 47 48 ### `contexter(contextTypes, Component)` 48 49 creates a contexter that injects `contextTypes` and executes it with `Component`.