Это видео недоступно.
Сожалеем об этом.

Practical Beginner Guide to Testing - Next.js | React | Jest | React Testing Library (RTL)

Поделиться
HTML-код
  • Опубликовано: 11 янв 2024
  • Many developers find testing hard and complicated but it's actually easier and more fun that you think. In this video we will explore testing a React component and also you will see how to use mock functions to test form submission.
    - Github repo to follow along: github.com/mmaksi/nextjs-test...
    Follow me on X:
    / mmxi47

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

  • @paolahinostroza6659
    @paolahinostroza6659 5 месяцев назад +4

    Good video!! .You've saved me. I've been awake for 24 hours and I have to submit a project in a couple of hours for a job interview. Greetings from Argentina!

    • @markmaksi
      @markmaksi  5 месяцев назад

      I'm glad you find the video helpful! If you need help feel free to reach me out on X. Good luck and hope you land your dream job!

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

      I can relate , hope you landed the job

  • @TimoTalksTech
    @TimoTalksTech 7 месяцев назад +1

    Amazing to see your new video again! Good stuff as always! You are really growing fast! Keep crushing my man!

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

      Thanks brother! Hard work + passion. 🔥

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

    Good video bro!

  • @MuhammadAlam-ne9cf
    @MuhammadAlam-ne9cf 7 месяцев назад

    Thanks Mark!! great tutorial

    • @MuhammadAlam-ne9cf
      @MuhammadAlam-ne9cf 7 месяцев назад

      can you do a favor though: next time add chapters/sections to your vid so we can easily refer back to different parts

  • @madaraT-fg8kq
    @madaraT-fg8kq Месяц назад

    thank you very much

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

      @@madaraT-fg8kq you’re very welcome! Are you looking for a specific topic in tech?

    • @madaraT-fg8kq
      @madaraT-fg8kq Месяц назад

      @@markmaksi no, I have never done unit testing, this video is a great start and also gave me confidence.

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

      @@madaraT-fg8kq yep testing is scary for most of us, and it’s not liked among the community in general. To me I guess it’s fun although sometimes it’s tough. I’m glad it helped you. :)

  • @ShakkeerTheCoder
    @ShakkeerTheCoder 3 месяца назад

    Please make the font bigger?

  • @jerbparagas3924
    @jerbparagas3924 6 месяцев назад

    CAN you do next 13 or next 14 api app router test, maybe with prisma too? I'm lost with mocking

    • @markmaksi
      @markmaksi  6 месяцев назад

      I no longer use Next 13. For the app router API, yes I can do that. The series starts from a beginner level so it’s gonna take a while until I cover more advanced content. What exactly are you struggling with?