https://kaigionrails.org/2025/talks/kudoas/#day1
Kaigi on Rails 2025 での発表資料
## 参考資料
Hotwire で UI/UX を実現する発表(Kaigi on Rails)
- Hotwire的な設計を追求して「Web紙芝居」に行き着いた話 - Kaigi on Rails 2023
- Hotwire or React? 〜Reactの録画機能をHotwireに置き換えて得られた知見〜 - Kaigi on Rails 2024
- 高度なUI/UXこそHotwireで作ろう - Kaigi on Rails 2025
各種主要フレームワークのコンポーネントの Custom Elements への変換API の仕様
- Angular
- Vue
- React (3rd party: eg. react-to-web-component)
Web Components 関連
- Web Components Introduction - webcomponents.org
- Using custom elements - MDN
- Restrictions for contents of script elements - HTML Standard
- Embedding custom non-visible data with the data-* attributes - HTML Standard
- CustomEvent - MDN
Action View フォームヘルパー
- FormHelper - Rails API
- Action View フォームヘルパー - Rails ガイド
- config.action_view.default_form_builder - Rails ガイド