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

NetRequest Preloading #150

Closed
alexanderson1993 opened this issue Dec 9, 2021 · 0 comments · Fixed by #152
Closed

NetRequest Preloading #150

alexanderson1993 opened this issue Dec 9, 2021 · 0 comments · Fixed by #152
Assignees
Labels

Comments

@alexanderson1993
Copy link
Member

Is your feature request related to a problem? Please describe.

It would be great if there were some way to preload NetRequest data. This is only applicable outside of the cards, since card data is automatically sent by the server the moment it knows that it is needed.

Describe the solution you'd like

A function exported by the NetRequest module which lets you imperatively load data for a specific net request without actually returning it. Or maybe it is an async function which does return the data, but also caches it for future requests.

Additional context

It should be used for the flight start modals - they take a little bit to load and it would be good if they didn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant