Announcing Gatsby 2.0.0
gatsbyjs.org
Announcing Gatsby 2.0.0
1–10 of 36 posts
Re: Announcing Gatsby 2.0.0
#2Re: Announcing Gatsby 2.0.0
#3http://Graphene-Python.org/ is still using Gatsby after 2 years from the first release, keep up the good work! :)
Re: Announcing Gatsby 2.0.0
#4It was also fun to see my site achieve 100% with ease on Chrome's Lighthouse tests. I still have no idea what kind of impact it has on SEO, but every little bit helps.
Thanks to all who contributed!
[1] https://cu.sg
Re: Announcing Gatsby 2.0.0
#5Looks like Gatsby has raised a ~4m seed. I'm curious: how does Gatsby (the company) make/plan to make revenue from Gatsby (the library)? Support, hosting, or something else?
Re: Announcing Gatsby 2.0.0
#6I hadn't heard of this before but it looks really good. Good documentation, lots of plugins and community support, and appears to be in use by some big companies. Anyone here had good or bad experiences with it?
Another thing I like is how they leverage GraphQL. I am not a fan to use it as a back end language but for a query tool existing only on the front it all makes sense and it's really effective. You can easily build query to generate all kind of pages and contents automatically. And that from all kind of sources (markdown, CSV).
There are many other great stuff like their source/transform plugin to be able to query on any (if the plugin is made) source.[1] Or having to only learn 2 API call (onCreateNode, onCreatePage) and GraphQL to start to do many of the biggest things... Or I can talk about how when building the project Gatsby makes all the call to any headless CMS to retrieve all the data to leverage them while still being able to create a static website at the same time...[2]
Finally Netlify provides a dead simple way to host your project. You just need to create an account and link your Github repo on their platform and every time your master will change your website will be automatically deployed. Ho and it's free...
[1] https://www.gatsbyjs.org/docs/source-plugin-tutorial/
[2] https://www.gatsbyjs.org/docs/wordpress-source-plugin-tutori...
Re: Announcing Gatsby 2.0.0
#7Congrats on the release! Looks great. Looks like Gatsby has raised a ~4m seed. I'm curious: how does Gatsby (the company) make/plan to make revenue from Gatsby (the library)? Support, hosting, or something else?
Re: Announcing Gatsby 2.0.0
#8Congrats on the release! Looks great. Looks like Gatsby has raised a ~4m seed. I'm curious: how does Gatsby (the company) make/plan to make revenue from Gatsby (the library)? Support, hosting, or something else?
We launched our product, Gatsby Preview, into alpha in July https://www.gatsbyjs.org/blog/2018-07-17-announcing-gatsby-p...
A lot of people really love building sites with headless CMSs and Gatsby. Gatsby Preview gives content editors live preview of changes they're making in the CMS on a real version of the site.
We launched with support for Contentful and are adding support for other headless CMSs along with traditional CMSs running in headless mode like Drupal and WordPress.
Also check out our launch blog post https://www.gatsbyjs.org/blog/2018-05-24-launching-new-gatsb...
Re: Announcing Gatsby 2.0.0
#9I hadn't heard of this before but it looks really good. Good documentation, lots of plugins and community support, and appears to be in use by some big companies. Anyone here had good or bad experiences with it?
I am starting to do my blog with it and so far it's really good. One thing I love is how it is built to be a Progressive Web App. If you don't know what that is: after downloading your page, your browser will start to download the other pages of your website automatically so they will be able to render instantly. It's also amazing for documentation. You go on one page and the other pages will be preloaded so that mea…
I'm deep down the Vue.JS rabbit hole and can really appreciate this stuff
Out the box reactJS with the best practices already? maybe next project!