Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby v2 starter with TypeScript, MobX state management, and example stores for fast React app development.
Gatsby MobX Starter is a boilerplate template that combines Gatsby v2 with TypeScript and MobX to give developers a preconfigured starting point for React applications.
Gatsby MobX Starter is a GitHub starter project that scaffolds a Gatsby v2 site with TypeScript and the MobX state-management library already wired up. It takes a blank project and produces a runnable React app with two example stores, linting, formatting, and test infrastructure included. The examples come from @mweststrate's Egghead course on managing complex state in React with MobX, and the project is positioned as a quick alternative to create-react-app --typescript.
yarn.yarn start.yarn build, then preview it locally with npx local-web-server -d public.