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
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,13 @@ Running a web-compatible recipe:
85
85
| :-: | :-: | - | - |
86
86
||:heavy_check_mark:|[AddRemoveEventListenerJs](recipes/AddRemoveEventListenerJs)| This recipe shows how to add and remove an event listener to an HTML element. |
87
87
|:heavy_check_mark:|:heavy_check_mark:|[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. |
88
-
||:heavy_check_mark:|[BookHalogenHooks](recipes/BookHalogenHooks)| A Halogen port of the ["HTTP - Book" Elm Example](https://elm-lang.org/examples). |
88
+
||:heavy_check_mark:|[BookHalogenHooks](recipes/BookHalogenHooks)| A Halogen port of the ["HTTP - Book" Elm Example](https://elm-lang.org/examples/book). |
89
89
||:heavy_check_mark:|[BookReactHooks](recipes/BookReactHooks)| A React port of the ["HTTP - Book" Elm Example](https://elm-lang.org/examples/book). |
90
-
||:heavy_check_mark:|[ButtonsHalogenHooks](recipes/ButtonsHalogenHooks)| A Halogen port of the ["User Input - Buttons" Elm Example](https://elm-lang.org/examples). |
90
+
||:heavy_check_mark:|[ButtonsHalogenHooks](recipes/ButtonsHalogenHooks)| A Halogen port of the ["User Input - Buttons" Elm Example](https://elm-lang.org/examples/buttons). |
91
91
||:heavy_check_mark:|[ButtonsReactHooks](recipes/ButtonsReactHooks)| A React port of the ["User Input - Buttons" Elm Example](https://elm-lang.org/examples/buttons). |
92
92
||:heavy_check_mark:|[CardsHalogenHooks](recipes/CardsHalogenHooks)| A Halogen port of the ["Random - Cards" Elm Example](https://elm-lang.org/examples/cards). |
93
93
||:heavy_check_mark:|[CardsReactHooks](recipes/CardsReactHooks)| A React port of the ["Random - Cards" Elm Example](https://elm-lang.org/examples/cards). |
94
-
||:heavy_check_mark:|[CatGifsHalogenHooks](recipes/CatGifsHalogenHooks)| A Halogen port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples). |
94
+
||:heavy_check_mark:|[CatGifsHalogenHooks](recipes/CatGifsHalogenHooks)| A Halogen port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
95
95
||:heavy_check_mark:|[CatGifsReactHooks](recipes/CatGifsReactHooks)| A React port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
96
96
|:heavy_check_mark:|:heavy_check_mark:|[DebuggingLog](recipes/DebuggingLog)| This recipe shows how to do print-debugging using the `Debug` module's `spy` and `traceM` functions. The compiler will emit warnings to remind you to remove these debug functions before you ship production code. |
97
97
|:heavy_check_mark:||[DiceCLI](recipes/DiceCLI)| This recipe shows how to create an interactive command line prompt that repeatedly generates a random number between 1 and 6. |
@@ -100,23 +100,23 @@ Running a web-compatible recipe:
100
100
||:heavy_check_mark:|[FileUploadHalogenHooks](recipes/FileUploadHalogenHooks)| A Halogen port of the ["Files - Upload" Elm Example](https://elm-lang.org/examples/upload). |
101
101
||:heavy_check_mark:|[FindDomElementJs](recipes/FindDomElementJs)| This recipe shows how to find elements in the DOM by using query selectors. |
102
102
||:heavy_check_mark:|[FormsReactHooks](recipes/FormsReactHooks)| A React port of the ["User Interface - Forms" Elm Example](https://elm-lang.org/examples/forms). |
103
-
||:heavy_check_mark:|[GroceriesHalogenHooks](recipes/GroceriesHalogenHooks)| A Halogen port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples). |
104
-
||:heavy_check_mark:|[GroceriesReactHooks](recipes/GroceriesReactHooks)| A React port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples). |
103
+
||:heavy_check_mark:|[GroceriesHalogenHooks](recipes/GroceriesHalogenHooks)| A Halogen port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples/groceries). |
104
+
||:heavy_check_mark:|[GroceriesReactHooks](recipes/GroceriesReactHooks)| A React port of the ["HTML - Groceries" Elm Example](https://elm-lang.org/examples/groceries). |
105
105
||:heavy_check_mark:|[HelloConcur](recipes/HelloConcur)| A Concur port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples/hello). |
106
-
||:heavy_check_mark:|[HelloHalogenHooks](recipes/HelloHalogenHooks)| A Halogen port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples). |
107
-
||:heavy_check_mark:|[HelloReactHooks](recipes/HelloReactHooks)| A React port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples). |
106
+
||:heavy_check_mark:|[HelloHalogenHooks](recipes/HelloHalogenHooks)| A Halogen port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples/hello). |
107
+
||:heavy_check_mark:|[HelloReactHooks](recipes/HelloReactHooks)| A React port of the ["HTML - Hello" Elm Example](https://elm-lang.org/examples/hello). |
108
108
|:heavy_check_mark:|:heavy_check_mark:|[HelloWorldLog](recipes/HelloWorldLog)| This recipe shows how to run a simple "Hello world!" program in either the node.js or web browser console. |
109
109
||:heavy_check_mark:|[ImagePreviewsHalogenHooks](recipes/ImagePreviewsHalogenHooks)| A Halogen port of the ["Files - Drag-and-Drop" Elm Example](https://elm-lang.org/examples/drag-and-drop). |
110
-
||:heavy_check_mark:|[NumbersHalogenHooks](recipes/NumbersHalogenHooks)| A Halogen port of the ["Random - Numbers" Elm Example](https://elm-lang.org/examples). |
110
+
||:heavy_check_mark:|[NumbersHalogenHooks](recipes/NumbersHalogenHooks)| A Halogen port of the ["Random - Numbers" Elm Example](https://elm-lang.org/examples/numbers). |
111
111
||:heavy_check_mark:|[NumbersReactHooks](recipes/NumbersReactHooks)| A React port of the ["Random - Numbers" Elm Example](https://elm-lang.org/examples/numbers). |
112
-
||:heavy_check_mark:|[PositionsHalogenHooks](recipes/PositionsHalogenHooks)| A Halogen port of the ["Random - Positions" Elm Example](https://elm-lang.org/examples). |
112
+
||:heavy_check_mark:|[PositionsHalogenHooks](recipes/PositionsHalogenHooks)| A Halogen port of the ["Random - Positions" Elm Example](https://elm-lang.org/examples/positions). |
113
113
||:heavy_check_mark:|[PositionsReactHooks](recipes/PositionsReactHooks)| A React port of the ["Random - Positions" Elm Example](https://elm-lang.org/examples/positions). |
114
114
|:heavy_check_mark:||[ReadPrintFileContentsNode](recipes/ReadPrintFileContentsNode)| Reads a file's contents and prints it to the console. |
115
115
||:heavy_check_mark:|[RoutingHashHalogenClassic](recipes/RoutingHashHalogenClassic)| This recipe shows how to use `purescript-routing` to do client-side hash-based routing in a Halogen-based single-page application (SPA). |
116
116
||:heavy_check_mark:|[RoutingHashLog](recipes/RoutingHashLog)| This recipe demonstrates hash-based routing with `purescript-routing`. No web framework is used. |
117
117
||:heavy_check_mark:|[RoutingPushHalogenClassic](recipes/RoutingPushHalogenClassic)| This recipe shows how to use `purescript-routing` to do client-side push-state routing in a Halogen-based single-page application (SPA). |
118
-
||:heavy_check_mark:|[TextFieldsHalogenHooks](recipes/TextFieldsHalogenHooks)| A Halogen port of the ["User Interface - Text Fields" Elm Example](https://elm-lang.org/examples). |
118
+
||:heavy_check_mark:|[TextFieldsHalogenHooks](recipes/TextFieldsHalogenHooks)| A Halogen port of the ["User Interface - Text Fields" Elm Example](https://elm-lang.org/examples/text-fields). |
119
119
||:heavy_check_mark:|[TextFieldsReactHooks](recipes/TextFieldsReactHooks)| A React port of the ["User Interface - Text Fields" Elm Example](https://elm-lang.org/examples/text-fields). |
120
-
||:heavy_check_mark:|[TimeHalogenHooks](recipes/TimeHalogenHooks)| A Halogen port of the ["Time - Time" Elm Example](https://elm-lang.org/examples). |
120
+
||:heavy_check_mark:|[TimeHalogenHooks](recipes/TimeHalogenHooks)| A Halogen port of the ["Time - Time" Elm Example](https://elm-lang.org/examples/time). |
121
121
||:heavy_check_mark:|[TimeReactHooks](recipes/TimeReactHooks)| A React port of the ["User Interface - Time" Elm Example](https://elm-lang.org/examples/time). |
122
122
||:heavy_check_mark:|[WindowPropertiesJs](recipes/WindowPropertiesJs)| This recipe shows how to get and print various properties in the browser's `window` object. |
0 commit comments