Skip to content

Instantly share code, notes, and snippets.

@antialias
Last active July 8, 2016 23:18
Show Gist options
  • Save antialias/784fdf1b591a95115a03a1e8ddfc13e7 to your computer and use it in GitHub Desktop.
Save antialias/784fdf1b591a95115a03a1e8ddfc13e7 to your computer and use it in GitHub Desktop.
{
...,
ConversationSummary: {
component, // stateless component
wrapper, // composiiton of all wrappers
wrapped: ..., // wrapper(component)
// individual wrappers in case you want to pick and choose
redux,
redux_wrapped: redux(compoonent),
relay,
relay_wrapped: relay(component),
...
},
...
}
@antialias
Copy link
Author

component-kit-builder has been created, let the fun begin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment