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
@@ -148,7 +148,7 @@ Running a web-compatible recipe:
148
148
|:heavy_check_mark:|:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/SimpleASTParserLog/src/Main.purs)) |[SimpleASTParserLog](recipes/SimpleASTParserLog)| This recipe shows how to parse and evaluate a math expression using parsers and a "precedence climbing" approach. |
149
149
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/TextFieldsHalogenHooks/src/Main.purs)) |[TextFieldsHalogenHooks](recipes/TextFieldsHalogenHooks)| A Halogen port of the ["User Interface - Text Fields" Elm Example](https://elm-lang.org/examples/text-fields). |
150
150
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/TextFieldsReactHooks/src/Main.purs)) |[TextFieldsReactHooks](recipes/TextFieldsReactHooks)| A React port of the ["User Interface - Text Fields" Elm Example](https://elm-lang.org/examples/text-fields). |
151
-
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/TicTacToeReactHooks/src/Main.purs)) |[TicTacToeReactHooks](recipes/TicTacToeReactHooks)| A PureScript port of the official reactjs.org documentation's [Tutorial: Intro to React](https://reactjs.org/tutorial/tutorial.html) example. |
151
+
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/TicTacToeReactHooks/src/Main.purs) - [fixme](recipes/TicTacToeReactHooks/tryFixMe.md)) |[TicTacToeReactHooks](recipes/TicTacToeReactHooks)| A PureScript port of the official reactjs.org documentation's [Tutorial: Intro to React](https://reactjs.org/tutorial/tutorial.html) example. |
152
152
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/TimeHalogenHooks/src/Main.purs)) |[TimeHalogenHooks](recipes/TimeHalogenHooks)| A Halogen port of the ["Time - Time" Elm Example](https://elm-lang.org/examples/time). |
153
153
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/TimeReactHooks/src/Main.purs)) |[TimeReactHooks](recipes/TimeReactHooks)| A React port of the ["User Interface - Time" Elm Example](https://elm-lang.org/examples/time). |
154
154
|:heavy_check_mark:|:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ValueBasedJsonCodecLog/src/Main.purs)) |[ValueBasedJsonCodecLog](recipes/ValueBasedJsonCodecLog)| This recipe shows how to use [`codec`](https://pursuit.purescript.org/packages/purescript-codec/3.0.0) and [`codec-argonaut`](https://pursuit.purescript.org/packages/purescript-codec-argonaut/) to write value-based bidirectional JSON codecs to encode and decode examples written in "meta-language." |
0 commit comments