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😉
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.
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.
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 ??
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.
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.
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😉
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.
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.
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.
Amazing work broh.....I was waiting for this. 👍
Very great tutorial Dipesh !!
Thank you for listening to us 😊 great video
Very great tutorial Dipesh!!! It has helped me gain a good understanding of why I usually did somethings in Typescript.
Please cover redux toolkit query and entity adapters. Much awaited
Thank's sensei. Ur a great teacher!
Nice video on React with typescript... while defining types what should we use ? interface or type?
Thanks and glad you liked it! Interface is recommended!
Awesome!! Question: which snippet extension have you installed so 'tsrs' trigger is available?
Shukriya for the Video 🙏🏻
Make some more complex projects with typescript & redux-toolkit
again and again thank you for your effort :)
Thanks!
excellent!
Thanks!
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 ??
Hey, at 28:33, why did not you add array brackets when you declared the type of note.
interface INotesProps{
note = Note
}
Great job man
please make a fullstack application using typescript +React
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.
Hii i need a blog website using typescript with react front end and backend
Plz Make Video To Mobx State Mangement To typescript And Also Create a tutorial For GraphQL
Thanks..
Thanks bro
VERY GOOD
Thank you! Cheers!
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.
great content
Hi Dipesh . Thanks for the amazing video. Can you please make a video on material UI
Yes, soon
bro why do`t u create short lenth videos ?? because its bt defecult subject na
Can u please do with using java script also pls
1st here