Join Slack
Powered by
So are class components just legacy only at this p...
# react
r
Richard Wardin
04/11/2022, 1:15 PM
So are class components just legacy only at this point?
t
turansky
04/11/2022, 6:18 PM
Do you mean in React or in Kotlin Wrappers?
r
Richard Wardin
04/11/2022, 6:29 PM
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
turansky
04/11/2022, 6:35 PM
If you only start your application - common recomendation from React (since v16) and Kotlin Wrappers -
use function components
turansky
04/11/2022, 6:36 PM
Current wrappers focus - function components Examples:
#1
and
#2
Open in Slack
Previous
Next