Become a Master at Reusable Components in React

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

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

  • @MarlonEnglemam
    @MarlonEnglemam 13 ชั่วโมงที่ผ่านมา

    I had to implement a custom table like that, but with other features like sorting the data based on the click event on the headers and Gemini suggested a similar approach, loved it! It's crazy how much I've learnet from AI lately. Btw, Gemini explains the steps it takes to build stuff in such a good way that I'm always learning something new

  • @bhushanalhat4668
    @bhushanalhat4668 ชั่วโมงที่ผ่านมา +1

    The video stops just before you step into the real difficult part of building a reusable table component like pagination, sorting, filtering

  • @farhadjaman5580
    @farhadjaman5580 2 ชั่วโมงที่ผ่านมา

    if you would add the codebase link in the description the codebase it would be nice.

  • @CodingEnjoyer
    @CodingEnjoyer 13 ชั่วโมงที่ผ่านมา

    Nice video man

  • @kvnraju4482
    @kvnraju4482 12 ชั่วโมงที่ผ่านมา

    Can you please make a video of the TypeScript course which covers all the required things that a react developer needs to know?

  • @demicoderr
    @demicoderr 9 ชั่วโมงที่ผ่านมา

    Please create a tutorial about typescript generics.

  • @danijeldzakula8709
    @danijeldzakula8709 9 ชั่วโมงที่ผ่านมา

    Nice work, and great AI tools! :)

  • @endlessia
    @endlessia 10 ชั่วโมงที่ผ่านมา

    Can’t wait to see React Router 7 in a next video 😊

  • @kashmirtechtv2948
    @kashmirtechtv2948 12 ชั่วโมงที่ผ่านมา

    transcript types and props become very confusing sometimes in large and ongoing codebases... can you make a video on it?

  • @HANWINHUOR
    @HANWINHUOR 4 ชั่วโมงที่ผ่านมา

    what AI do u use in vscode ?

  • @oloyang431
    @oloyang431 11 ชั่วโมงที่ผ่านมา

    Darius, we need a tutorial on setting up webpack and babel for a react typescript project. Everything on the internet is either too superficial or outdated.

    • @kwanggol22
      @kwanggol22 11 ชั่วโมงที่ผ่านมา +1

      Vite has it all right?

    • @nsilou
      @nsilou 11 ชั่วโมงที่ผ่านมา +1

      Why not use Vite?

    • @oloyang431
      @oloyang431 11 ชั่วโมงที่ผ่านมา +1

      Because so many companies have a webpack setup as a requirement for a job. I'm using vite for my personal projects, but I just use the predefined setup that you get out of the box.

  • @tirins
    @tirins 10 ชั่วโมงที่ผ่านมา

    The main take away - keep your components simple. Yep, any day.

  • @RaGa_BABA
    @RaGa_BABA 9 ชั่วโมงที่ผ่านมา

    Could you share this code as well

  • @cas818028
    @cas818028 5 ชั่วโมงที่ผ่านมา

    Why didn’t you just use Tanstsck table instead of reinvent the wheel?

  • @holeefukisback
    @holeefukisback 8 ชั่วโมงที่ผ่านมา +2

    maybe the example of exporting table cells is a bit too ambitious. keep it simple. if it's a table, keep the direct children within the component. only export things you want to reuse. ask yourself, for example: when will you ever import a single table cell? yeah right: never

  • @100-dayschalleng
    @100-dayschalleng 10 ชั่วโมงที่ผ่านมา

    Help me to land remote job or volntree job

  • @rubyciide5542
    @rubyciide5542 6 ชั่วโมงที่ผ่านมา +1

    Tutorial without showing the output is crazyyy

  • @aminsoraya
    @aminsoraya 13 ชั่วโมงที่ผ่านมา

    Great

  • @tonyedgal5451
    @tonyedgal5451 8 ชั่วโมงที่ผ่านมา

    I just condensed multiple comboboxes into two at work with generic in the last few days. I have an asyc and sync combobox now.
    Tempted to go one further and use a single combobox for both but too much abstraction can also be a disadvantage

  • @kashmirtechtv2948
    @kashmirtechtv2948 12 ชั่วโมงที่ผ่านมา

    yeah need videos using ai. the main thing is underdtanding along with using ai