paf31 / purescript-thermite

A simple PureScript wrapper for React
MIT License
350 stars 55 forks source link

Create react class #97

Closed dwhitney closed 6 years ago

dwhitney commented 6 years ago

I needed to add create-react-class both as an npm dependency and had to explicitly load it and deal with it in index.html to get the todo-mvc app running. I'm new to React, so I'm not sure why this component is necessary, but perhaps this is helpful.

dwhitney commented 6 years ago

this is redundant with my other PR