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

[docs] Clarify Query.use vs Query.usePreloaded/Query.useLoader #92

Closed
zth opened this issue Jul 25, 2020 · 1 comment
Closed

[docs] Clarify Query.use vs Query.usePreloaded/Query.useLoader #92

zth opened this issue Jul 25, 2020 · 1 comment

Comments

@zth
Copy link
Owner

zth commented Jul 25, 2020

Relay allows you to easily start loading data as soon as possible, and not have to wait until a component actually renders (like with Query.use). There's a bunch of primitives for this in Relay/ReasonRelay, and they need to be documented properly; when to use what, and what the trade-offs are.

@zth
Copy link
Owner Author

zth commented Feb 23, 2021

Clarified somewhat in the docstring from the PPX. Should be clarified more in the docs, but we'll do that later.

@zth zth closed this as completed Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant