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
My Next app uses dynamic paths and I'd like to statically generate a subset of these paths.
For the paths that are not generated, I want to use the fallback approach, but I don't want a page built statically on the server. Instead, I'd like the web browser to make the request for the data itself.
This would allow the browser to fill in the missing page data itself, rather than waiting for a fallback page from the web server, introducing an unnecessary middleman.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My Next app uses dynamic paths and I'd like to statically generate a subset of these paths.
For the paths that are not generated, I want to use the fallback approach, but I don't want a page built statically on the server. Instead, I'd like the web browser to make the request for the data itself.
This would allow the browser to fill in the missing page data itself, rather than waiting for a fallback page from the web server, introducing an unnecessary middleman.
Is this functionality possible somehow?l
Beta Was this translation helpful? Give feedback.
All reactions