React | Typescript | Emotion | Chart.js - Web app that shows number of new COVID-19 cases

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

ความคิดเห็น • 8

  • @tommysane7848
    @tommysane7848 3 ปีที่แล้ว +1

    Thanks for this awesome project! Really appreciate it! Looking forward to more videos like this! Next.js + TypeScript project would be really cool to see. Thank you for sharing your work!

  • @quvomiddinkamalov3292
    @quvomiddinkamalov3292 2 หลายเดือนก่อน

    Thanks sir ❤

  • @enriquearias3423
    @enriquearias3423 2 ปีที่แล้ว +1

    Excelent! My only problem was the version of react charjs, but I learnt a lot! Thanks!

  • @shk151987
    @shk151987 2 ปีที่แล้ว

    I don't get any data as it shows

  • @aanchalrohira5674
    @aanchalrohira5674 3 ปีที่แล้ว

    I am building a project basis on this, but i have a rather complicated json file. Need help with that

  • @davidalexander8786
    @davidalexander8786 2 ปีที่แล้ว +1

    Hey, i wouldnt recommend to use spread operator that way in the state... when your state depends on itself, you must use a function as setState argument and then spread the currentState with the new one in order to avoid a bug because state is async. E.g setState(currentState => [...currentState, {name: 'example'}]). Also, your logic must be always a pure function in a separate file.. so you can import it everywhere and even create a unit test for it, so that way your components can be very simple

    • @codepanion
      @codepanion  2 ปีที่แล้ว

      You are right about setState. Thank you for your comment.

  • @Viralvlogvideos
    @Viralvlogvideos 3 ปีที่แล้ว

    good