I am looking for an open source CMS that integrates well with a frontend-only app (like a React App) and so far I have found:
- Good old full-stack CMSs such as Drupal or Wordpress that can expose a REST API, but seem a bit old for 2018
- Brand new Headless CMSs such as Strapi (nodejs) or Cockpit (PHP) but they don't look very mature (but I guess that's normal as "headless API" is quite a new concept)
Have you tried CMS integration with a React Apps yourself, and what approach did you take? Would you have some feedback to share about this stack?