:shopping_cart: Bodega is a Shopify PWA using Gatsby JS + Netlify CMS
Bodega Cloud is a Gatsby Shopify starter powered by Gatsby, Netlify, and Shopify. It aims to create a proof of concept Shopify Progressive Web App (PWA) using the Storefront API and GatsbyJS. The project focuses on achieving high speed, customizability, accessibility, and code completeness for an enhanced Shopify experience.
Bodega Cloud is a Gatsby Shopify starter that combines the power of Gatsby, Netlify, and Shopify to create a proof of concept Shopify Progressive Web App. With a focus on speed, customizability, accessibility, and code completeness, Bodega Cloud aims to enhance the Shopify experience for both merchants and customers. By leveraging GatsbyJS and the Storefront API, it offers a fast and highly customizable theme, while ensuring WCAG 2.0 accessibility compliance. With easy installation and integration with Shopify webhooks for automatic deployment, Bodega Cloud is a comprehensive solution for creating a performant Shopify PWA.
GatsbyJS is a free and open-source static site generator based on React. It uses a modern development stack including Webpack, GraphQL, and modern JavaScript and CSS frameworks. It also provides a rich set of plugins, starters, and themes.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.
Netlify CMS is a powerful and flexible content management system that is designed to work seamlessly with the Netlify platform. Netlify CMS provides a user-friendly interface for managing content, including support for custom content types, localization, and asset management.
Shopify offers headless commerce capabilities through its Storefront API, allowing developers to use their own front-end technology to create custom storefronts or sales channels while using Shopify as a back-end system
Ecommerce websites sell products or services to customers through an online storefront. These websites typically include features such as product listings, shopping carts, payment processing, and order management tools.
Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.
A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.
A Progressive Web App (PWA) is a type of web application that uses modern web technologies to provide a native app-like experience to users, including offline functionality, push notifications, and device hardware access. PWAs can be installed on a user's home screen and launched like a traditional app, but do not require a separate app store listing or download.
Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.