Skip to content

Update comparison.md #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down