Facebook open sources Lexical, an extensible text editor library
1–10 of 141 posts
Re: Facebook open sources Lexical, an extensible text editor library
#2Re: Facebook open sources Lexical, an extensible text editor library
#3Does it work on Android?
Re: Facebook open sources Lexical, an extensible text editor library
#4Lexical is now open-source (web text-editor) - https://news.ycombinator.com/item?id=31017943 - April 2022 (13 comments)
Re: Facebook open sources Lexical, an extensible text editor library
#5Re: Facebook open sources Lexical, an extensible text editor library
#6Re: Facebook open sources Lexical, an extensible text editor library
#7How does this compare to others like Monaco, Ace, etc?
Re: Facebook open sources Lexical, an extensible text editor library
#8It's worth mentioning that it seems like you need to use react with this.
The reason we have React bindings from the start, is because we needed these internally at Meta.
Re: Facebook open sources Lexical, an extensible text editor library
#9How does this compare to others like Monaco, Ace, etc?
Despite the name (and the misleading-at-first-glance "demo" on the home page), Lexical appears to be a rich text editor like Quill or ProseMirror, not a code editor.
Re: Facebook open sources Lexical, an extensible text editor library
#10It's worth mentioning that it seems like you need to use react with this.
You don't need React. Lexical has no dependencies, so you can build bindings for your framework/library of choice. There are folks working on a SolidJS implementation right now. You could also do it with VanillaJS if you wanted too. The reason we have React bindings from the start, is because we needed these internally at Meta.