TECH NEWS
A Block Editor Is Not Just a Text Field
A block editor Is a document editor The textbook Compose text-input pattern is clean on a whiteboard: keep the document in immutable state, feed the current value into a remembered TextFieldState, and push edits back through callbacks. For ordinary input, that model is fine. It breaks the moment Enter stops