DejaVue

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

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

  • @intchst
    @intchst 2 месяца назад +1

    It's so fun to follow - even more when you're currently doing a new project from the group up. Thanks for your content, guys!

  • @elmurret
    @elmurret 2 месяца назад +3

    Really interesting topic, but I'm missing some code.

    • @DejaVueFm
      @DejaVueFm  Месяц назад +1

      Fair point! Sadly tricky with an "audio-first" podcast - but we are thinking of solutions

  • @carnivorous_vegan
    @carnivorous_vegan 2 месяца назад

    Really awesome episode. My error handling in vue dev needs work. I store errors on the backend so i can look at them later, but the client side user will always judt see a generic error message. I def will take your advice try to find a good balance between showcasing errors to the user without the technical details.

    • @DejaVueFm
      @DejaVueFm  2 месяца назад

      Thank you 🙌
      Storing the errors is also important! Hope you'll find some good & understandable error messages for the 80% cases 👌

  • @hinogi
    @hinogi Месяц назад

    Just to throw in even more complexity, what about using Effect-TS for that enforces errorhandling :D

    • @DejaVueFm
      @DejaVueFm  Месяц назад

      Effect-TS is a super interesting library!