Replies: 2 comments 7 replies
-
Preact is far from dead. We just ported most features we had planned back to Preact 10.x . Thanks to Preact's addon architecture we can add major new functionality through addons without causing breaking changes. Take signals for example, which are a major update to the way state is managed in an application. Not everything happens in this repo as well, like our SSR renderer Now of course we could always bump the version number to make it look more exciting, but we're strict believers in proper semver versioning. So we'll only move to 11 when there really are breaking changes. When it comes to React compatibility we're mostly focusing on libraries, less on copying React itself (React already covers that space pretty well). On top of that we feel like many recent developments in React itself are better and more elegantly solved with signals which remove an entire class of problems. |
Beta Was this translation helpful? Give feedback.
-
I assume you mean Preact, though this doesn't really make sense -- how would Preact have a major version w/out releasing v11? Regardless, it's also worth mentioning that by no means has Preact 11 been under active development for 4.5 years. As Marvin mentioned, with so much being able to land in v10, v11 has, by and large, just been an occasional testing ground for a few "nice to haves" like dropping IE11 support, using some newer JS features, etc. There's nothing too exciting there as the exciting stuff has already found a home in v10. Once we feel there's enough breaking changes to make v11 worth it (please keep in mind that breaking changes often leave some users behind, which is something we want to minimize), then we'll switch over to more actively developing it. |
Beta Was this translation helpful? Give feedback.
-
Preact 11 has been under development for 4.5 years. Preact hasn't had major updates for about the same amount. The Compat package uses Preact 17, which already requires many packages to override peer-dependencies.
Are there any update announcements planned in the coming years?
Beta Was this translation helpful? Give feedback.
All reactions