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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,10 @@ Running a web-compatible recipe:
99
99
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/CatGifsHalogenHooks/src/Main.purs)) |[CatGifsHalogenHooks](recipes/CatGifsHalogenHooks)| A Halogen port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
100
100
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/CatGifsReactHooks/src/Main.purs)) |[CatGifsReactHooks](recipes/CatGifsReactHooks)| A React port of the ["HTTP - Cat GIFs" Elm Example](https://elm-lang.org/examples/cat-gifs). |
101
101
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ClockReactHooks/src/Main.purs)) |[ClockReactHooks](recipes/ClockReactHooks)| A React port of the ["User Interface - Clock" Elm Example](https://elm-lang.org/examples/clock). |
102
+
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ComponentsHalogenHooks/src/Main.purs)) |[ComponentsHalogenHooks](recipes/ComponentsHalogenHooks)| Demonstrates how to nest one Halogen-Hooks-based component inside another and send/receive queries between the two. |
103
+
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ComponentsInputHalogenHooks/src/Main.purs)) |[ComponentsInputHalogenHooks](recipes/ComponentsInputHalogenHooks)| Each time a parent re-renders, it will pass a new input value into the child, and the child will update accordingly. |
102
104
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ComponentsInputReactHooks/src/Main.purs)) |[ComponentsInputReactHooks](recipes/ComponentsInputReactHooks)| Each time the parent's state updates, it will pass a new prop value into the child, and the child will update accordingly. |
105
+
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ComponentsMultiTypeHalogenHooks/src/Main.purs)) |[ComponentsMultiTypeHalogenHooks](recipes/ComponentsMultiTypeHalogenHooks)| Demonstrates a component that can communicate with its children that have differing types. |
103
106
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ComponentsMultiTypeReactHooks/src/Main.purs)) |[ComponentsMultiTypeReactHooks](recipes/ComponentsMultiTypeReactHooks)| Demonstrates a parent component with several children components, each with different prop types. |
104
107
||:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/ComponentsReactHooks/src/Main.purs)) |[ComponentsReactHooks](recipes/ComponentsReactHooks)| Demonstrates how to nest one React Hooks-based component inside another and send props from the parent to the child component. |
105
108
|:heavy_check_mark:|:heavy_check_mark: ([try](https://try.ps.ai/?github=JordanMartinez/purescript-cookbook/master/recipes/DateTimeBasicsLog/src/Main.purs)) |[DateTimeBasicsLog](recipes/DateTimeBasicsLog)| This recipe shows how to use `purescript-datetime` library to create `Time`, `Date`, and `DateTime` values and adjust/diff them. |
0 commit comments