React junior project - Pokemons App

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ธ.ค. 2024

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

  • @Adrian-aTak.19
    @Adrian-aTak.19 2 ปีที่แล้ว

    very useful and quality tutorial

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

    thanks man!

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

    bro, you greate

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

    I recommend a clear folder structure and seperation of concerns (migrate api into service for example)
    you are passing the pokemons data from app instead of having it nested in the component which is the only consumer.
    Also,
    Given the fact this is a very static API why not cache the results?
    Your next phase should be a TS conversion.

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

      All points are correct, the goal here is to make at simple as possible. Check my previous video where I implemented some of this th-cam.com/video/zH_7HisPPHY/w-d-xo.html