4
0
forked from crowetic/commerce

Merge branch 'master' into framework-bc

This commit is contained in:
B 2021-01-06 12:58:40 -03:00 committed by GitHub
commit 06e0b02795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,3 +81,15 @@ Our commitment to Open Source can be found [here](https://vercel.com/oss).
7. Run `yarn dev` to build and watch for code changes
8. The development branch is `development` (this is the branch pull requests should be made against).
On a release, the relevant parts of the changes in the `staging` branch are rebased into `master`.
## Goals
* **Next.js Commerce** should have a completely data **agnostic** UI
* **Aware of schema**: should ship with the right data schemas and types.
* All providers should return the right datatypes/schemas to blend correctly with Next.js Commerce.
Here are our efforts towards achieving these goals. https://github.com/vercel/commerce-framework
We plan on having some ecommerce providers in the repo, but thats not the goal. Each provider should have its own standarized data hooks.
`@framework` will be the alias utilized and it will map to the ecommerce provider of preference.