React.js: Build a Todo App with Hooks

Поделиться
HTML-код
  • Опубликовано: 21 янв 2025

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

  • @juranovium6808
    @juranovium6808 4 года назад

    Great tutorial. The fact that you didn't split things into multiple components made it easy to follow for a beginner.

  • @qwarlockz8017
    @qwarlockz8017 4 года назад

    Really liked this. I am def in for the rest of your vids my friend. Thanks!

  • @knightr1der
    @knightr1der 4 года назад +3

    Danny please do more videos...I like how u explain one thing at a time

  • @russelldriver6394
    @russelldriver6394 5 лет назад +1

    Great vid, and quite a soothing voice, and perfect pace to follow along.

  • @lucylu184
    @lucylu184 3 года назад +1

    wow this is clicking (after many hours of trying with other videos) my brain is opening aaaaaaaaaaaaaaaa

  • @ynaveenkmr5943
    @ynaveenkmr5943 4 года назад

    really nice explanation ...thank you

  • @agataszczypta7843
    @agataszczypta7843 4 года назад

    Realy good video, very clear, Thanks

  • @dawid_dahl
    @dawid_dahl 5 лет назад

    Really enjoyed following along with this video. Thanks a lot!

  • @kristinahocevar6868
    @kristinahocevar6868 5 лет назад

    Thank you for explaining everything you code!

  • @lucylu184
    @lucylu184 3 года назад +1

    I want to kiss you I FINALLY GET IT. EVERYTHING MAKES SENSE!

    • @lucylu184
      @lucylu184 3 года назад

      @Spencer Dorian no. go away

  • @christianjerrt.buarao775
    @christianjerrt.buarao775 5 лет назад

    Thank you for the information brother ! now i understand hooks clearly :)

  • @the.askerzade
    @the.askerzade 4 года назад

    hello, Danny. Could you explain please what this pard of code means?
    setTodos([...todos, {...}]
    i understand that we change our todos with that, but i am about that 3 dots, how this construction was called? thank you :)

  • @caseyvandyke7051
    @caseyvandyke7051 5 лет назад

    Great explanation! Thanks!

  • @darshandhabale143
    @darshandhabale143 4 года назад

    Hey whats the code editor/theme you use? its so beautiful 😍

    • @dannyasmith
      @dannyasmith  4 года назад

      Thanks! It's VSCode with a theme I made. More details under Software at danny.is/using 🙂

  • @MBStudiosArt
    @MBStudiosArt 6 лет назад

    where can I get the React 16.8 with hooks

    • @dannyasmith
      @dannyasmith  6 лет назад

      You should just be able to update your package.json to 16.8 and yarn install or npm install.

    • @MBStudiosArt
      @MBStudiosArt 6 лет назад

      @@dannyasmith Thanx .... figured it out ... all I had to dfo for previous projects was npm update react ... then for new projects all I had to do was run create-react-app project-name ..... create react app automatically installed the latest version so all is good

  • @axe-z8316
    @axe-z8316 6 лет назад

    the Create React App with version 16.7.0 is giving me errors, not sure how to bring it to life. ohhh we do not the alpha... "16.7.0-alpha.0"

  • @kristinahocevar6868
    @kristinahocevar6868 5 лет назад

    Verry usefull, thanks!!

  • @Daliy_train
    @Daliy_train 4 года назад

    where i can get that react extention