React with Firebase Project : Todo App (with Redux)

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

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

  • @rishikeshsarangi1245
    @rishikeshsarangi1245 Год назад

    I learnt so much from this, thank you so much for this video.

    • @rishikeshsarangi1245
      @rishikeshsarangi1245 Год назад

      Also for the firebase part, chatGPT and firebase docs helped a lot, even thought in this video the firebase version which you used is old

  • @rajat-s-kale1771
    @rajat-s-kale1771 Год назад

    Awesome Sir, It helped alot

  • @coderdost
    @coderdost  Год назад

    Source Code : github.com/coderdost/react-todo

  • @dharmeshgohil9375
    @dharmeshgohil9375 Год назад

    AWESOME BRO

  • @sagarhostgaming3817
    @sagarhostgaming3817 Год назад

    Nice ♥️

  • @52nevil36
    @52nevil36 Год назад

    NIce video

  • @ashutoshsingh8017
    @ashutoshsingh8017 Год назад

    Good 👍🙏👏😀

  • @CryptoAirdropnow
    @CryptoAirdropnow Год назад

    @coderdost please make video related javascript coding question from easy to hard
    Like substring, palindrome, 2d array

    • @coderdost
      @coderdost  Год назад

      Sure. any list or webpage listing such problems ??

  • @commentator2407
    @commentator2407 Год назад

    Where to learn firebase from?
    Like the methods and all

    • @coderdost
      @coderdost  Год назад +1

      Firebase has a good documentation on its site. In that select JavaScript option. As firebase is available in other languages also

    • @commentator2407
      @commentator2407 Год назад

      @@coderdost thanks for the quick response

  • @birdsandwich2174
    @birdsandwich2174 Год назад

    At 45:48 we are getting id from the taskRef and immediately adding it as a field in the task. How can we do the same while using v9 addDoc function equivalent. Because add doc adds the document to the firebase but then after there is no point in adding the id and also these id are not added in the task added in the tasks and managed by React. The latest one doesnot have any id immediately in the front end.
    Problem with this: We cannot delete or update the immediately added task (because it doesn't have any id, it gets id on the firestore only and for that we have to refresh and then only we have the id in the task)
    How to fix this?

    • @coderdost
      @coderdost  Год назад +1

      You can make your own Id using uuid etc. in v9 also there is setDoc( )
      await setDoc(doc(db, "cities", "new-city-id"), data);
      This new city can be set on frontend itself
      Using addDoc might not give you any way to delete the non ID things on front end.

    • @birdsandwich2174
      @birdsandwich2174 Год назад

      @@coderdost thanks will try this

  • @uditnagar7905
    @uditnagar7905 7 месяцев назад

    14:19

  • @harry4088
    @harry4088 Год назад

    Why not firebase 9 ?? u r using 8.5

    • @coderdost
      @coderdost  Год назад

      Yes. I made this video with v8 and also older react. A new video will come with react v18 and latest firebase will come. But basic queries are same.

    • @harry4088
      @harry4088 Год назад

      @@coderdost okay...can u tell me your vs code font-family name ??

    • @coderdost
      @coderdost  Год назад

      Menlo

    • @VimalKumar-cc2ri
      @VimalKumar-cc2ri Год назад

      @@coderdost dost aapki node js playlist se mujhe bahot help mili hai . please ek vide mvc(model, view ,controller ) par bhi bana do.

    • @coderdost
      @coderdost  Год назад

      @@VimalKumar-cc2ri Noted.