Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dispatchOn): replace dispatchOnMount with dispatchOn #6

Closed
wants to merge 1 commit into from

Conversation

benlesh
Copy link
Contributor

@benlesh benlesh commented May 19, 2016

dispatchOn is a decorator that allows the user to define many lifecycle hooks that dispatch thunkservables as part of a single higher-order component. Allowed hooks are willMount (componentWillMount), mount (componentDidMount), update (componentDidUpdate), and willReceiveProps (componentWillReceiveProps)

BREAKING CHANGE: dispatchOnMount is removed in favor of dispatchOn

closes #5

dispatchOn is a decorator that allows the user to define many lifecycle hooks that dispatch thunkservables as part of a single higher-order component. Allowed hooks are `willMount` (componentWillMount), `mount` (componentDidMount), `update` (componentDidUpdate), and `willReceiveProps` (componentWillReceiveProps)

closes #5

BREAKING CHANGE: `dispatchOnMount` is removed in favor of `dispatchOn`
@benlesh
Copy link
Contributor Author

benlesh commented May 19, 2016

After lunch-time discussion with @jayphelps, I think this is the wrong approach. Closing for now.

@benlesh benlesh closed this May 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Need something more robust to handle React Router params
1 participant