Skip to content

Commit f6392cc

Browse files
committed
updated index to cover complete set of tutorials
1 parent fd276d3 commit f6392cc

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
![series banner](resources/glitched-abstract.jpg)
44

5-
> *Note: This is the index to the “Make the Leap from JavaScript to PureScript” tutorial series. I’ll be*
6-
> *publishing a new tutorial approximately once-per-month So come back often, there’s a lot more of this to come!
5+
> *Note: This is the index to the “Make the Leap from JavaScript to PureScript” tutorial series.
6+
> *These tutorial's are code complete, but with the READMEs for 27-29 still pending.
77
>
88
99
## Index
@@ -34,3 +34,8 @@
3434
* [22 - Leapfrogging types with traversable](https://github.com/adkelley/javascript-to-purescript/tree/master/tut22/README.md)
3535
* [23 - Maintaining structure whilst asyncing](https://github.com/adkelley/javascript-to-purescript/tree/master/tut23/README.md)
3636
* [24 - Principled type conversions with Natural Transformations](https://github.com/adkelley/javascript-to-purescript/tree/master/tut24/README.md)
37+
* [25 - Apply Natural Transformations in everyday work](https://github.com/adkelley/javascript-to-purescript/tree/master/tut25/README.md)
38+
* [26 - Isomorphisms and round trip data transformations](https://github.com/adkelley/javascript-to-purescript/tree/master/tut26/README.md)
39+
* [27 - Build a data flow for a real world app](https://github.com/adkelley/javascript-to-purescript/tree/master/tut27/README.md)
40+
* [28 - Retrieve and use data from an api with pure functional constructs](https://github.com/adkelley/javascript-to-purescript/tree/master/tut28/README.md)
41+
* [29 - Find the intersection of sets with Semigroups](https://github.com/adkelley/javascript-to-purescript/tree/master/tut29/README.md)

0 commit comments

Comments
 (0)