Learn React TypeScript & Bootstrap with one Project | React TypeScript Tutorial for Beginners

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

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

  • @DipeshMalvia
    @DipeshMalvia  3 ปีที่แล้ว +7

    Guys, if the video is helpful to you or you learned something than please appreciate and hit the LIKE and SUBSCRIBE button and help this channel to GROW😉

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

    Thanks for this course. I was stuck with a project and this totally got me up to speed with React, React-Bootstrap, and Typescript. Thank you!!! Very well thought out and paced.

  • @137dylan
    @137dylan 3 ปีที่แล้ว +3

    Thanks for sharing this video. In the "CreateNotes" component there is no need to pass the "notes" array as a prop and then utilise it. It is better to use a callback function when invoking the useState setter function (in this case, "setNotes") which will then provide access to the state of "notes" at that precise moment.

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

      I kept it simple so that someone who is starting with React and don't have good understanding of hooks should be able to build the application.

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

    Amazing work broh.....I was waiting for this. 👍

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

    Very great tutorial Dipesh !!

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

    Thank you for listening to us 😊 great video

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

    Very great tutorial Dipesh!!! It has helped me gain a good understanding of why I usually did somethings in Typescript.

  • @mahmudrazani4442
    @mahmudrazani4442 3 ปีที่แล้ว +6

    Please cover redux toolkit query and entity adapters. Much awaited

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

    Thank's sensei. Ur a great teacher!

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

    Nice video on React with typescript... while defining types what should we use ? interface or type?

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

      Thanks and glad you liked it! Interface is recommended!

  •  2 ปีที่แล้ว

    Awesome!! Question: which snippet extension have you installed so 'tsrs' trigger is available?

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

    Shukriya for the Video 🙏🏻
    Make some more complex projects with typescript & redux-toolkit

  • @l.seciltuncay7921
    @l.seciltuncay7921 2 ปีที่แล้ว

    again and again thank you for your effort :)

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

    Thanks!

  • @silvanageorgioska9717
    @silvanageorgioska9717 5 หลายเดือนก่อน +1

    excellent!

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

    bit confusing to me on 39:20, setNote is a hook to update the notes state and i thought we only change these states only from its parent which is App in the case, now we also can do the same from the a child component (nodelist) by only pass the useState (setNotes) as prop to nodeList and de whataver with ??

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

    Hey, at 28:33, why did not you add array brackets when you declared the type of note.
    interface INotesProps{
    note = Note
    }

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

    Great job man

  • @RavindraSingh-lp9pl
    @RavindraSingh-lp9pl ปีที่แล้ว

    please make a fullstack application using typescript +React

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

    When I try to use react-bootstrap components I get the below error
    'Container' cannot be used as a JSX component.
    Its return type 'ReactNode' is not a valid JSX element.
    Type 'undefined' is not assignable to type 'Element | null'.
    This is happening only for certain specific react-bootstrap components.

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

    Hii i need a blog website using typescript with react front end and backend

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

    Plz Make Video To Mobx State Mangement To typescript And Also Create a tutorial For GraphQL

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

    Thanks..

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

    Thanks bro

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

    VERY GOOD

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

    Hello sir , thank you so much for the tutorial just had one thing to ask i replicated this tutorial but i also want to implement that even after refreshing or reloading the notes dont disappear but be stored in a local storage i tried using usseffect for it but did'nt solve my problem can you please help on this feature.

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

    great content

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

    Hi Dipesh . Thanks for the amazing video. Can you please make a video on material UI

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

    bro why do`t u create short lenth videos ?? because its bt defecult subject na

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

    Can u please do with using java script also pls

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

    1st here