
What If HTML Had Reactive State Management
無料で読める本
HTML already has two-way data binding on <input>. CSS can make state-dependent declarations with :hover. Yet there is no general-purpose reactive state management in HTML's vocabulary. If we were to add it, what tags would be needed, and what syntax and model would it require? This is a thought experiment that explores that question — verified by building something that actually works.
Chapters
What If HTML Had Reactive State Management
Chapter 1: Where to Place State
Chapter 2: Choosing the Reactive Model
Chapter 3: The Binding DSL
Chapter 4: Structural Directives
Chapter 5: Integration with Web Components
Epilogue: The Results of a Thought Experiment
Community
Author
Topics