Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Add possibility to use next.js fallback #371

Closed
baleksandr48 opened this issue Apr 24, 2020 · 2 comments
Closed

Add possibility to use next.js fallback #371

baleksandr48 opened this issue Apr 24, 2020 · 2 comments

Comments

@baleksandr48
Copy link

Nextjs has fallback feature. For example if you have blog with 1kk articles, you don't have to build static html for every article, you can set fallback: true in getStaticPaths and it will generate html for that article, return to user and save it with other static htmls.

If I understand right - with serverless-next.js component we upload only those static file which were been generated during build and fallback-pages don't upload to other static pages.

Will you add this feature in the future?

@danielcondemarin
Copy link
Contributor

Will you add this feature in the future?

Yep, I’ve already raised an RFC for this: #355

@Talhafayyaz11
Copy link

@danielcondemarin it would be great if you could guide me on this #1317

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants