Devlog #20 - Which JS Editor Library, Quill, TipTap or Lexical

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • We at www.superthread.com have decided to rewrite our editor from scratch. In this video, I talk about how we went about it, and how we compared different Javascript libraries:
    * Quill JS - quilljs.com/
    * TipTap - tiptap.dev/
    * Lexical - lexical.dev/
    And why we chose what we chose.

Komentáře • 41

  • @victordililah
    @victordililah Před 9 měsíci +4

    Just finished a 20 hours sprint of coding on Lexical. It works, and it’s very configurable - mainly because you actually write everything by yourself. I had to write everything like the Toolbar, Image Display, Link Addition and Floating Edit toolbar for links. And the API - very powerful, but very very confusing. I am thinking on switching to Quill, because I am not sure my Techlead would approve so much code to be maintained by our team.

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci

      Lexical was good but VUE implementation was lacking at that time.

    • @Anas_Alaqeel
      @Anas_Alaqeel Před 6 měsíci

      I spent 2 days on Lexical to only make a link button and still no luck. Lexical documentation is horrible and have lack of many information I couldn’t understand how it works and where should I start from

  • @geek-couch
    @geek-couch Před rokem +9

    Good video and nice to know that you've finally come to conclusion on editor. Only tiny comment from me - music in the video is too loud. Can't hear you properly.

  • @viktorlovgren5144
    @viktorlovgren5144 Před 9 měsíci +1

    Great video! Would love to hear more about which actual features from that sheet that made it stand out for you guys compared to the others. I just implemented TipTap for my Vue based webappo as well. Easy to work with.

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci +1

      This might help: superthreadnl.substack.com/p/how-we-implemented-tiptap-editor

  • @adjuvara
    @adjuvara Před rokem +2

    I've discovered you at 377 subs , great content , hope I'll see you at 100k soon 😁. Please add a link in the description , I've found the vid on desktop and googled quickly , but on mobile people are too lazy .

  • @sachinjadeja
    @sachinjadeja Před rokem +3

    A really great video. A quick question How did you store the data? And was there any need for data migration when switching between quill and tiptap

    • @superthread_devlog
      @superthread_devlog  Před rokem

      Good question, there was, I will do a follow-up video and explain this after discussing it with the team.

    • @grahamsmith48
      @grahamsmith48 Před rokem

      Ppp1pt tree 11rpo

  • @venicebeachsurfer
    @venicebeachsurfer Před rokem +1

    I am in the same boat - and debating between Lexical vs Tiptap. Can you tell me specifically why you didn't go with Lexical?

    • @chowadagod
      @chowadagod Před rokem

      it's explicitly explained in the video lol

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci

      This might explain it: superthreadnl.substack.com/p/how-we-implemented-tiptap-editor

  • @j43fura71
    @j43fura71 Před rokem +4

    Can you please share the table?

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci +1

      superthreadnl.substack.com/p/how-we-implemented-tiptap-editor

  • @taibui1297
    @taibui1297 Před 7 měsíci +1

    Can you share the comparison link as i also need final decision when choosing Editor but for Angular 😅

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci

      superthreadnl.substack.com/p/how-we-implemented-tiptap-editor

  • @dream-guardian
    @dream-guardian Před 8 měsíci

    I used Quill, but had issues with paste. Maybe it was my fault though. Quills issue is that it doesn’t have ENOUGH good maintainers, it’s too founder-centric, and the founder now doesn’t have enough time. Albeit the concept of deltas is quite intersting.

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci

      I think they are all pretty good, it's just that this time TipTap worked for us.

  • @ammakr
    @ammakr Před 6 měsíci

    We are building a next.js web app, and we want a medium/notion like editor from which users can create blogs. It would be nice if you could tell should we use tiptap, lexical or something like editorjs?

    • @Parthrc
      @Parthrc Před 5 měsíci

      I am also in the same boat, have u come to any conclusion yet?

    • @ammakr
      @ammakr Před 5 měsíci

      @@Parthrc yeah, I am using tiptap for now, just as a basic source of input from user, will use something else in future or customize it to make it more polished. It will be nice if you can share what you are working on, and what is your take on this?

    • @essentials9302
      @essentials9302 Před 2 měsíci

      @@ammakr Try yoopta editor

    • @ammakr
      @ammakr Před 2 měsíci

      @@essentials9302 I just checked it. It looks awesome. In my project, I am currently using tiptap. It was a pain to configure for sure. Thanks for recommending this, I will move from tiptap to something like yoopta soon. Thanks!

  • @bpospanov
    @bpospanov Před rokem

    Hi! Thanks for great video. Could you please explain what you meant by saying that lexical is first class react implementation and tiptap is just starting and its too late for you to use? I did not quietly undestood that sentence

    • @superthread_devlog
      @superthread_devlog  Před rokem

      I can't remember now, do you have the time of the video where I said that. btw. I will do a follow-up video to explain how things went.

  • @elvisketer628
    @elvisketer628 Před rokem

    As a dev experienced in UI interfaces, I would say Quill is actually the best. Easy to write, access modules and edit formats than other editors, and renders the output the same way as the user inputs.

    • @axelb423
      @axelb423 Před rokem +1

      Have you try Lexical?

    • @admera4ever
      @admera4ever Před 11 měsíci +1

      Quill does no longer seems to be actively developed as I understand it.
      Version 2.0 was announced 2017 and is still not yet released.

    • @elvisketer628
      @elvisketer628 Před 11 měsíci

      Yes, and I can say it with an open chest that Quill >>>@@axelb423

    • @elvisketer628
      @elvisketer628 Před 11 měsíci

      @@admera4ever editors don't need that much maintenance

    • @superthread_devlog
      @superthread_devlog  Před 7 měsíci

      They are all pretty good.

  • @adtc
    @adtc Před 6 měsíci +1

    Your music is too loud, even when it's lowered when you're speaking. Make it ever lower. Should barely hear it.

  • @suriyasanjay5547
    @suriyasanjay5547 Před 9 měsíci

    What about slate js ??librays please put video for slate js

  • @danvilela
    @danvilela Před rokem +2

    You didn't say anything..

    • @superthread_devlog
      @superthread_devlog  Před rokem

      I will do a follow up video on how things went so watch this space.