Planning: What's the path to merging react-editor-view
?
#134
Replies: 2 comments 6 replies
-
I'd be up for seeing what getting the |
Beta Was this translation helpful? Give feedback.
-
I would like to find time to comb through it, ask questions, and assess the state of the code. Unlike the main branch, this branch hasn't had 2+ sets of eyes on it all along. Beyond that, I'd love to have answers to some questions we've kicked around, like whether we should really support non-React node views or not, and I maybe won't have opinions on that until I can grok the scope of the complexity impact of those decisions. Are there other questions you can think of that we might like to resolve? |
Beta Was this translation helpful? Give feedback.
-
Hey all! I've been spending some time getting the full prosemirror-view test suite passing, addressing feedback, fixing bugs, etc, and the
react-editor-view
branch is feeling pretty robust to me, at this point. I wanted to chat with you all about what it would look like to make this the mainline branch.I exclusively recommend that folks use the
react-editor-view
branch, at this point, and I know of at least a few folks that are using it in production for complex rich text editors. It's easier to reason about and has fewer edge cases to worry about as a developer.I know that getting the Times onto the
react-editor-view
branch is a pretty big endeavor, and not something to be rushed. I have been wondering if we should try to keep the current mainline branch alive for the Times until you're able to move onto the new implementation, so that mainliningreact-editor-view
doesn't have to be blocked by the Times internal usage.Tagging some folks that I suspect will be interested in this conversation: @coolov @saranrapjs @tilgovi @gabrielainsf. Please invite anyone else who may be interested that I've missed!
Beta Was this translation helpful? Give feedback.
All reactions