Figuring out how to build a cms/shopify clone
Unanswered
Polar bear posted this in #help-forum
Polar bearOP
Hello everyone,
I want to build a nextjs website builder, something close to shopify for learning purposes
but I am wondering how is it possible to have good seo on the pages, and how to serve them fast?
right now the only way I can think of is to save the sections that the user sets on the website builder, and then once a customer comes to the website, query the database for slug, and get the sections, but this would result in bad seo and slower loading
I hope my explanation of the question is clear 😅
I want to build a nextjs website builder, something close to shopify for learning purposes
but I am wondering how is it possible to have good seo on the pages, and how to serve them fast?
right now the only way I can think of is to save the sections that the user sets on the website builder, and then once a customer comes to the website, query the database for slug, and get the sections, but this would result in bad seo and slower loading
I hope my explanation of the question is clear 😅
1 Reply
Polar bearOP
are there certain concepts/things that I need to learn other than just nextjs and nodejs/express?