That was so enlighting thank you , for sorry the talk ended before you finish :(
@ivailop2 жыл бұрын
Thank you for this talk! Very insightful!
@prat_050110 ай бұрын
Thank you so much for this talk! ❤
@benthomson2406 Жыл бұрын
great video to explain a lot of core concepts about the rich text editor🥳
@haritssyah7434 Жыл бұрын
Can I get the slide from the presentation? Looks like the presentation is not finished, and I am curious about the rest of the slide which is not presented. Thank You.
@AbhishekKumar-hr1sr Жыл бұрын
How can I get access to these slides?
@kylealwyn3127 Жыл бұрын
Really good stuff
@zummotv1013 Жыл бұрын
should I use lexical for a serious project?
@nsrc9583 Жыл бұрын
Depends on what you mean by serious. I've worked with Lexical, and it's extremely extensible. But, because of how bare-bones it is out of the box, you will have to assemble a lot of things yourself. Really, it's an API for the kind of virtual DOM you'd need to make a web-based text editor. Depending on how complex you want your editor to be, making a frontend for that DOM can take a long time because of how slim their documentation is (Lexical is still very young). But, I think it's the best editor if you really want a custom text editor.
@DeluXeZ3niiTh Жыл бұрын
@@nsrc9583 Even more barebone than something like ProseMirror ? How does it compare ?
@刘鲲鹏-t7w Жыл бұрын
I found that it seems to take almost exactly the same framework as ckeditor5,so who reference whom?