Hacker News new | ask | show | jobs
by trueadm 1465 days ago
It's replacing any previous web text editor UX components that we had in the past (likely DraftJS). We're also building Lexical for iOS which is slowly rolling out across iOS devices too.
2 comments

Well, I want the previous editor back. In fact, just give me a text area. The current editor breaks the selection and, in turn, the clipboard manager, it doesn't work well with Compose and dead keys, and it sometimes ties itself into a knot, and the text can't be edited anymore.
When pasting links stopped working for me is about when I stopped using Facebook.

It's 2022 and we're reinventing every wheel, but in the browser.

GitHub has a Markdown editor with a paste handler (converting tables and such). It once had a bug. I had to disable handlers in the browser to be able to paste.

A textarea would not work
Very interested to know if there are any plans to support React Native? I’ve been struggling to find a good library that doesn’t require a web view.
It's under consideration, but as of now we need native support for iOS and Android first. React Native doesn't currently support contentEditable.