-
Notifications
You must be signed in to change notification settings - Fork 40
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
Docs: toReactComponent doesn't exist (anymore) #129
Comments
It's over here now: https://github.com/lumihq/purescript-react-basic-classic/blob/main/src/React/Basic/Classic.purs#L280 The implementation was split out so you can leave it out if you're using hooks or make a new one. Also makes it easier it update implementations without requiring version bumps across the whole react-basic ecosystem. |
Ah, thank you very much. I was looking at What I actually needed/wanted is So, I'm looking forward to docs. The library is looking pretty neat :) |
I guess the docs are fine then 😌 |
Ahh, yes, that could probably be clearer. Planning to have some JS React component interop examples in the shared documentation soon. |
There is a reference to
toReactComponent
. It doesn't exist anymore. Not sure by what it was replaced ;)https://github.com/lumihq/purescript-react-basic/blob/3569fea76dcd776baceda071a6f6286befb92142/src/React/Basic.purs#L70
The text was updated successfully, but these errors were encountered: