Todo List app in React JS | map, filter and find functions in | Workshop Day 2 | Roadside Coder

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

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

  • @medipaksinha
    @medipaksinha วันที่ผ่านมา +1

    I tried many videos to make to-do list, but this is the video i was looking for. god bless you ❤❤

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

      Thanks! I'm glad you found it helpful.

  • @suprabhatkumar5478
    @suprabhatkumar5478 ปีที่แล้ว

    Hi Piyush, at 1:00:39 where you said we need to return after setting the state, that proved to be a game changer for me. Thanks a lot

  • @vaishnavilondhe9920
    @vaishnavilondhe9920 2 ปีที่แล้ว +5

    this is the single most sorted explanation I came across. so simple to understand.

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

    This is the best TH-cam tutorial ever.i give you 5🌞 sir.

  • @jaisharma545
    @jaisharma545 3 ปีที่แล้ว +11

    i recently find your channel and just get amazed by your content thanks for your awsome content.

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

      Glad you liked it bro.. Comments like these motivate a lot!

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

      @@RoadsideCoder doing a great job brother

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

    you are simply amaizing thanks

  • @jainababah6718
    @jainababah6718 7 หลายเดือนก่อน

    Found what i was looking for ❤

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

    literally couldn't understand the edit button part..its so confusing ..with all these diff parameter names

  • @amomentbefore...8990
    @amomentbefore...8990 5 หลายเดือนก่อน

    what time is the next workshop?

  • @anshulkori9926
    @anshulkori9926 ปีที่แล้ว

    Very nicely explained.!

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

    Beautifully explained... especially I liked the way....1st go with simple examples then go for complexes...

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

    What extension gives the UseState Structure?

  • @shreyash8273
    @shreyash8273 ปีที่แล้ว

    Nice Explanation

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

    Waouw

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

    Great video bro

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

    This is the most readily described, which is really beneficial to newcomers.
    I have added below codes to play with local storage.
    let init;
    if(localStorage.getItem('todos')===null){
    init = []
    }
    else {
    init = JSON.parse(localStorage.getItem('todos'))
    }
    useEffect(()=>{
    localStorage.setItem('todos',JSON.stringify(todos))
    },[todos])

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

    What are the prerequisites for this series ? If it has any thn do you have that in channel ?

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

      Just basic javascript.

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

      @@RoadsideCoder sir is this playlist enough for learning react and giving interviews?

    • @RoadsideCoder
      @RoadsideCoder  3 ปีที่แล้ว +2

      yes this will provide you all the basics, however I will recommend to follow my movie app project too!

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

    thank you , really helpful please create more videos on front-end interview !!!

  • @AK-ww3yo
    @AK-ww3yo 2 ปีที่แล้ว

    Really great tutorial. Thanks.

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

    You are a Legend Bro! Keep it up

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

    Finally I got the video👏

  • @siva.....45
    @siva.....45 2 ปีที่แล้ว

    Good work.. but bro when I click the edit button why its accept the empty string also

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

      You have to add the validation check for that

  • @ExpatTraderFX
    @ExpatTraderFX ปีที่แล้ว

    36:33

  • @BTSARMY-pf1qq
    @BTSARMY-pf1qq 2 ปีที่แล้ว

    Sir it's given that npx command is not found.Even though I've installed node.js packages.
    How to solve this problem sir.

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

    great video sir, really helped lot.......

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

    todos.map() how map function knows it need to print new todo not whole array again?

  • @PriyanshuKumar-uu4ug
    @PriyanshuKumar-uu4ug 2 ปีที่แล้ว

    thanks piyush

  • @wajidkhankhan1954
    @wajidkhankhan1954 3 ปีที่แล้ว +2

    Hi I am from Bangladesh I love your videos. Please can you make a playlist for zero to job ready developer.

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

      Thanks brother. Sure I will make a playlist in future.

    • @shivamjha.56
      @shivamjha.56 2 ปีที่แล้ว

      @@RoadsideCoder where is part 1 of it ?

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

      @@shivamjha.56 You can check my channel

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

    Greate stuffs

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

    MERN STACK tutorial I love your videos

  • @VigneshKumarK
    @VigneshKumarK 2 ปีที่แล้ว +3

    Most confusing....in last part....next time try different naming.....this app fully.....todo todo todo ....everywhere todo...

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

    Thank you sir

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

    👍

  • @satwiksv2749
    @satwiksv2749 6 หลายเดือนก่อน

    ❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤

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

    why spread operatorn like and comment pls

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

    Please make video on same todo app with react-redux

  • @vishnusingh2300
    @vishnusingh2300 ปีที่แล้ว

    32