You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The components subpage has still a section about creating class components using the removed createClass API. I think that's not possible anymore.
I'm a weird dude, and doing still everything in ES5. I read in the changelog that I should be using createComponentVNode, but I'm a bit lost on that API. So, if instead of just removing the outdated section, a rewrite would happen, that would be lovely.
The text was updated successfully, but these errors were encountered:
Sorry, I might've misformulated my issue. My point is that the 9.0.0 release notes contains that:
inferno-create-class has been removed, use createComponentVNode, createElement APIs instead.
And the current 9.x+ inferno website components page still contains a section (bottom of the page) which references the use of the createClass method with a broken link.
My understanding is that, if I want to use inferno v9+, I need to either use createComponentVNode or createElement to implement the same functionality, which was provided by createClass. I was looking for such an example, instead of the section containing the broken link.
The components subpage has still a section about creating class components using the removed
createClass
API. I think that's not possible anymore.I'm a weird dude, and doing still everything in ES5. I read in the changelog that I should be using
createComponentVNode
, but I'm a bit lost on that API. So, if instead of just removing the outdated section, a rewrite would happen, that would be lovely.The text was updated successfully, but these errors were encountered: