I am looking to branch out into the world of headless WordPress(WP). I have a project lined up and was hoping to use a JS front end on top of WP. I've found lots of articles around headless WP setup, however none of them seem to support Gutenberg blocks.
Does anyone have a good headless WP setup with a JS front end? I am not too picky, just want it to be robust, well supported and able to handle Gutenberg and ACF blocks.
Any help/info would be appreciated.
One path I have ventured down is attempting to do this with Gatsby(which seemed like it was possible a year or two ago), however have had limited success. I have followed their documentation for setting up the site and required plugins for both WP and Gatsby but are unable to locate blocks in the graphQL JSON. I've installed plugins such as graphQL Gutenberg but this throws an error. I am able to get ACF fields but that would only be helpful if I decided to build the site using ACF flexible content.