|
|
|
|
|
by trueadm
1526 days ago
|
|
Lexical is a different take compared to ProseMirror and CodeMirror. We took a lot of inspiration from them, but we felt that having a source-of-truth that wasn't the DOM was a better approach. We also looked to improve on code-size, performance and accessibility, which are often forced on the user to implement in those editors. |
|
Which is... exactly what ProseMirror does?