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
The current store implementation is not very optimized.
Instead we need to apply a lazy approach where store results are being retrieved on each acquired page instead of waiting for the whole response.
The current store implementation is not very optimized.
Instead we need to apply a lazy approach where store results are being retrieved on each acquired page instead of waiting for the whole response.
This is inspired by @danielSanchezQ 's suggestion: #105 (comment)
The text was updated successfully, but these errors were encountered: