You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: