-
Notifications
You must be signed in to change notification settings - Fork 55
Maintenance of TUI
Jean-Michel FRANCOIS edited this page Jun 9, 2023
·
2 revisions
We have started by trying to make redux and immutable play together with an easy to use API. As most of it are either not maintained or dead we now wants our opensource component to
- only use React function component
- hooks
- scss module
- Rewrite styles using design-tokens instead of bootstrap class and theme variables
- Remove react-bootstrap component by using design-system components or built equivalent inside it
- Rewrite Design-system components.
- use https://floating-ui.com/ which replace popperjs
- Add accessibility check (jest-axe)
- Rewrite our code usign TS file per file
Our code base is aligned to be used with any kind of tools, but we keep our current tools to be easy to use and maintain.