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

Use resolvers for product page loads #4

Open
michaelbromley opened this issue Apr 23, 2019 · 0 comments
Open

Use resolvers for product page loads #4

michaelbromley opened this issue Apr 23, 2019 · 0 comments

Comments

@michaelbromley
Copy link
Member

Currently the product detail page fetches its own data on init. This leads to a less smooth experience, even with placeholders.

A resolver on the route definition would solve this (at the expense of a slightly longer delay before route transition). However, on the down-side we are then adding extra complexity to the routing config which is exposed to the consuming app.

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