Why I rebuilt ProseMirror's renderer in React
1–4 of 4 posts
Re: Why I rebuilt ProseMirror's renderer in React
#2Re: Why I rebuilt ProseMirror's renderer in React
#3Howdy folks. This is a somewhat long (… sorry!) deep dive into several years’ worth of work that started when I was a staff engineer at The New York Times and has followed me into open source development in the years since I left to do my own thing! In it, I break down the issues we’ve faced while attempting to integrate React and ProseMirror — there are loads of code snippets and live demos in there. I hope that at…
Re: Why I rebuilt ProseMirror's renderer in React
#4Howdy folks. This is a somewhat long (… sorry!) deep dive into several years’ worth of work that started when I was a staff engineer at The New York Times and has followed me into open source development in the years since I left to do my own thing! In it, I break down the issues we’ve faced while attempting to integrate React and ProseMirror — there are loads of code snippets and live demos in there. I hope that at…
This is a truly excellent post, thank you for sharing. I learned a lot and will take a few more reads to fully unpack it. Thanks for taking the time, I know articulating all of these ideas can be a heavy undertaking.