-
Notifications
You must be signed in to change notification settings - Fork 933
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
Migrating the Apollo Example to downshift-examples #997
Comments
That example should stay as it is, with Downshift component. If you want to create an async version with I did not create any example using async items so it might be very helpful if you can try it out :) |
@silviuaavram Right that makes sense regarding the Apollo example, I think doing |
Hi, is this is this issue still up for grabs? I saw the good first issue tag and thought I would ask. |
Hi @ndeom ! It's still open, let us know if you are creating a PR for it. |
Sure! I just wanted to quickly discuss the scope of what you would like done before I do. I've taken a look at the Apollo example referenced above, and I'm assuming that you would like this example replicated with the |
@silviuaavram I found some time to redo the Apollo example with the |
Definitely, let’s do that. 😎
…On Tue, 21 Jul 2020 at 18:22, Nick Deom ***@***.***> wrote:
@silviuaavram <https://github.com/silviuaavram> I found some time to redo
the Apollo example with the useSelect hook and realized that Apollo had
somewhat recently updated to Apollo Client 3.0, which uses the useQuery
hook inside of functional components for queries rather than creating
higher-order components. Would you like this part of the example updated as
well?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#997 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWAZACR4PE3G3G7YIROR5TR4WXBRANCNFSM4MG66CCQ>
.
|
@silviuaavram apologies for the delay. Here are links to updated examples for useSelect and useCombobox: |
@silviuaavram just letting you know I created a PR in the example repo |
Looks like this is done 👍 |
Thinking about migrating the Apollo Example. But unsure as to what the recommendation is for async rendering of items. Having read, #186 and noticing that all of the new hooks take
items
as an argument.What are your thoughts on comboboxes with async items?
Thanks!
The text was updated successfully, but these errors were encountered: