You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Running a web-compatible recipe:
86
86
| :-: | :-: | - | - |
87
87
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/AceEditorHalogenHooks/src/Main.purs) - [fixme](recipes/AceEditorHalogenHooks/tryFixMe.md)) |[AceEditorHalogenHooks](recipes/AceEditorHalogenHooks)| A Halogen Hooks port of the ["Ace Editor" Halogen Example](https://github.com/purescript-halogen/purescript-halogen/tree/master/examples/ace). |
88
88
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/AddRemoveEventListenerJs/src/Main.purs) - [fixme](recipes/AddRemoveEventListenerJs/tryFixMe.md)) |[AddRemoveEventListenerJs](recipes/AddRemoveEventListenerJs)| This recipe shows how to add and remove an event listener to an HTML element. |
89
-
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/AffGameSnakeJs/src/Main.purs)) |[AffGameSnakeJs](recipes/AffGameSnakeJs)| A snake game built using [AffGame](https://pursuit.purescript.org/packages/purescript-game/2.0.0). |
89
+
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/AffGameSnakeJs/src/Main.purs) - [fixme](recipes/AffGameSnakeJs/tryFixMe.md)) |[AffGameSnakeJs](recipes/AffGameSnakeJs)| A snake game built using [AffGame](https://pursuit.purescript.org/packages/purescript-game/2.0.0). |
90
90
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/BasicHalogenHooks/src/Main.purs)) |[BasicHalogenHooks](recipes/BasicHalogenHooks)| Displays a button that toggles the label to "On" and "Off". |
91
91
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/BehaviorSuperCircleJs/src/Main.purs)) |[BehaviorSuperCircleJs](recipes/BehaviorSuperCircleJs)| A simplified Super Hexagon clone written with [behaviors](https://pursuit.purescript.org/packages/purescript-behaviors). |
92
92
|:heavy_check_mark:|:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/BigIntJs/src/Main.purs)) |[BigIntJs](recipes/BigIntJs)| This recipe shows how to print, create, and use values of the `BigIntJs` type in either the node.js or web browser console. |
0 commit comments