Small survey from `kotlin-wrappers` What kind of ...
# javascript
s
Small survey from
kotlin-wrappers
What kind of Kotlin DSL for React Context Provider do you like? React with 👈 if you like classic syntax
Copy code
CustomContext.Provider(value) {
  Child {}
}
React with 👉 if you like shortcut syntax
Copy code
CustomContext(value) {
  Child {}
}
Thank you for feedback
👉 2
👈 3
Cc @turansky
t
Short version released in
pre.337