Build a Twitch Chat Clone with React, Typescript, TailwindCSS and Socket.io

Поделиться
HTML-код
  • Опубликовано: 10 ноя 2024

Комментарии • 20

  • @thedevnoteyt
    @thedevnoteyt 10 месяцев назад +1

    Just discovered your channel from. RUclips suggested me your Electron markdown app video. Your videos are really unique. Keep going 🔥

  • @filipporenai3656
    @filipporenai3656 2 года назад +1

    Amazing work, keep going like that!

  • @codewithgionatha
    @codewithgionatha  Год назад +1

    The server is hosted in a serveless environment, so it may take some time before the chat become fully responsive due to the 'cold start' effect.

  • @CarlosMafifa
    @CarlosMafifa 8 месяцев назад

    This channel is amazing, RUclips just recommned the React Electron Markdown App, and pfff... the rest is history

  • @rogerpantil5025
    @rogerpantil5025 Год назад

    how can the socket connection be implemented using context provider?

  • @yohannestz9893
    @yohannestz9893 Год назад +2

    hi, great video. could you share the backend?

  • @GhostOfTheMtns
    @GhostOfTheMtns 9 месяцев назад

    Hi! Is it possible to emulate a Twitch raid clone this way as well?

  • @destroyallhumans12
    @destroyallhumans12 2 года назад

    What should we do if we get an error that @tailwinds is an unknown rule? Simple question, I know, just wondering.

    • @codewithgionatha
      @codewithgionatha  2 года назад

      Take a look here: flaviocopes.com/fix-unknown-at-rule-tailwind/

  • @Karbust
    @Karbust 2 года назад +1

    Could you please algo make a video or share the code for the server side? Thank you :D

    • @codewithgionatha
      @codewithgionatha  2 года назад +1

      I created a github gist for that: gist.github.com/gionny96/f4b8690ba7122ccbe5650107eb1ee9d5

    • @Joey-o7p
      @Joey-o7p 7 месяцев назад +1

      @@codewithgionatha hi gionatha, the gist seems to be disappeared. Can you provide a new link?

    • @codewithgionatha
      @codewithgionatha  7 месяцев назад

      @@Joey-o7p Hey I just published the official server repository.
      You can find it here: github.com/gionathas/twitch-chat-clone-server

  • @aleph0540
    @aleph0540 Год назад

    The Demo doesn't appear to be working anymore! Also, are you able to update your Discord link?

    • @codewithgionatha
      @codewithgionatha  Год назад +3

      Unfortunately i had to stop the server, because Google Cloud was billing me insanely.
      I'll try to find another platform on which to host the server, that doesn't make me poor over night.

    • @codewithgionatha
      @codewithgionatha  Год назад

      The app is back! I also updated the Discord Link, thanks for letting me know!

    • @aleph0540
      @aleph0540 Год назад +1

      @@codewithgionatha No worries, and see you soon!

  • @alrazy12
    @alrazy12 2 года назад

    great tutorial but to much complicated for beginners

    • @codewithgionatha
      @codewithgionatha  2 года назад

      Thanks. The video requires a good React knowledge to understand all the steps.