Reply to SwiftUI TextEditor performance issues TextEditor is abysmally slow if the string being edited is part of a FileDocument's contents (actually TextField is pretty bad too). I guess it's actually saving the document per key stroke, or something equally lame. UI Frameworks SwiftUI Sep ’21