This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Mark Erikson
acemarke.dev
did:plc:oajtxomomwvbm5vhvvagyogy
Components have always been a kind of facade over React's actual internal data structures.
With classes, React overwrote `this.state/props` before calling `render()`.
With functions, `props` is passed in and state's read during hook calls.
Either way it all came from the internal Fiber structure.
2024-11-30T20:06:33.588Z