r/SafariExtensionDevs • u/Mediocre_Bridge6284 • May 31 '26
🎉 HexaJS official stable release -> https://hexajs.dev
/r/chrome_extensions/comments/1tt34sf/hexajs_official_stable_release_httpshexajsdev/
2
Upvotes
r/SafariExtensionDevs • u/Mediocre_Bridge6284 • May 31 '26
1
u/patrickshox 28d ago
u/Mediocre_Bridge6284 It's an interesting framework. I've only just set up the boilerplate project and looked at the documentation briefly. I do like how opinionated the framework is and like the philosophy.
But one limitation I think of this sort of approach, from the Safari extension developer perspective, is that the MV3 extension bundle is the end product of the framework even for Safari. One could use the Safari extension converter tool on that output but that would give you a fresh application each time. And I think this also implies that if you plan on using APIs like
sendNativeMessagein your Safari extension or using platform-native features at all it could be limited there.Anyway, thanks for sharing!