DEV Community

Creating a Magento Theme with Next.js and GraphQL

Andrew Davis on February 12, 2019

At the end of 2018, Magento released the 2.3.0 version of their e-commerce framework with a new GraphQL API. Traditionally, Magento themes are crea...
Collapse
 
axos11 profile image
Axos11

Hey, thanks for that helpful article. Signed up just because of it :)
Wanted to know if you have some new insights regarding that topic. I'm kind of looking for a "perfect" fit for a Magento 2 frontend which is future proof (pwa) and fast aaaand of course good for seo :D

Collapse
 
rafaacioly profile image
Rafael Acioly

i didn't know that is is already possible in magento, thank you for your post!

i would like that people start to write more about magento, i always wanted to learn about this.

Collapse
 
rafaelcg profile image
Rafael Corrêa Gomes

Thank you for sharing!

Collapse
 
qm3ster profile image
Mihail Malo

RE: Routing, can't you have a serverside resolver that sends you the correct category and the payload in a single response?

Collapse
 
restoreddev profile image
Andrew Davis

Yes you could set that up server side, but I wanted to use the default endpoints provided by Magento. Hopefully the Magento developers will be able to create a better solution to fix double querying.