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

Add installation and usage documentation to the README #2

Merged
merged 2 commits into from
Jul 13, 2017

Conversation

randycoulman
Copy link
Contributor

No description provided.

@randycoulman randycoulman requested a review from casto101 July 13, 2017 15:29
README.md Outdated

const store = createStore(
reducer,
undefined,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you clarify why you're passing undefined here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I copied the example from the redux-persist docs :-). Looks like it's not needed; I've removed it in 35c4cec

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, awesome. Yeah, I was thinking it was a placeholder for middleware or something, but I see that's actually applied below, inside the compose. This looks great, nice work! 🚢

@randycoulman randycoulman merged commit 536a4cc into master Jul 13, 2017
@randycoulman randycoulman deleted the chores/documentation branch July 13, 2017 16:02
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.

2 participants