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
@@ -87,7 +87,7 @@ Running a web-compatible recipe:
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
89
||: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". |
90
-
||: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 in PureScript. There are only two controls: the left and right arrow keys. |
90
+
||: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). |
91
91
|: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. |
92
92
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/BookHalogenHooks/src/Main.purs)) |[BookHalogenHooks](recipes/BookHalogenHooks)| A Halogen port of the ["HTTP - Book" Elm Example](https://elm-lang.org/examples/book). |
93
93
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/BookReactHooks/src/Main.purs)) |[BookReactHooks](recipes/BookReactHooks)| A React port of the ["HTTP - Book" Elm Example](https://elm-lang.org/examples/book). |
0 commit comments