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

Update commerce-sdk-react README #1176

Merged
merged 26 commits into from
May 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4939034
add README docs for commerce-sdk-react
kevinxh May 8, 2023
188da80
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
a013822
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
f555810
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
cc3aa51
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
53c43d3
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
70b9cb7
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
5df1d96
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
54ab692
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
52b6858
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
474970c
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
d123dfa
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
5181552
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
4bade4f
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
850e0bb
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
a7068e1
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
2cf6cad
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
60d0418
Update packages/commerce-sdk-react/README.md
kevinxh May 8, 2023
a567fcd
Update packages/commerce-sdk-react/README.md
kevinxh May 9, 2023
0017769
Update packages/commerce-sdk-react/README.md
kevinxh May 9, 2023
2420999
Update packages/commerce-sdk-react/README.md
kevinxh May 9, 2023
34a377b
Update packages/commerce-sdk-react/README.md
kevinxh May 9, 2023
ff2622a
remove query key section
kevinxh May 10, 2023
2ab40bc
README improvements
kevinxh May 10, 2023
1f21752
Merge branch 'v3' into commerce-sdk-react-readme
kevinxh May 10, 2023
27e7048
Update packages/commerce-sdk-react/README.md
kevinxh May 10, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/commerce-sdk-react/README.md
Co-authored-by: Alex Vuong <[email protected]>
  • Loading branch information
kevinxh and alexvuong authored May 8, 2023
commit 850e0bbfc33ac3aeecb13c342ac604e5a275c423
2 changes: 1 addition & 1 deletion packages/commerce-sdk-react/README.md
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ export default withReactQuery(AppConfig, options)

## ⚡️ Quickstart (Generic React App)

You can use this library in any React application provided you bring your own QueryClient and QueryClientProvider. Below is a sample integration:
You can use this library in any React application by creating a new QueryClient and wrap your application with `QueryClientProvider`. For example:

```jsx
import {CommerceApiProvider} from '@salesforce/commerce-sdk-react'