Slow and clunky editors when using radix-ui #810
Answered
by
jjenzz
maxzaleski
asked this question in
Help
-
Anyone else experiencing a slow and clunky editor when using |
Beta Was this translation helpful? Give feedback.
Answered by
jjenzz
Aug 2, 2021
Replies: 1 comment 1 reply
-
Yes. It's due to polymorphism. We've improved performance slightly recently but those changes haven't been released yet and there is still a lot of room for improvement. We just need to think of how to achieve it. We've been thinking about providing a utility for enabling polymorphism instead of making everything polymorphic by default, because a lot of the time people don't need the polymorphism. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
maxzaleski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. It's due to polymorphism. We've improved performance slightly recently but those changes haven't been released yet and there is still a lot of room for improvement. We just need to think of how to achieve it.
We've been thinking about providing a utility for enabling polymorphism instead of making everything polymorphic by default, because a lot of the time people don't need the polymorphism.