So are class components just legacy only at this p...
# react
r
So are class components just legacy only at this point?
t
Do you mean in React or in Kotlin Wrappers?
r
Kotlin wrappers. Examples I found showed extending rcomponent. Thought it might be possible to extend regular
Component
, but haven't had any luck overriding
render()
t
If you only start your application - common recomendation from React (since v16) and Kotlin Wrappers - use function components
Current wrappers focus - function components Examples: #1 and #2