purescript-react / purescript-react-basic

An opinionated set of bindings to the React library, optimizing for the most basic use cases
https://pursuit.purescript.org/packages/purescript-react-basic
Apache License 2.0
281 stars 40 forks source link

makeStateless docs #107

Closed jamesdbrock closed 5 years ago

jamesdbrock commented 5 years ago

Capitalize Props in Props -> JSX.

This signature is a type, and if refers the to type Props with a capital P, right?

jamesdbrock commented 5 years ago

Oh, maybe that signature refers to the props from forall props..

megamaddu commented 5 years ago

Correct, though "presence" was definitely misspelled :)

megamaddu commented 5 years ago

Going to close this. I've got another PR coming up so I'll just fix the "presence" typo there.