-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
The most critical issues of our codebase are:
- A lot of not typed code (weak typed core and weak typed components).
- Low component performance due to
propsForElementmechanism.
To resolve it, probably we need to almost fully rewrite our components. It's actually not so hard because we will preserve all the tests and styles.
Also, it might be a very good chance to rewrite our components on some framework agnostic technology, such as https://github.com/builderio/mitosis or another that will generate our components runtime code for multiple frameworks such React, Vue, Qwik and Svelte.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Need research