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

Refactor to use commitLocalUpdate instead Context API #1

Open
patrickgodinho opened this issue May 17, 2019 · 0 comments
Open

Refactor to use commitLocalUpdate instead Context API #1

patrickgodinho opened this issue May 17, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@patrickgodinho
Copy link
Owner

patrickgodinho commented May 17, 2019

The current state, managed using Context API is:
cart: [{product, amount}]

How to use commitLocalUpdate (Client Schema Extensions) from Relay Modern to manage the local state.
Maybe using the following schema: type Cart { products: [Product], amount: Number }

@patrickgodinho patrickgodinho added enhancement New feature or request help wanted Extra attention is needed labels May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant