Awesome Stacks
Tech stacks for building different applications and features.
Contents
Awesome Stacks is a community-curated list of tech stacks for building different applications and features. It is open source and inspired by the original awesome list.
Each stack in the list has a name, description, and list of a few of the key tools and technologies. Optionally, it links to a tutorial, starter kit or boilerplate that makes it easy to get started with.
Got a stack you think is a great way to build something? Please edit this file and add it! Check out CONTRIBUTING.md for more information.
Browsing the stacks
Stacks can be browsed in two placesβon the README and on awesomestacks.dev. The site, built with Gatsby and React, displays logos and metrics about each tool listed in the README by pulling data from the GitHub and StackShare APIs.
Legend
π - StackShare tool profile
π - GitHub repository
Front-end
React Next Boilerplate β
A basis for reducing the configuration of your projects with Next.js, best development practices and popular libraries in the developer community.
- Next.js - π - π - The React Framework for server rendering, static websites, PWAs.
- React Testing Library - π - π - react-testing-library is a tool in the Testing Frameworks category of a tech stack.
- Emotion - π - π - CSS-in-JS library designed for high performance style composition.
- I18next - π - I18next is an internationalization-framework written in and for JavaScript. But it's much more than that.
- Redux Saga - π - is a library that aims to make application side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) easier to manage, more efficient to execute, easy to test, and better at handling failures.
Resources
React starter kit β
React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Express, GraphQL and React, containing modern web development tools such as Webpack, Babel and Browsersync.
- React - π - π - React components can be used on the client and server side.
- Webpack - π οΈ - π - A static module bundler for modern JavaScript applications.
- GraphQL - π - π - A query language for APIs and a runtime for fulfilling those queries with your existing data.
- Babel - π οΈ - π - A JavaScript compiler; use next generation JavaScript, today.
- Express - π οΈ - π - A minimal and flexible Node.js web application framework.
- Node.js - π οΈ - π - A JavaScript runtime built on Chrome's V8 JavaScript engine.
Resources
React Firebase starter β
React Starter Kit for Firebase is a popular project template (aka, boilerplate) for building modern, scalable web applications with React, Relay, and GraphQL using serverless infrastructure provided by Google Cloud (Cloud SQL, Cloud Functions, CDN hosting, and file storage).
- Firebase - π οΈ - A cloud-hosted NoSQL database that lets you store and sync data between your users in real-time.
- Create React App - π - π - Set up a modern web app by running one command.
