StackOverflow 文件 Ruby on Rails 教程 使用 Hyperloop 將 React.js 與 Rails 整合 事件處理程式 事件處理程式 Created: November-22, 2018 # Event handlers are attached using the 'on' method class ClickMe < Hyperloop::Component render do DIV do SPAN { "Hello There" } A { "Click Me" }.on(:click) { alert('you did it!' } end end end 狀態HTML 標籤