Revamp project #1649
einar-hjortdal
started this conversation in
Ideas
Revamp project
#1649
Replies: 2 comments 10 replies
-
Having a compiler for Bun sounds like a good idea, but I don't think we should drop |
Beta Was this translation helpful? Give feedback.
2 replies
-
I agree with forgetting React compatibility. However, the babel and typescript plugins should not get dropped. Unless you want to replace babel with swc. I also disagree integrating a state management system with Inferno. IMO, both mobx and redux are big for some specific applications. I also disagree stop supporting SPAs. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Focus on most important and core packages only.
Drop:
*1: React has moved very distant. The effort to support React compatibility is futile at this point, embrace differences.
*2: Like many other libraries available today, Inferno could become more opinionated and provide its own state management solution.
Use bun as platform. The advantages are very many.
bun test
instead of jasmine.Beta Was this translation helpful? Give feedback.
All reactions