From ed438b27c4196996cf6a4f57c9e2eec5865fe9de Mon Sep 17 00:00:00 2001 From: Edwin Marshall Date: Tue, 21 Mar 2017 01:09:42 -0400 Subject: [PATCH] Update comparison.md minor typo --- comparison.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comparison.md b/comparison.md index faab905..52da8da 100644 --- a/comparison.md +++ b/comparison.md @@ -46,7 +46,7 @@ initializePrivateState :: CountPublic -> CountPrivate The only problem for the parent now is that it is also responsible for knowing when the state needs to be initialized. -What I've just described is the conceptial basis of how React, [Halogen](https://github.com/slamdata/purescript-halogen) and [Thermite](https://github.com/paf31/purescript-thermite) (on top of React) all work. Each have slightly different ways of how to keep track of the state and how to write event handlers. I will start with React and contrast that +What I've just described is the conceptual basis of how React, [Halogen](https://github.com/slamdata/purescript-halogen) and [Thermite](https://github.com/paf31/purescript-thermite) (on top of React) all work. Each have slightly different ways of how to keep track of the state and how to write event handlers. I will start with React and contrast that with Thermite and Halogen and explain why I was motivated to write this library. ## React