How to organise React Functional Components

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 7

  • @ogbillity
    @ogbillity 4 роки тому +3

    this was really helpful. Thank you.

  • @aquaman8870
    @aquaman8870 3 роки тому +2

    Ive been building up my react app with a nestJS backend over the past few months and I have been getting lazy/ was unsure on how I would actually organise or refactor my code. Thanks for explaining this as it is super easy and makes a lot of sense to me now.

  • @saadowain3511
    @saadowain3511 2 роки тому

    You are amazing
    Keep up the good work.

  • @stefanbogdanovic590
    @stefanbogdanovic590 4 роки тому +2

    Absolutely I've started organizing my React apps this way for example if I have UserProfile.tsx i create useUserProfile.ts and write all logic part there. Separation of concerns. Makes code cleaner and simple. Nice video mate I really would like to see more React Typescript 😊

  • @VortexStory
    @VortexStory 4 роки тому +2

    I wish I could understand that level of coding.
    Great video nonetheless!