Archived topic
GeneratePress and Gatsbyjs
10 replies · Started by mr_juri on November 24, 2019
Hi,
I am newby with Gatsbyjs and all tecnology connected (ReactJS, Vue, ...).
I'd like study it and connect with GeneratePress, but I don't know if it is possible.
So, this is my question:
Need I to create/edit/search a new theme to implement Gatsbyjs or Can I use GeneratePress?
Thanks,
Juri
Hi there,
I'm not familiar with Gatsbyjs unfortunately.
However, if it's built to work with WordPress themes, it will work with GeneratePress.
Have you checked with their support to see what is required to implement it in a WordPress theme?
Let me know :)
Me too I am new about this concepts.
I try to understand more about it, and them I will give some new.
Thanks :)
No problem :)
Hi...did you figure out how to use Gatsby with GeneratePress? I'd like to do the same and am starting my research....
Hi there,
Not at this time. However, I'd love any and all feedback on what would need to be done to integrate with it if anyone has the time to look into it.
Thanks!
I'm also interested in this as GP is my new GO TO THEME even if I have a learning curb to get some stuff done but headless CMS is the way forward for ultimate speed and having it work with Gatsby will be absolutely awesome.
Hello,
has anyone here made any progress on the topic of GPP+Gatsby (or Fontity), we are just starting out on the topic and this resource is our 1st step in finding information -. Thank you
Hi there,
from the little i have read, which felt like too much reading lol, its not possible to make a traditional PHP Theme work in a headless environment like Gatsby or Fontity.
The general approach of headless, is to decouple the back end ( WordPress CMS ) from the front end. The front end traditionally a PHP codedd WP Theme is replaced with the headless environments Javascript templates. But its not just the theme that is responsible for the front end. Code from the core block editor or other plugins or HTML in your post content would also need to be considered.
If you look at the available Headless WP hosting solutions on offer, of which they are very few, they have built dedicated API integrations to allow WP as a CMS to generate Headless output.
I am not sure what users intentions are for headless CMS, but if its a speed thing then you may want to look at a Static HTML site generator, as those are something that should work without a lot of headaches.
Hello David,
thank you very much for this good support, ^^
it describes exactly the core which we could learn after 'many reading' today, yes it's about speed, the flexibility and now study the static HTML generators in more detail.
Thanks ^^
Glad to be of help!