Next.js Discord

Discord Forum

Creating reader of bought ebooks on a Next.js + Shopify page

Unanswered
Sun bear posted this in #help-forum
Open in Discord
Sun bearOP
Hey, I found Next.js boilerplate for Shopify which makes me wonder how much customizability can I get out of it. My idea is to create ebook store which gives logged users access to their library of bought books. By picking a book you could either download or read the ebook. Using Next.js I would be able to leverage React for interactive ereader with options to select font size, line height etc. But could I somehow stream data in chunks (for performance) of book hosted on shopify to display the pages?

Would that make sense to use Shopify as a kind of "bucket storage" with Next.js serving the content? I'd love to hear about possible shortcomings of combining next.js with shopify for e-commerce.

0 Replies