-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 connect()
API doc
#1140
Add connect()
API doc
#1140
Conversation
Deploy preview for react-redux-docs ready! Built with commit 6ca59ce |
I fixed those merge conflicts for you. I think this looks good! Any objections, @markerikson? |
Gimme a chance to do one more look-over today or tomorrow. |
Looking at this now. I think I want to focus on just v6 for the moment, and then work backwards to come up with separate docs for v5. Working on some edits. |
Aaaand merged! Did cleanup on |
* Add `connect()` doc * Move remaining api.md to `createProvider()` and `connectAdvanced()` docs, repectively * Hide duplicated title for Provider.md * Update doc site configurations for connect doc * Fix `siteConfig.js` * Fix some links. * More betterer link fix... * Clean up connect docs * Remove createProvider page * Clean up connectAdvanced * Include docs in formatting * Specify format spacing * Format docs content * Remove stray semi
What does this PR do?
New doc piece regarding #1001:
connect()
APISummary of the Changes
connect()
docscreateProvider()
andconnectAdvanced()
, respectivelyAddresses #1132, #1119.