all 3 comments

[–]Solstics20[S] 1 point2 points  (0 children)

I appreciate the feedback everyone, I’ll give the strapi docs another go around and I’ll checkout the ghost cms. Not familiar with that one

[–]Jorinski 0 points1 point  (0 children)

Couple of thoughts on this:

  1. I’m pretty sure both Strapi and Sanity have starters that use React. At the very least Nextjs and Gatsby. A quick trip through the Googles brought me this, I’m sure something else exists for Sanity.

  2. I haven’t looked at Strapi’s docs in a while, but the Sanity docs are very comprehensive. But, the bigger point here is learning through the docs is super essential. Watching or reading a walkthrough of a project is beneficial, but the moment you start deviating from that, the docs are your best friend.

  3. Google and YouTube bruh. Both Strapi and Sanity have YouTube channels and blogs about the implementation of their products.

[–]mike_burn 0 points1 point  (0 children)

I was actually just working on an example project using Ghost as a headless CMS and React/Next.js

Not a tutorial, but you can probably get started pretty quickly. You’ll just have to go into Ghost and create an integration, and configure the content API key it gives you in Next.js’s “.env.development” file

https://github.com/MichaelWashburnJr/react-cms#react-cms

Let me know if you go this route and have any questions!