Reactor - exactly 0kb (zero) ReactJS alternative built-in into Sciter.JS :)
This https://github.com/c-smile/sciter-js-sdk/blob/main/samples.s... works in Sciter.JS as it is - without any external frameworks.
`JSX` and `element.patch(jsx)` are built-in into Sciter.JS. And it uses ES2020 so no Babel step is required.
Which actually makes it even more amazing, but that explains the 0KB for those who don't recongize the framework by its name :D
Everyone should check out sciter for their next project if you're considering something like Electron, though!
https://sciter.com/
Reactor - exactly 0kb (zero) ReactJS alternative built-in into Sciter.JS :)
This https://github.com/c-smile/sciter-js-sdk/blob/main/samples.s... works in Sciter.JS as it is - without any external frameworks.
`JSX` and `element.patch(jsx)` are built-in into Sciter.JS. And it uses ES2020 so no Babel step is required.