Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saurookadook/waitwut

A little Gatsby-fueled site with a bunch of programming cheatsheets, notes, and all other sorts of resources 🤓
https://github.com/saurookadook/waitwut

bookmarks cheatsheet gatsby gatsbyjs notes react styled-components typescript

Last synced: 7 days ago
JSON representation

A little Gatsby-fueled site with a bunch of programming cheatsheets, notes, and all other sorts of resources 🤓

Awesome Lists containing this project

README

        

# waitwut

A little Gatsby-fueled blog with a bunch of language syntax cheatsheets 🙃

View it [here](https://waitwut.xyz)!

---

## Other

### TypeScript Docs

[TypeScript Documentation](https://www.gatsbyjs.com/docs/how-to/custom-configuration/typescript/)

[GraphQL Typegen Documentation](https://www.gatsbyjs.com/docs/how-to/local-development/graphql-typegen/)

### GraphQL Tips

#### Keyboard shortcuts in GraphiQL Editor
- **Prettify Query**: `Shift-Ctrl-P` _(or press the prettify button above)_
- **Merge Query**: `Shift-Ctrl-M` _(or press the merge button above)_
- **Run Query**: `Ctrl-Enter` _(or press the play button above)_
- **Auto Complete**: `Ctrl-Space` _(or just start typing)_

### Gatsby Tutorials

[Tutorial](https://www.gatsbyjs.com/docs/tutorial/) _A great place to get started if you're new to web development.
Designed to guide you through setting up your first Gatsby site._

[How to Guides](https://www.gatsbyjs.com/docs/how-to/) _Practical step-by-step guides to help you achieve a specific
goal. Most useful when you're trying to get something done._

[Reference Guides](https://www.gatsbyjs.com/docs/reference/) _Nitty-gritty technical descriptions of how Gatsby works.
Most useful when you need detailed information about Gatsby's APIs._

[Conceptual Guides](https://www.gatsbyjs.com/docs/conceptual/) _Big-picture explanations of higher-level Gatsby
concepts. Most useful for building understanding of a particular topic._

[Plugin Library](https://www.gatsbyjs.com/plugins) _Add functionality and customize your Gatsby site or app with
thousands of plugins built by our amazing developer community._

[Build and Host](https://www.gatsbyjs.com/cloud) _Now you're ready to show the world! Give your Gatsby site superpowers:
Build and host on Gatsby Cloud. Get started for free!_