A modern content-agnostic Gatsby starter
This starter's purpose is to provide a setup of essential tools like Typescript, ESLint, Jest, and Storybook on top of Gatsby. It aims to simplify the process of setting up these tools for each project and does not make opinions about the site content. The starter is built using Gatsby@3 and includes features such as static type checking with Typescript, a bulletproof development environment with ESLint and Prettier, testing with Jest and react-testing-library, utility-first styling with Tailwind, support for Storybook@6 with docs and controls, image handling with gatsby-plugin-image and SVGR, a full PWA setup with Workbox and automatic favicons generation, a workflow example with Github Actions, build-in SEO component with React Helmet, and the ability to analyze the generated build with Webpack Bundle Analyzer.
The gatsby-starter-vadyan is a Gatsby starter that provides an opinionated setup of essential tools such as Typescript, ESLint, Jest, and Storybook. It aims to simplify the process of setting up these tools for Gatsby projects and offers features like static type checking, a bulletproof development environment, testing capabilities, utility-first styling, support for Storybook with documentation and controls, image handling, PWA setup, Github Actions workflow example, SEO component, Webpack Bundle Analyzer, and simplified imports. The installation process and available scripts make it easy to get started and leverage the full potential of the starter.
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
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
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.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
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.
Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.