Hi,
Can I use React.js as a front end in ghost cms? If yes, then please share the steps how to integrate it.
I have gone through your docs, but there is no information available regarding this.
Thanks,
Amol
Hi,
Can I use React.js as a front end in ghost cms? If yes, then please share the steps how to integrate it.
I have gone through your docs, but there is no information available regarding this.
Thanks,
Amol
You can write a React app and use our Content API to pull in data, using Ghost as a headless CMS, and React as your frontend. The docs for the Content API are here: Ghost Content API Documentation
You can also use Gatsby, which is a static site generator built on top of react, we have docs on that here: Build A Custom Static Site With Headless Ghost + Gatsby and code here: GitHub - TryGhost/gatsby-starter-ghost: A starter template to build lightning fast websites with Ghost & Gatsby
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.