对客户端数据的Hyperstack更新在本地工作,但不是在应用程序部署到Heroku之后。我们正在使用一个小的rails 5应用程序来探索如何将遗留的rails应用程序与Hyperstack功能相结合。%p = form.submit H5 { '(click to expand)' }
end #shipment```
An update to the Shi
所有文档都提到了使用类创建组件。我可以创建一个功能组件来利用react钩子吗?如果可以,如何实现? 为了澄清,我只能找到创建基于类的组件的文档,比如 class Example < HyperComponent DIV { "Example" }end 它等同于 class Example extends React.Component { return <div>Example</div>} 我想重新创建以下内容: () => {
return
我使用Hyperstack.org的安装说明基本安装了一个超级堆栈rails应用程序,试图在一个HTTP.get回调中添加一个after_mount请求。不太确定我还能尝试什么,认为HTTP将是一个标准的选项 include Hyperstack::Router
end收到的错误是:in App (created by H