Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-core
/
react
/
useInsertionEffect
use
Insertion
Effect
fun
useInsertionEffect
(
effect
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
fun
useInsertionEffect
(
vararg
dependencies
:
Any
?
,
effect
:
suspend
CoroutineScope
.
(
)
->
Unit
)
(
source
)
Online Documentation