Join Slack
Powered by
Is it safe to call `RComponent.setState` (from the...
# javascript
s
Sam Garfinkel
09/05/2019, 2:39 PM
Is it safe to call
RComponent.setState
(from the Kotlin react wrappers) from a coroutine? I haven't seen any examples of react/coroutine integration.
👌 1
b
Big Chungus
09/05/2019, 3:00 PM
i'd assume so, as setState itself is async
s
Sam Garfinkel
09/05/2019, 3:05 PM
Thank you!
2
Views
Open in Slack
Previous
Next