### 発表者情報
- 溝口浩二 (@techtalkjp): https://x.com/techtalkjp
### Conform 関連リンク
- 公式サイト (日本語): https://ja.conform.guide/
- GitHub: https://github.com/edmundhung/conform
- 作者Edmund のBsky: https://bsky.app/profile/edmundhung.bsky.social
### デモ
- Next.js 15 app router での React Hook Form / Conform の様々な書き方デモ: https://form-validate-beige.vercel.app/
This presentation introduces Conform, a new form validation library designed to align with Web Standards and React's evolution. Comparing it with existing form libraries like React Hook Form, the talk explores Conform's key features including:
- Clean JSX code
- Built-in accessibility support
- Seamless integration with React 19 Server Functions
- Progressive enhancement capabilities
Learn how Conform brings together the best of Web Standards while leveraging modern React features, potentially representing the next generation of form libraries.
Web標準とReactの進化に合わせて設計された新しいフォームバリデーションライブラリ「Conform」についての紹介プレゼンテーションです。React Hook Formなど既存のフォームライブラリと比較しながら、Conformの特徴である:
- シンプルなJSXコード
- アクセシビリティへの対応
- React 19 Server Functionsとの自然な連携
- プログレッシブエンハンスメント
などについて解説しています。Web標準に立ち返りながらもモダンなReactの機能を活用できる、次世代のフォームライブラリの可能性を探ります。