diff --git a/.travis.yml b/.travis.yml index 5444996..f7e6528 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ install: # helpful as to how to do that - npm i -g npm # Also update NPM - - npm i -g purescript@0.13.4 spago@0.9.0 parcel - # ^ Installing PureScript 0.13.4 now works + - npm i -g purescript@0.13.5 spago@0.12.1 parcel + # ^ Installing PureScript 0.13.5 now works # Print version numbers before_script: diff --git a/ReadMe.md b/ReadMe.md index 0b9a85c..1581733 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -7,13 +7,13 @@ Learn [`purescript-halogen`](https://github.com/slamdata/purescript-halogen), (` ## Requirements Before learning Halogen via this project, you will need to install the following. (If you don't have them already installed, see my purescript learning repo's [Install Guide](https://github.com/JordanMartinez/purescript-jordans-reference/blob/ps-0.13.x-v0.17.1/00-Getting-Started/02-Install-Guide.md) -- purescript (v0.13.4) -- spago (v0.9.0.0) +- purescript (v0.13.5) +- spago (v0.12.1.0) - parcel (v1.12.3) Or, to install them in one line ```bash -npm i -g purescript@0.13.4 spago@0.9.0 parcel +npm i -g purescript@0.13.5 spago@0.12.1 parcel ``` ## Target Audience @@ -35,7 +35,7 @@ npm i -g purescript@0.13.4 spago@0.9.0 parcel 1. Git clone this project 2. Run `spago build` -3. Run `spago docs` (and refer to the docs via the `./generated-docs/html/index.html` file) +3. Run `spago docs --open` 4. Read through each folder using the same rules that I use in my learning repo (described [in the third bullet point here](https://github.com/JordanMartinez/purescript-jordans-reference#learning-purescript-using-this-project)). Don't want to clone-and-play? Then read through this repo using [the Table of Contents](./table-of-contents.md) file. diff --git a/table-of-contents.md b/table-of-contents.md index b91e832..3db2c16 100644 --- a/table-of-contents.md +++ b/table-of-contents.md @@ -4,162 +4,162 @@ ## src -- [ReadMe.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/ReadMe.md) - - [Outline](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/ReadMe.md#Outline) - - [Compilation and Viewing Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/ReadMe.md#Compilation-and-Viewing-Instructions) +- [ReadMe.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/ReadMe.md) + - [Outline](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/ReadMe.md#Outline) + - [Compilation and Viewing Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/ReadMe.md#Compilation-and-Viewing-Instructions) - 01 Static HTML - - [01 Static HTML.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/01-Static-HTML.md) - - [Where are the SVG elements?](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/01-Static-HTML.md#Where-are-the-SVG-elements) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/01-Static-HTML.md#Compiling-Instructions) - - [02 Static HTML.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/02-Static-HTML.purs) - - [03 Adding Properties.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/03-Adding-Properties.md) - - [The `HH.value_` Pattern](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/03-Adding-Properties.md#The-HHvalue_-Pattern) - - [Adding Properties](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/03-Adding-Properties.md#Adding-Properties) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/03-Adding-Properties.md#Compiling-Instructions) - - [04 Adding Properties.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/04-Adding-Properties.purs) - - [05 Adding CSS.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/05-Adding-CSS.md) - - [Explaining how `purescript-css` and `purescript-halogen-css` work together](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/05-Adding-CSS.md#Explaining-how-purescript-css-and-purescript-halogen-css-work-together) - - [CSS' single and multi key-pair syntax](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/05-Adding-CSS.md#CSS-single-and-multi-key-pair-syntax) - - [Adding CSS](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/05-Adding-CSS.md#Adding-CSS) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/05-Adding-CSS.md#Compiling-Instructions) - - [06 Adding CSS.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/01-Static-HTML/06-Adding-CSS.purs) + - [01 Static HTML.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/01-Static-HTML.md) + - [Where are the SVG elements?](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/01-Static-HTML.md#Where-are-the-SVG-elements) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/01-Static-HTML.md#Compiling-Instructions) + - [02 Static HTML.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/02-Static-HTML.purs) + - [03 Adding Properties.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/03-Adding-Properties.md) + - [The `HH.value_` Pattern](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/03-Adding-Properties.md#The-HHvalue_-Pattern) + - [Adding Properties](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/03-Adding-Properties.md#Adding-Properties) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/03-Adding-Properties.md#Compiling-Instructions) + - [04 Adding Properties.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/04-Adding-Properties.purs) + - [05 Adding CSS.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/05-Adding-CSS.md) + - [Explaining how `purescript-css` and `purescript-halogen-css` work together](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/05-Adding-CSS.md#Explaining-how-purescript-css-and-purescript-halogen-css-work-together) + - [CSS' single and multi key-pair syntax](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/05-Adding-CSS.md#CSS-single-and-multi-key-pair-syntax) + - [Adding CSS](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/05-Adding-CSS.md#Adding-CSS) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/05-Adding-CSS.md#Compiling-Instructions) + - [06 Adding CSS.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/01-Static-HTML/06-Adding-CSS.purs) - 02 Dynamic HTML - - [01 Adding State.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/01-Adding-State.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/01-Adding-State.md#Compiling-Instructions) - - [02 Adding State.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/02-Adding-State.purs) - - [03 Understanding Monads.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md) - - [Longer Deeper Overview of Monads](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Longer-Deeper-Overview-of-Monads) - - [Brief High-Level Overview of Monads](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Brief-High-Level-Overview-of-Monads) - - [`Box`-like Types](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Box-like-Types) - - [`Do` Syntax](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Do-Syntax) - - [Basic](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Basic) - - [Requirements for the Last Monadic Computation in Do Notation](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Requirements-for-the-Last-Monadic-Computation-in-Do-Notation) - - [Adding `Let` and `Discard`](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Adding-Let-and-Discard) - - [Different `Monadic` Box Types](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Different-Monadic-Box-Types) - - [Monad Transformers](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Monad-Transformers) - - [The Problem](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#The-Problem) - - [A Solution](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#A-Solution) - - [Replacing `Box` with Monad Transformers](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Replacing-Box-with-Monad-Transformers) - - [The Problem of Composing Monadic Types](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#The-Problem-of-Composing-Monadic-Types) - - [04 Adding Event Handling.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/04-Adding-Event-Handling.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/04-Adding-Event-Handling.md#Compiling-Instructions) - - [05 Adding Event Handling.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/05-Adding-Event-Handling.purs) - - [06 Referring to Elements.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md) - - [Idiomatically using `H.getHTMLElementRef`](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md#Idiomatically-using-HgetHTMLElementRef) - - [Full Example](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md#Full-Example) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md#Compiling-Instructions) - - [06 Referring to Elements.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.purs) - - [11 Prevent Default and Stop Propagation.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/11-Prevent-Default-and-Stop-Propagation.md) - - [Full Solution](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/02-Dynamic-HTML/11-Prevent-Default-and-Stop-Propagation.md#Full-Solution) + - [01 Adding State.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/01-Adding-State.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/01-Adding-State.md#Compiling-Instructions) + - [02 Adding State.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/02-Adding-State.purs) + - [03 Understanding Monads.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md) + - [Longer Deeper Overview of Monads](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Longer-Deeper-Overview-of-Monads) + - [Brief High-Level Overview of Monads](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Brief-High-Level-Overview-of-Monads) + - [`Box`-like Types](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Box-like-Types) + - [`Do` Syntax](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Do-Syntax) + - [Basic](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Basic) + - [Requirements for the Last Monadic Computation in Do Notation](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Requirements-for-the-Last-Monadic-Computation-in-Do-Notation) + - [Adding `Let` and `Discard`](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Adding-Let-and-Discard) + - [Different `Monadic` Box Types](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Different-Monadic-Box-Types) + - [Monad Transformers](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Monad-Transformers) + - [The Problem](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#The-Problem) + - [A Solution](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#A-Solution) + - [Replacing `Box` with Monad Transformers](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#Replacing-Box-with-Monad-Transformers) + - [The Problem of Composing Monadic Types](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/03-Understanding-Monads.md#The-Problem-of-Composing-Monadic-Types) + - [04 Adding Event Handling.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/04-Adding-Event-Handling.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/04-Adding-Event-Handling.md#Compiling-Instructions) + - [05 Adding Event Handling.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/05-Adding-Event-Handling.purs) + - [06 Referring to Elements.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md) + - [Idiomatically using `H.getHTMLElementRef`](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md#Idiomatically-using-HgetHTMLElementRef) + - [Full Example](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md#Full-Example) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.md#Compiling-Instructions) + - [06 Referring to Elements.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/06-Referring-to-Elements.purs) + - [11 Prevent Default and Stop Propagation.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/11-Prevent-Default-and-Stop-Propagation.md) + - [Full Solution](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/02-Dynamic-HTML/11-Prevent-Default-and-Stop-Propagation.md#Full-Solution) - 03 Parent Child Relationships - - [ReadMe.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md) - - [How to Read This Folder](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#How-to-Read-This-Folder) - - [Capability-Based Components](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Capability-Based-Components) - - [Rendering](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Rendering) - - [Initial Rendering](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Initial-Rendering) - - [Each Re-Render Thereafter](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Each-Re-Render-Thereafter) - - [Parent-Child Communication](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Parent-Child-Communication) - - [Child to Parent Communication](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Child-to-Parent-Communication) - - [Parent to Child Communication](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Parent-to-Child-Communication) - - [The Problem of Multiple Children and the Solution of Slot Addresses](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#The-Problem-of-Multiple-Children-and-the-Solution-of-Slot-Addresses) - - [What is a `slot`?](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#What-is-a-slot) - - [A Note on Children's `Child Slots`](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#A-Note-on-Childrens-Child-Slots) - - [How Do We Refer to the Slot's Label?](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#How-Do-We-Refer-to-the-Slots-Label) - - [A note on the `Slot Index` type](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/ReadMe.md#A-note-on-the-Slot-Index-type) + - [ReadMe.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md) + - [How to Read This Folder](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#How-to-Read-This-Folder) + - [Capability-Based Components](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Capability-Based-Components) + - [Rendering](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Rendering) + - [Initial Rendering](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Initial-Rendering) + - [Each Re-Render Thereafter](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Each-Re-Render-Thereafter) + - [Parent-Child Communication](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Parent-Child-Communication) + - [Child to Parent Communication](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Child-to-Parent-Communication) + - [Parent to Child Communication](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#Parent-to-Child-Communication) + - [The Problem of Multiple Children and the Solution of Slot Addresses](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#The-Problem-of-Multiple-Children-and-the-Solution-of-Slot-Addresses) + - [What is a `slot`?](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#What-is-a-slot) + - [A Note on Children's `Child Slots`](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#A-Note-on-Childrens-Child-Slots) + - [How Do We Refer to the Slot's Label?](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#How-Do-We-Refer-to-the-Slots-Label) + - [A note on the `Slot Index` type](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/ReadMe.md#A-note-on-the-Slot-Index-type) - 01 Childlike Components - - [01 Input Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/01-Input-Only.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/01-Input-Only.md#Compiling-Instructions) - - [02 Input Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/02-Input-Only.purs) - - [03 Message Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/03-Message-Only.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/03-Message-Only.md#Compiling-Instructions) - - [04 Message Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/04-Message-Only.purs) - - [05 Query Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/05-Query-Only.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/05-Query-Only.md#Compiling-Instructions) - - [06 Query Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/06-Query-Only.purs) - - [07 All: No Halogen Types.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/07-All--No-Halogen-Types.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/07-All--No-Halogen-Types.md#Compiling-Instructions) - - [08 All: No Halogen Types.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/08-All--No-Halogen-Types.purs) - - [11 All: With Halogen Types.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/11-All--With-Halogen-Types.md) - - [The `Eval` label](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/11-All--With-Halogen-Types.md#The-Eval-label) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/11-All--With-Halogen-Types.md#Compiling-Instructions) - - [12 All: With Halogen Types.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/12-All--With-Halogen-Types.purs) + - [01 Input Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/01-Input-Only.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/01-Input-Only.md#Compiling-Instructions) + - [02 Input Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/02-Input-Only.purs) + - [03 Message Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/03-Message-Only.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/03-Message-Only.md#Compiling-Instructions) + - [04 Message Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/04-Message-Only.purs) + - [05 Query Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/05-Query-Only.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/05-Query-Only.md#Compiling-Instructions) + - [06 Query Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/06-Query-Only.purs) + - [07 All: No Halogen Types.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/07-All--No-Halogen-Types.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/07-All--No-Halogen-Types.md#Compiling-Instructions) + - [08 All: No Halogen Types.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/08-All--No-Halogen-Types.purs) + - [11 All: With Halogen Types.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/11-All--With-Halogen-Types.md) + - [The `Eval` label](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/11-All--With-Halogen-Types.md#The-Eval-label) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/11-All--With-Halogen-Types.md#Compiling-Instructions) + - [12 All: With Halogen Types.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/01-Childlike-Components/12-All--With-Halogen-Types.purs) - 02 Parentlike Components - - [01 Basic Container.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/01-Basic-Container.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/01-Basic-Container.md#Compiling-Instructions) - - [02 Basic Container.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/02-Basic-Container.purs) + - [01 Basic Container.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/01-Basic-Container.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/01-Basic-Container.md#Compiling-Instructions) + - [02 Basic Container.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/02-Basic-Container.purs) - 03 Single Child - - [01 Input Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/01-Input-Only.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/01-Input-Only.md#Compiling-Instructions) - - [02 Input Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/02-Input-Only.purs) - - [03 Message Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/03-Message-Only.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/03-Message-Only.md#Compiling-Instructions) - - [04 Message Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/04-Message-Only.purs) - - [05 Query Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/05-Query-Only.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/05-Query-Only.md#Compiling-Instructions) - - [06 Query Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/06-Query-Only.purs) + - [01 Input Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/01-Input-Only.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/01-Input-Only.md#Compiling-Instructions) + - [02 Input Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/02-Input-Only.purs) + - [03 Message Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/03-Message-Only.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/03-Message-Only.md#Compiling-Instructions) + - [04 Message Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/04-Message-Only.purs) + - [05 Query Only.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/05-Query-Only.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/05-Query-Only.md#Compiling-Instructions) + - [06 Query Only.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/03-Single-Child/06-Query-Only.purs) - 04 Multiple Children - - [01 Revealing Child Slots.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md) - - [Rendering a Child using Slots](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md#Rendering-a-Child-using-Slots) - - [Querying a Child using slots](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md#Querying-a-Child-using-slots) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md#Compiling-Instructions) - - [02 Revealing Child Slots.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/02-Revealing-Child-Slots.purs) - - [03 Multiple Slots.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/03-Multiple-Slots.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/03-Multiple-Slots.md#Compiling-Instructions) - - [04 Multiple Slots.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/04-Multiple-Slots.purs) + - [01 Revealing Child Slots.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md) + - [Rendering a Child using Slots](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md#Rendering-a-Child-using-Slots) + - [Querying a Child using slots](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md#Querying-a-Child-using-slots) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/01-Revealing-Child-Slots.md#Compiling-Instructions) + - [02 Revealing Child Slots.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/02-Revealing-Child-Slots.purs) + - [03 Multiple Slots.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/03-Multiple-Slots.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/03-Multiple-Slots.md#Compiling-Instructions) + - [04 Multiple Slots.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/03-Parent-Child-Relationships/02-Parentlike-Components/04-Multiple-Children/04-Multiple-Slots.purs) - 04 Lifecycle - - [01 Lifecycle.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md) - - [The Initialize and Finalize Hooks](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md#The-Initialize-and-Finalize-Hooks) - - [Handling the Hooks](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md#Handling-the-Hooks) - - [Top-Level Component Bug](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md#Top-Level-Component-Bug) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md#Compiling-Instructions) - - [Child Lifecycle Component](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md#Child-Lifecycle-Component) - - [Parent Lifecycle Component](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/01-Lifecycle.md#Parent-Lifecycle-Component) - - [02 Child Lifecycle.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/02-Child-Lifecycle.purs) - - [03 Parent Lifecycle.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/04-Lifecycle/03-Parent-Lifecycle.purs) -- [05 ComponentTemplate A.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/05-ComponentTemplate-A.purs) -- [05 ComponentTemplate B.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/05-ComponentTemplate-B.purs) + - [01 Lifecycle.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md) + - [The Initialize and Finalize Hooks](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md#The-Initialize-and-Finalize-Hooks) + - [Handling the Hooks](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md#Handling-the-Hooks) + - [Top-Level Component Bug](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md#Top-Level-Component-Bug) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md#Compiling-Instructions) + - [Child Lifecycle Component](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md#Child-Lifecycle-Component) + - [Parent Lifecycle Component](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/01-Lifecycle.md#Parent-Lifecycle-Component) + - [02 Child Lifecycle.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/02-Child-Lifecycle.purs) + - [03 Parent Lifecycle.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/04-Lifecycle/03-Parent-Lifecycle.purs) +- [05 ComponentTemplate A.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/05-ComponentTemplate-A.purs) +- [05 ComponentTemplate B.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/05-ComponentTemplate-B.purs) - 06 Driver - - [ReadMe.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/ReadMe.md) - - [Running a component with `runUI`](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/ReadMe.md#Running-a-component-with-runUI) - - [Communicating with the top-level component via the `HalogenIO` type (a record)](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/ReadMe.md#Communicating-with-the-top-level-component-via-the-HalogenIO-type-a-record) - - [Sending Queries into the Top-Level Component](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/ReadMe.md#Sending-Queries-into-the-Top-Level-Component) - - [Subscribing to Messages Raised by the Top-Level Component](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/ReadMe.md#Subscribing-to-Messages-Raised-by-the-Top-Level-Component) - - [Disposing a Top-Level Component](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/ReadMe.md#Disposing-a-Top-Level-Component) - - [01 Running Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/01-Running-Components.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/01-Running-Components.md#Compiling-Instructions) - - [02 Running Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/02-Running-Components.purs) - - [03 Embedding Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/03-Embedding-Components.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/03-Embedding-Components.md#Compiling-Instructions) - - [04 Embedding Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/04-Embedding-Components.purs) - - [11 Querying Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/11-Querying-Components.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/11-Querying-Components.md#Compiling-Instructions) - - [12 Querying Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/12-Querying-Components.purs) - - [13 Subscribing to Messages.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/13-Subscribing-to-Messages.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/13-Subscribing-to-Messages.md#Compiling-Instructions) - - [14 Subscribing to Messages.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/14-Subscribing-to-Messages.purs) - - [15 Disposing Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/15-Disposing-Components.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/15-Disposing-Components.md#Compiling-Instructions) - - [16 Disposing Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/06-Driver/16-Disposing-Components.purs) -- [07 Halogen Control Flow.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/07-Halogen-Control-Flow.md) + - [ReadMe.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/ReadMe.md) + - [Running a component with `runUI`](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/ReadMe.md#Running-a-component-with-runUI) + - [Communicating with the top-level component via the `HalogenIO` type (a record)](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/ReadMe.md#Communicating-with-the-top-level-component-via-the-HalogenIO-type-a-record) + - [Sending Queries into the Top-Level Component](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/ReadMe.md#Sending-Queries-into-the-Top-Level-Component) + - [Subscribing to Messages Raised by the Top-Level Component](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/ReadMe.md#Subscribing-to-Messages-Raised-by-the-Top-Level-Component) + - [Disposing a Top-Level Component](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/ReadMe.md#Disposing-a-Top-Level-Component) + - [01 Running Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/01-Running-Components.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/01-Running-Components.md#Compiling-Instructions) + - [02 Running Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/02-Running-Components.purs) + - [03 Embedding Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/03-Embedding-Components.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/03-Embedding-Components.md#Compiling-Instructions) + - [04 Embedding Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/04-Embedding-Components.purs) + - [11 Querying Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/11-Querying-Components.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/11-Querying-Components.md#Compiling-Instructions) + - [12 Querying Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/12-Querying-Components.purs) + - [13 Subscribing to Messages.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/13-Subscribing-to-Messages.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/13-Subscribing-to-Messages.md#Compiling-Instructions) + - [14 Subscribing to Messages.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/14-Subscribing-to-Messages.purs) + - [15 Disposing Components.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/15-Disposing-Components.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/15-Disposing-Components.md#Compiling-Instructions) + - [16 Disposing Components.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/06-Driver/16-Disposing-Components.purs) +- [07 Halogen Control Flow.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/07-Halogen-Control-Flow.md) - 08 Going Deeper - - [01 A Different Monad.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/01-A-Different-Monad.md) - - [Don't Use `StateT` as the `MonadType` in a component.](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#Dont-Use-StateT-as-the-MonadType-in-a-component) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#Compiling-Instructions) - - [ReaderT](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#ReaderT) - - [Run](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#Run) - - [02 A Different Monad: ReaderT.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/02-A-Different-Monad--ReaderT.purs) - - [03 A Different Monad: Run.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/03-A-Different-Monad--Run.purs) - - [04 Forking Threads.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/04-Forking-Threads.md) - - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/04-Forking-Threads.md#Compiling-Instructions) - - [05 Forking Threads.purs](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/05-Forking-Threads.purs) - - [06 Various Tips and Tricks.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md) - - [Calling `handleAction`/`handleQuery` within itself.](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md#Calling-handleActionhandleQuery-within-itself) - - [Using `HH.text ""` as an empty placeholder HTML value](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md#Using-HHtext--as-an-empty-placeholder-HTML-value) - - [A better way to assign multiple CSS classes](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md#A-better-way-to-assign-multiple-CSS-classes) -- [09 Where Do We Go From Here.md](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md) - - [How Does Halogen Work?](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md#How-Does-Halogen-Work) - - [Other Libraries Used in/with Halogen](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md#Other-Libraries-Used-inwith-Halogen) - - [Other Examples / Projects](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md#Other-Examples--Projects) - - [Halogen Ecosystem](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md#Halogen-Ecosystem) - - [Tutorials for Halogen Libraries](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md#Tutorials-for-Halogen-Libraries) - - [Component Templates Files for Other Libraries](https://github.com/JordanMartinez/learn-halogen/blob/v4.0.0/src/09-Where-Do-We-Go-From-Here.md#Component-Templates-Files-for-Other-Libraries) + - [01 A Different Monad.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/01-A-Different-Monad.md) + - [Don't Use `StateT` as the `MonadType` in a component.](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#Dont-Use-StateT-as-the-MonadType-in-a-component) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#Compiling-Instructions) + - [ReaderT](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#ReaderT) + - [Run](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/01-A-Different-Monad.md#Run) + - [02 A Different Monad: ReaderT.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/02-A-Different-Monad--ReaderT.purs) + - [03 A Different Monad: Run.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/03-A-Different-Monad--Run.purs) + - [04 Forking Threads.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/04-Forking-Threads.md) + - [Compiling Instructions](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/04-Forking-Threads.md#Compiling-Instructions) + - [05 Forking Threads.purs](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/05-Forking-Threads.purs) + - [06 Various Tips and Tricks.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md) + - [Calling `handleAction`/`handleQuery` within itself.](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md#Calling-handleActionhandleQuery-within-itself) + - [Using `HH.text ""` as an empty placeholder HTML value](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md#Using-HHtext--as-an-empty-placeholder-HTML-value) + - [A better way to assign multiple CSS classes](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/08-Going-Deeper/06-Various-Tips-and-Tricks.md#A-better-way-to-assign-multiple-CSS-classes) +- [09 Where Do We Go From Here.md](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md) + - [How Does Halogen Work?](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md#How-Does-Halogen-Work) + - [Other Libraries Used in/with Halogen](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md#Other-Libraries-Used-inwith-Halogen) + - [Other Examples / Projects](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md#Other-Examples--Projects) + - [Halogen Ecosystem](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md#Halogen-Ecosystem) + - [Tutorials for Halogen Libraries](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md#Tutorials-for-Halogen-Libraries) + - [Component Templates Files for Other Libraries](https://github.com/JordanMartinez/learn-halogen/blob/v5.0.0/src/09-Where-Do-We-Go-From-Here.md#Component-Templates-Files-for-Other-Libraries)