Home / Companies / Gatsby / Blog / May 2018

May 2018 Summaries

4 posts from Gatsby

Filter
Month: Year:
Post Summaries Back to Blog
In April and May, Gatsby hosted two-day workshops in San Francisco and New York City to teach developers about the Gatsby framework and gather feedback for improvement. Participants appreciated understanding Gatsby's integration with plugins, React, and GraphQL, with diagrams proving particularly helpful in illustrating these concepts. The workshops also highlighted the need for advanced tutorials beyond the basics, resulting in the creation of new tutorials, including those focused on WordPress integration. The events provided a dedicated environment for learning and problem-solving, allowing hosts to tailor content to participants' needs. Gatsby encourages community contributions through its open-source repository, inviting feedback and collaboration to enhance workshop materials. Resources such as survey questions, slide decks, and step-by-step guides are available for those interested in hosting their own Gatsby workshops.
May 31, 2018 830 words in the original blog post.
Gatsby is a popular static site generator that leverages React, making it particularly appealing for developers who want to create fast, efficient websites without extensive configuration. It offers a user-friendly setup with a comprehensive tutorial and a robust ecosystem of plugins, allowing users to tailor their projects with tools like gatsby-plugin-sass and gatsby-transformer-remark. CSS can be managed through CSS-in-JS or CSS Modules, with the latter providing scoped styling to avoid class name clashes. Gatsby's data layer is powered by GraphQL, offering a visual interface for database queries, and it supports various deployment options including Netlify, which simplifies the hosting process. The platform's ease of use, combined with its potential for customization, makes it an attractive choice for those exploring static site generators, especially as it continues to evolve with new funding and community contributions.
May 31, 2018 825 words in the original blog post.
Gatsby Inc., co-founded by Kyle Mathews and Sam Bhagwat, was announced as a company dedicated to enhancing the building and running of feature-rich, fast websites based on the open-source static site generator, Gatsby. Originating from Mathews' experiences with web development and the rise of JavaScript applications, Gatsby aims to overcome the limitations faced by traditional CMS-driven and static sites by leveraging modern engineering practices, React, and cloud-native infrastructure. The company secured $3.8 million in seed funding from investors like Trinity Ventures to further develop the Gatsby ecosystem while maintaining its open-source nature. The new company seeks to automate website builds and improve core functionality, while engaging with developers and businesses interested in utilizing React and headless CMSs for web development.
May 24, 2018 2,171 words in the original blog post.
Gatsby is an open-source static site generator that integrates React and GraphQL, offering a range of features that make it a compelling choice for web developers. The author highlights several reasons for switching to Gatsby, including its compatibility with React components, an extensive plugin system that enhances its functionality, and a unique data fetching layer using GraphQL, which allows for data integration from various sources. Gatsby optimizes performance with static HTML files for fast load times and offers Progressive Web App features to enhance user experience. Additionally, the developer experience is noted for being enjoyable, due to the ease of extending functionality through plugins, live-reload capabilities, and robust documentation.
May 11, 2018 1,039 words in the original blog post.