---
title: "Resources"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{Resources}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
The `golem` package is part of the [`{golemverse}`](https://golemverse.org/), a series of tools for Shiny.
A list of various `golem` related resources (tutorials, video, blog post,...) can be found [here](https://golemverse.org/resources/).
# Examples apps
You can find apps made by [ThinkR](https://thinkr.fr/) using `golem` here:
-
-
These are examples **from the community**. Please note that they may not necessarily be written in a canonical fashion and may have been written with different versions of `golem` or [`Shiny`](https://shiny.posit.co/).
-
-
-
-
Do you have a `golem` app you'd like to share? Please open a PR to add it to this list!
# Book
Read the book [Engineering Production-Grade Shiny Apps](https://engineering-shiny.org/).
# Cheatsheet
The high-resolution `golem` cheatsheet is available to download here:
```{r, echo=FALSE, out.width="100%"}
knitr::include_graphics("golem_cheatsheet_V0.1.jpg")
```