Better Routing
The routing library gives us parser combinators that allow us to parse complex routes. »
The routing library gives us parser combinators that allow us to parse complex routes. »
Simple routing in Halogen. »
Defining a parent Halogen component that communicates with its children. »
Creating multiple Halogen components within a page. »
Create a more involved page, using effective data modelling to ensure the page can never be in an invalid state. »
Finding patterns in Purescript code that can be refactored using the common typeclasses in the language. »
Creating a simple page using Purescript Halogen. »
One of the most powerful features in the PureScript type system is Higher Kinded Types. »
Seting up a Halogen project. »
The PureScript language has a very powerful type system that allows for very robust, bug free code. »