How to create pages from a JSON or excel sheet at build time or dynamically #11936
Unanswered
CaptainT33mo
asked this question in
Help
Replies: 1 comment 2 replies
-
You would probably use This eplains it well: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I was previously using Gatsby for our static site generation but we moved to Next JS recently to create dynamic pages with SSR for better SEO. In our Gatsby site, we had 20-30 pages created using JSON data and around 5.5K pages created using Excel Sheet data which was statically generated during the build time. Since we completely moved to Next JS so we want to create those pages in Next JS via JSON or Excel Sheet. So how to create that. I googled it and couldn't find any proper solution to this hence asking it here.
Any help would be much-appreciated guys.
Beta Was this translation helpful? Give feedback.
All reactions