An Honest Review of Gatsby
1–10 of 120 posts
Re: An Honest Review of Gatsby
#2I wish the article mentioned that.
Re: An Honest Review of Gatsby
#3Instead, everyone chooses Gatsby, Next or another javascript based framework of this week.
Re: An Honest Review of Gatsby
#4I do wonder: where was the point of no return? Maybe scrapping it and starting anew would have been better. I wish the article mentioned that.
Re: An Honest Review of Gatsby
#5I agree largely with the findings described here - Gatsby felt quite slow and the GraphQL part feels like complexity overkill, for my use case I bypassed it using their createPage API but you lose out on eg the ability to reload a page’s data on the fly by doing so (from what I could work out - the documentation was a bit lacking in parts I found).
I was more impressed with NextJS, it feels generally more solid and easier to understand. It has a great preview feature where you can set a cookie and then the site will pull in data at request time rather than from the static site (perfect for CMS previews!) and build times seem alright - I haven’t had cause to look into speeding them up, which is a good sign.
Personally I’d go with NextJS in future based on my experience... that said, I’ve no idea if it would work well for their reasonably specialised use case!
Re: An Honest Review of Gatsby
#6Re: An Honest Review of Gatsby
#7There are literally hundreds of static site generators: https://www.staticgen.com
Most of them should get markdown right too!
Re: An Honest Review of Gatsby
#8I wonder why it seems nobody wants to use Hugo. Smashing Magazine appears to be happy with it and they tooted about their experience with Hugo multiple times. Instead, everyone chooses Gatsby, Next or another javascript based framework of this week.
Not only Gatsby feels complicated for simple things, but doesn't offer the same level of flexibility as Hugo does. And it also has the most appreciated benefit of not having to battle with the js ecosystem. Hugo just works.
Re: An Honest Review of Gatsby
#9I wonder why it seems nobody wants to use Hugo. Smashing Magazine appears to be happy with it and they tooted about their experience with Hugo multiple times. Instead, everyone chooses Gatsby, Next or another javascript based framework of this week.
For larger, more complex sites, javascript frameworks make more sense, and offer far more functionality for building a web-app.
Two different purposes, IMO.
Re: An Honest Review of Gatsby
#10I wonder why it seems nobody wants to use Hugo. Smashing Magazine appears to be happy with it and they tooted about their experience with Hugo multiple times. Instead, everyone chooses Gatsby, Next or another javascript based framework of this week.
I know React and Next let me solve my problems faster.
That’s it.
(Aside: Both Gatsby and Next have been around for a while and will be for the foreseeable future. So not a flavour of the week.)