natefaubion / purescript-spork

Elm-like for PureScript
MIT License
157 stars 9 forks source link

Text for the `subs` example #24

Closed marick closed 6 years ago

marick commented 6 years ago

Seeing subscriptions in Spork was a big attraction to this Elm native dabbling in PureScript. But I ran the app before looking at its code. So I was confused by what it's about. A few lines of text would have clarified it. I suggest those lines be added. "The app you're looking at demonstrates... Click "Subscribe" then move your mouse around to see how..."

I can write that text. (I also wonder if it might not be better to start with the app subscribed to mouse movements, and provide a button to turn that off.)

natefaubion commented 6 years ago

I don't really have an opinion on whether it should start out subscribed. Maybe we should have an index file with descriptions for each example.