User avatar
flori_ava_star:~cursor_blinking made-with-estrogen @star@amazonawaws.com
1mo
TypeScript Frameworks, question Let's say I need to make a complex frontend UI thingy in TypeScript, and I have the following requirements for a framework:

- Must be stable in the sense that it doesn't ship breaking changes every 5 milliseconds, and even when there are breaking changes, the upgrade path is well-documented and not a clusterfuck
- Does not require a PHD in state libraries or hooks to learn
- Is fast and ideally small
- Is easy enough to pick up (For example, I consider React to be hard to pick up due to... aforementioned things)
- Best case: Code made with it is readable if you at least somewhat know what you're doing
- Easy to build, test and ship

Which TS Framework would you recommend to me?