Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤓
- Host: GitHub
- URL: https://github.com/saurookadook/waitwut
- Owner: saurookadook
- License: mit
- Created: 2022-07-17T14:05:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T18:26:51.000Z (about 1 month ago)
- Last Synced: 2024-10-26T18:46:33.347Z (20 days ago)
- Topics: bookmarks, cheatsheet, gatsby, gatsbyjs, notes, react, styled-components, typescript
- Language: TypeScript
- Homepage: https://waitwut.xyz
- Size: 32.9 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!_