DEV Community

Discussion on: Gatsby: how is it different from other site generators

Collapse
 
dagatsoin profile image
Daniel Neveux

I built my project (pro.wizar.world) website on it (source at github.com/dagatsoin/wizar-pro-web...).

As a frontend developer it was a great experience to start with. It is like a big webpack project tailored and optimized for static websites. The doc is delightful and I never been stuck too long.

As a visitor, the experience is great too, very fluid.

On the other hand, my community manager, as a non dev user, finds it slow and complicated in comparaison of Wordpress or other main stream solution.
Indeed I try to plug it with the Netlify CMS, the only solution I found with no DB. At a result, it takes two minutes to compile when you just want to fix a typo and more when you handle multiple articles/modules.

I would love to see a complete ecosystem/ci pipleline based on gatsby with immediate feedback like we are used to see on other classic solutions.

For now, I am not sure to reuse it if the end user will be a non coder.

Collapse
 
bobylito profile image
Alexandre Valsamou-Stanislawski

Great insights! Thanks for sharing.

Indeed, it's not a platform for bloggers out of the box. I've tried Netlify CMS too and I share your opinion: I wouldn't recommend it for non-dev users. Have you tried any cloud-based solutions, such as prismic.io or contentful?

BTW, great project you have +1