July 2022 Summaries
5 posts from Gatsby
Filter
Month:
Year:
Post Summaries
Back to Blog
Personalization on websites is becoming essential for providing customized user experiences, with tools like Google Optimize, Mutiny, and AB Tasty gaining popularity among marketers. Webstacks, a digital agency, chose the Gatsby.js framework for its website due to its fast performance and optimization features, allowing the marketing team to build new pages without relying on engineers. However, they missed the personalization support from their previous CMS, HubSpot. To address this, they integrated HubSpot CRM, Google Optimize, and Gatsby Cloud Functions to create a personalization engine. This setup involves retrieving user data through HubSpot's tracking cookie, using Gatsby Cloud Functions to interface with HubSpot's API, storing user data in localStorage, and utilizing Google Optimize to deliver personalized content based on this data. This approach ensures that personalized content is only shown to users who have shared specific data, like their first name, with the company.
Jul 27, 2022
1,030 words in the original blog post.
In the face of economic uncertainty, SaaS marketing teams are increasingly turning to Gatsby websites as a strategic tool to maximize efficiency and performance while minimizing resource use. Gatsby, a frontend framework built on the Jamstack architecture, empowers marketing teams to create rapid, high-performing digital experiences by separating the content management system from the frontend, allowing for faster content deployment and enhanced website performance. The framework's new updates further optimize content workflows, enabling marketing teams to quickly adapt to shifting market demands without relying heavily on engineering teams. By offering multiple page rendering options, Gatsby supports improved SEO and conversion rates, as evidenced by success stories like WaveDirect, which significantly increased lead volume after adopting Gatsby. Moreover, its support for an iterative marketing approach enables teams to quickly develop, test, and refine projects, leading to more informed decision-making and reduced risks. Companies across various industries, such as ServiceTitan and iTrustCapital, have successfully migrated to Gatsby, experiencing enhanced page speeds, user experiences, and competitive advantages.
Jul 26, 2022
1,235 words in the original blog post.
Gatsby Cloud offers a solution for teams that require hosting on AWS but still want to utilize the benefits of Gatsby's build and preview capabilities. By using Gatsby Cloud for building and previewing sites, and then deploying builds to AWS S3 for hosting, teams can achieve faster build times and comply with organizational infrastructure requirements. While this setup doesn't fully leverage Gatsby Cloud's Reactive Site Generation, which allows for incremental builds and rapid content updates, it provides a compromise that enhances build speed compared to an AWS-only setup. Gatsby Cloud also integrates seamlessly with content management systems to offer a streamlined preview experience, ensuring that content edits can go live swiftly, which is crucial for content editors. This workaround is designed to deliver a better experience for teams aiming to balance performance and infrastructure mandates, with the hope that they will eventually utilize the full capabilities of Gatsby Cloud Builds and Hosting.
Jul 23, 2022
480 words in the original blog post.
Gatsby has undergone significant advancements since 2019, addressing several misconceptions about its capabilities. The introduction of server-side rendering (SSR) and deferred static generation (DSG) in Gatsby v4 now allows for dynamic functionalities like A/B testing and personalization, dispelling the myth that Gatsby doesn't support dynamic content. Additionally, the platform's ability to handle large-scale sites is evident, as demonstrated by several high-profile websites utilizing Gatsby Cloud to manage over 100,000 pages with rapid build times. Contrary to the belief that Gatsby can't handle live data, it efficiently processes updates from CMS sources like Contentful in seconds and supports live data queries for real-time information, thanks to Gatsby Functions. Moreover, Gatsby Cloud has been optimized specifically for faster build speeds than other hosting services, with recent enhancements like Incremental Deploys further improving performance.
Jul 19, 2022
408 words in the original blog post.
Gatsby is committed to maintaining GDPR compliance to protect the privacy of its customers, particularly those residing in the European Economic Area (EEA), even though the company is not headquartered there. GDPR, which stands for General Data Protection Regulation, is a European regulation that grants EU citizens control over their personal data, including the rights to access, delete, and transfer their data. Gatsby has implemented a variety of controls and internal processes, outlined in their privacy policy, to manage and secure Personal Identifiable Information (PII). They have also established a public intake process for handling GDPR-related requests and collaborated with compliance partners at Laika for an extensive review of their processes to ensure adherence to EU data privacy standards. EU customers can make GDPR-related requests through their Gatsby Cloud account, with support available from the Customer Success team, and further inquiries can be directed to [email protected].
Jul 01, 2022
359 words in the original blog post.