Show HN: SynactJS – A minimal React/Preact-inspired UI library
2 joexbayer 0 7/13/2025, 7:35:21 PM github.com ↗
SynactJS came out of frustration with wanting reactive components on static or server-rendered pages, without needing a whole Node build pipeline and server just to get dynamic content.
I know this project is very similar to Preact currently (and even React can technically run in the browser without a build step), but I wanted to build something myself with a more "browser native" approach. Easier to use with traditional server-rendered apps like Rails or Django.
The goal is to expand this and make it more unique now that the base is set.
Currently writing the documentation page using SynactJS, although far from complete: https://joexbayer.github.io/SynactJS/
No comments yet