I would like to use React-native with Ruby.
My choice would be Hyperstack, but it is not clear if I can use it only with react and not react-native.
Any help?
I would like to use React-native with Ruby.
My choice would be Hyperstack, but it is not clear if I can use it only with react and not react-native.
Any help?
Hyperstack compiles to react with
react-dom.react-domconnects react to the browser DOM. Butreact-nativeis a replacement ofreact-domfor generating native code primarily for mobile devices. It doesn't know html.