The best thing about Lama is that he tells all the possible methods amd then suggests us the best method and that's what most of the channels lack. They force their own methods on viewers Infact those methods are much difficult and outdated. But Lama makes everything easy and useful. 👍👍👍
I fell in love with Lama Dev channel because, we focus on real world project. No copy and paste... All code from scratch with step by step explanation. I do not even know how to thank you for the awesome job you doing for us. I BIG THANK YOU TO YOU LAMADEV and I self-congratulatory message to me for stumble into your channel
I have been learning React since January and I have never seen someone make a form like u did ! not to mention the way u handle the input validation and errors just with html and css ! that was impressive! Subscribed!
You are one of the best tutors on UA-cam 💪🏼 You have the best examples that can be used in a real application. Thank you very very much, I mean it from the bottom of my heart ❤️
I wanted to take a moment to express my sincere gratitude for the incredible tutorial you provided on React form creation and validation. Your clear explanations, step-by-step guidance, and practical examples made the learning process smooth and enjoyable. Thanks to your tutorial, I now have a much better understanding of how to leverage React's capabilities to create dynamic and user-friendly forms while ensuring data integrity through validation techniques. Your expertise and teaching style have truly empowered me to enhance my React skills and build more robust applications. I deeply appreciate the effort you put into creating such valuable content and sharing your knowledge with the community. Your dedication to helping others learn is truly commendable, and I'm grateful to have stumbled upon your tutorial. Once again, thank you for your outstanding contribution to the React developer community. I look forward to exploring more of your tutorials and continuing to expand my knowledge under your guidance. More I use this opportunity to request that you add selection options to the form and checkbox, radio etc
I've just come across your channel and I'm so excited to work through each example you have! Really appreciate the fact that you write everything from scratch so we can see the full picture!
Thanks man! That's one of the best tutorials on React forms I've encountered so far. Very clear and I've learned a lot from these 42 minutes. Incredibly good job
You got a new subscriber. Now in my todo list I have written down to watch atleast one video from your channel each day. Keep making more project videos ❤️🔥🙌
Your contents are so easy to understand, and you provide a lot of topics and features in a single video. I am truly grateful to have come across your channel. Thank you for your hard work.
I used hate react but when I found your channel I started loving it so thankyou. currently I'm following you social media app series it's ammazing man thanks for this amazing knowledge for free I'm going buy you so many coffee wjen i'll resume my freelance career my god will always bless you.
This is amazing, I was gonna ask this question on form validations and the best way to do it and how we could use CSS to make sure certain characters only are inputted .. You're really a guardian angel as well Lama as regards coding.. cos you look out for us even where we may not really look out on.. thanks .. you're deeply appreciated..
My man! This is awesome! I have been looking for this as i don't like having so many library's and i didn't realize it was this simple! Thank you very much! Now to figure out on validation on the back end and learn bycrypt!
Thank you! I really improved my code after i watched your video - immideatly made a refractor and it looks much cleaner, and i also can reuse my components better now. Thanks again, expaining was very clear
This is really great but the problem is ,the html attributes can be edited in the inspect section and we can override the pattern and thus allowing to send irrelevent data in the form..really its great brother
Wow I was really struggling to do validation stuff on my job projects and always used to was some new tutorials but i was never statisfied with the solution! Now i wont be getting frustrated again again Thank you so much Lama 💙💙💙💙💙
Thanks for the new content, really appreciate it - I will surely subscribe to you for a few months after I change careers; which is very soon and you've helped it with the react stuff. thanks bro, you've made a difference - to quite a few people's lives. I'll show you the project when its done
Please correct me if i'm wrong Lama. The onFocus function is actually redundant. If an input field has a required and pattern attribute, the form will not submit to the server if the pattern attribute is not met. Apart from that, love using this form, great video and bravo!
This is neat! Just one idea. I did this in App.jsx: const inputs = [ { //... validateOn: "blur", // or "focus" }, And then in InputElement.jsx: const handleFocusChange = (e) => { if (e.type === validateOn) setFocused(true); }; and
I have a suggestion for this video, You should use data-focued insted of focused because it is not a standard attribute of the html element. You will find issues with it if you are using typescript in that case you will have to extend jsx types.
The best thing about Lama is that he tells all the possible methods amd then suggests us the best method and that's what most of the channels lack. They force their own methods on viewers Infact those methods are much difficult and outdated. But Lama makes everything easy and useful. 👍👍👍
I fell in love with Lama Dev channel because, we focus on real world project. No copy and paste... All code from scratch with step by step explanation. I do not even know how to thank you for the awesome job you doing for us. I BIG THANK YOU TO YOU LAMADEV and I self-congratulatory message to me for stumble into your channel
Validation starts at 24:24 Great video! Thanks Lama
I have been learning React since January and I have never seen someone make a form like u did ! not to mention the way u handle the input validation and errors just with html and css ! that was impressive! Subscribed!
You are one of the best tutors on UA-cam 💪🏼 You have the best examples that can be used in a real application.
Thank you very very much, I mean it from the bottom of my heart ❤️
I wanted to take a moment to express my sincere gratitude for the incredible tutorial you provided on React form creation and validation. Your clear explanations, step-by-step guidance, and practical examples made the learning process smooth and enjoyable.
Thanks to your tutorial, I now have a much better understanding of how to leverage React's capabilities to create dynamic and user-friendly forms while ensuring data integrity through validation techniques. Your expertise and teaching style have truly empowered me to enhance my React skills and build more robust applications.
I deeply appreciate the effort you put into creating such valuable content and sharing your knowledge with the community. Your dedication to helping others learn is truly commendable, and I'm grateful to have stumbled upon your tutorial.
Once again, thank you for your outstanding contribution to the React developer community. I look forward to exploring more of your tutorials and continuing to expand my knowledge under your guidance.
More I use this opportunity to request that you add selection options to the form and checkbox, radio etc
Undoubtedly by far one of the best react forms tutorials for free.
I've just come across your channel and I'm so excited to work through each example you have! Really appreciate the fact that you write everything from scratch so we can see the full picture!
Thanks man! That's one of the best tutorials on React forms I've encountered so far. Very clear and I've learned a lot from these 42 minutes. Incredibly good job
You got a new subscriber. Now in my todo list I have written down to watch atleast one video from your channel each day. Keep making more project videos ❤️🔥🙌
Your contents are so easy to understand, and you provide a lot of topics and features in a single video. I am truly grateful to have come across your channel. Thank you for your hard work.
Been coding in js for 6 months and just now I learned that clg trick LOL
Appreciate it.
I used hate react but when I found your channel I started loving it so thankyou. currently I'm following you social media app series it's ammazing man thanks for this amazing knowledge for free I'm going buy you so many coffee wjen i'll resume my freelance career my god will always bless you.
This lesson is concise for beginners. I always like having the options devoid of libraries and dependencies. Thank you
i cant state enough how you are the best at opening our eyes to the basics
Just this morning I was searching for form validation tuts on UA-cam and now this. Just right in time. Thanks, man
This is amazing, I was gonna ask this question on form validations and the best way to do it and how we could use CSS to make sure certain characters only are inputted .. You're really a guardian angel as well Lama as regards coding.. cos you look out for us even where we may not really look out on.. thanks .. you're deeply appreciated..
Nice, thanks for the explaination. I appreciate you telling all possible ways and then showing the correct and/or optimised way of doing things.
خیلی عالی بود دمت گرم من که ایرانی هستم با توضیحات خوبت خیلی خوب فهمیدم مرسی بابت زحماتت
❤
First time on your UA-cam channel, and I must say, your coding tutorials are very easy to understand. Thanks, bro!
this is the best React tutorial ever
My man! This is awesome! I have been looking for this as i don't like having so many library's and i didn't realize it was this simple! Thank you very much! Now to figure out on validation on the back end and learn bycrypt!
Great job, love this Masterclass. To add a cherry on top of the cake, please make another video on how to handle dynamic errors
Thx Lama! The native solution that you have shown me is fantastic. You're a rock star. I'll be checking back for more tutorials for sure.
Thanks a lot👍 !
Great tutorial I have been spending lots of time on creating forms in React and this helped me very much thank you!!!!!
Thank you! I really improved my code after i watched your video - immideatly made a refractor and it looks much cleaner, and i also can reuse my components better now. Thanks again, expaining was very clear
Wow, this teaching style is art!💯
Thanks a lot for explaining how to place input elements in array of objects.
This is just an amazing tutorial that I keep revisting from times to times. Thank you very much!
I am bigginer in react .it very usefull your tutorial .You are improve my Life
This is really great and amazing. Your tutorials are excellent and simple to understand. Keep on the great work! You're a good teacher.
Best form creation 🔥 and validation video on the UA-cam
This is really great but the problem is ,the html attributes can be edited in the inspect section and we can override the pattern and thus allowing to send irrelevent data in the form..really its great brother
the best validation tutorial ever !!! Agzina saglik baskan
Great explanations. The various methods explained are super good. Thanks for this tutorial. I am sure subscribing
Validating form using the data from backend, that will be a good thing to learn.. waiting for that video
This is great. Most useful, practical, real-world usage. Thanks!
This is the best channel. Thanks a million abi!
Cool React form handling. Thank you
Wow I was really struggling to do validation stuff on my job projects and always used to was some new tutorials but i was never statisfied with the solution!
Now i wont be getting frustrated again again Thank you so much Lama 💙💙💙💙💙
Another great video Lama. You are just awesome. Keep up the good work
Hi Sir, You are really awesome. Keep teaching us. Lot of love from Bangladesh.
So well explained! Good job, Lama Dev! Thank you!
This is so beautiful code am crying
Thanks Lama, It is very easy to follow. Continue to build more.
Hello, need some help.
In onChange function, coma is used after ...values which is giving the parsing error.
How to fix that? Any idea?
Amazing video, I did not know about the pattern attribute and have learned much from you,Thank u Lama.
Thank you so much for these awesome projects and tutorials
Thanks so much, im building a quiz-forms app and this video helped me to improve my code!
You are just a incredible man! Thank you for your contributions.
Many thanks, Lama! It's awesome and clean way!
Thanks for the new content, really appreciate it - I will surely subscribe to you for a few months after I change careers; which is very soon and you've helped it with the react stuff. thanks bro, you've made a difference - to quite a few people's lives. I'll show you the project when its done
Safak thank for this brilliant react forms tutorial much appreciated💯
You are a legend we need more n more
Another amazing learning path for me. Thanks lama.
Hello Lama Dev, Take love from deep heart. I love you.
Always releasing nice and amazing tutorial😀
You really change my life sir
Excellent example and very well explained..
Greate job... ❤️
Thank you so much for this! Love all of your tutorials. So helpful! 💜
Thanks for this! Really clear explanations! 🙌
The tutorial was absolutely stunning. Please make a video on context api as well.
Thanks.
Really Helpful Sir. Code is really easy to understand. Thank You
i just found a new React teacher
This is so amazing ❤️ NOW i realise how dull we are 😬
Thanks a lot fot this amazing outstanding tutorial. Best wishesh from my heart ❤️
Learning so much from you man🙌
6:22 i never even thought to pass the set function via props like that 😅 Thanks
Great video!
What should the behavior be on submit? How do we ensure the form is validated before clearing it, redirecting, etc.?
This is exactly what I wanted! thank you so much
Eline sağlık kardeşim, çok yardımcı oldun gerçekten. Yeni şeyler öğrendim sayende :)
Very clean code. Thank you for this. Subscribed.
Great video for the forms. Thanks!
Love it mate , you are other level!
so neat and clean tutorial
An awesome video, I appreciate your approach.
thanks man, need more videos from you
Thankyou so much Lama sir, it is very useful and really enjoyed it.🙂🙂
Thank you very much, I mean it from the bottom of my heart ❤ and it is a very practical example
What a awesome tutorial! Thanks a lot.
How does 'focused' became a property of an input element in react in the 36:01 of the video
I wonder the same thing.... I dont understand, sadly...
There is something wrong, typescript doesn't accept focused property
Lama dev, You are amazing man....!!
Please correct me if i'm wrong Lama.
The onFocus function is actually redundant. If an input field has a required and pattern attribute, the form will not submit to the server if the pattern attribute is not met.
Apart from that, love using this form, great video and bravo!
Wow i didnt know that its that easy. And didnt know form data. So cool. Thank you
This is neat!
Just one idea. I did this in App.jsx:
const inputs = [
{
//...
validateOn: "blur", // or "focus"
},
And then in InputElement.jsx:
const handleFocusChange = (e) => {
if (e.type === validateOn) setFocused(true);
};
and
This is so amazing I like the way you teach 😊😊😊
lama is the best , I love your video man
Very good Tutorial, very well explained thanks very much...!
Awesome! Thank you mate!
Thanks! Really great lesson! But how can we handle radio and select inputs with array?
Were you able to figure it out?
Thank you so much:D It's very helpful for me to learn it!
Thanks lama, for this nice tutorial
thanks a lot mate! That was so helpful!
Thanks!!!!
God bless you!
incredible buddy, thank you so much :)
Nice tutorials. I like them, they are well explained
Thanks man, I've leared a lot.
This is amazing...please make more dynamic projects
I have a suggestion for this video, You should use data-focued insted of focused because it is not a standard attribute of the html element. You will find issues with it if you are using typescript in that case you will have to extend jsx types.
Hey Lama - what shortcut are you pressing to select multiple lines? ( like in 15:20 )
@Axel Zoldyck how to remove parsing error that occurs in onChange function due to comma after ...value?
Alt+Shift+Areowdown
This is a great example thank you❤
Thanks for providing this video learned a lot