Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 React-native 与 Ruby 一起使用。
我的选择是 Hyperstack,但不清楚我是否只能将它与 react 一起使用而不是 react-native。
有什么帮助吗?
Hyperstack 编译后与react-dom. react-dom连接到浏览器 DOM。但是主要用于为移动设备生成本机代码react-native的替代品。react-dom它不知道html。
react-dom
react-native