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
I found the example site is lightening fast, and also found no data is fetched during the navigation. Out of curiosity, I dig into the public folder, found all content are bundled in the bundle.js. That is a pretty interesting approach, but should we limit the payload for the first load for better user experience?
So I wonder whether gatsby can just load minimum required assets in the first load, and load other contents on demand?
The text was updated successfully, but these errors were encountered:
I found the example site is lightening fast, and also found no data is fetched during the navigation. Out of curiosity, I dig into the
public
folder, found all content are bundled in the bundle.js. That is a pretty interesting approach, but should we limit the payload for the first load for better user experience?So I wonder whether gatsby can just load minimum required assets in the first load, and load other contents on demand?
The text was updated successfully, but these errors were encountered: