Skip to content

Commit 68ceb26

Browse files
committed
Add Shiny module link to dev docs
Incorporates maelle's suggestion from #27.
1 parent 9812331 commit 68ceb26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dev/create-block.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<VideoEmbed id="-PdixmAscQI" title="Creating blocks in blockr" />
44

5-
Write custom blocks in pure R to extend blockr with your own logic. A block is a specialized Shiny module that returns an **expression** (the R code it generates) and a **state** (its current input values). A workflow is a Shiny app composed of connected blocks.
5+
Write custom blocks in pure R to extend blockr with your own logic. A block is a specialized [Shiny module](https://mastering-shiny.org/scaling-modules.html) that returns an **expression** (the R code it generates) and a **state** (its current input values). A workflow is a Shiny app composed of connected blocks.
66

77
Blocks should live in an R package so they can be registered, shared, and tested. The examples below show the package-based approach.
88

0 commit comments

Comments
 (0)