Formik - Building React Forms easier

  Рет қаралды 12,084

Monsterlessons Academy

Monsterlessons Academy

Күн бұрын

Пікірлер
@MonsterlessonsAcademy
@MonsterlessonsAcademy 4 ай бұрын
WATCH NEXT: React Interview Questions and Answers - Dominate Your Next Interview - kzbin.info/www/bejne/r4Kro2elpd-ShJIsi=51b2XP_84GH3q6oF
@predator00071
@predator00071 Жыл бұрын
Bro, His way of teaching is very didactic. And your video is very short, making it easy to follow. You separated the basics in one video, and more features in others, making it really cool to watch. Thank you!!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@truechannel2k24
@truechannel2k24 2 жыл бұрын
Thank you so much for making stuff in soft a lot easier to understand.
@ibrahimkhurshid4339
@ibrahimkhurshid4339 2 жыл бұрын
So well explained.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Thank you!
@megamind770
@megamind770 Жыл бұрын
You're a life saver!
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Thank you!
@mrpunch_777_
@mrpunch_777_ Жыл бұрын
Good explanation and straight to the point, content was really helpful . By the way, my company is still using formik.
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
As a lot of other companies
@zoki5388
@zoki5388 2 жыл бұрын
You are creating good content. Could you make video about react tables?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Thank you for the idea. I will add it to the list
@PraveenKumar-ft2kr
@PraveenKumar-ft2kr Жыл бұрын
Excellent Video . Thank you :)
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
You are welcome!
@zaytungbonn184
@zaytungbonn184 Жыл бұрын
it was really really good. thanks a lot
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Most welcome 😊
@mazingamal3580
@mazingamal3580 Жыл бұрын
really thanks u bro , u r amazing .. i think it's better than react hook form and very easy
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Most welcome 😊
@waleedsharif618
@waleedsharif618 2 жыл бұрын
Could you make video about react testing using react testing library + jest ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
I will add it to the list of ideas for future videos.
@KhaledABED-m5j
@KhaledABED-m5j Жыл бұрын
Very helpful... thank you
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Glad it was helpful!
@mateusgomes1086
@mateusgomes1086 2 жыл бұрын
Formik is no longer supported since June 2021. Just use react-hook-form instead.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
You are totally right. But there are still lots of companies that use it in production and it is quite stable. And we get new libs that do the same thing too often for my taste :)
@ThiagoVieira91
@ThiagoVieira91 Жыл бұрын
Wow really!? You just made my day. Formik has the same base concepts of Redux-Form, which I'll hate until my death bed. Gonna get this lib out of our project today immediately.
@blankcheckguy69
@blankcheckguy69 Ай бұрын
do you still recommend using this today?
@MonsterlessonsAcademy
@MonsterlessonsAcademy Ай бұрын
It still works just fine but react hook form is much more popular solution nowadays.
@blankcheckguy69
@blankcheckguy69 Ай бұрын
@ 🙏🏽
@tenkkov
@tenkkov 2 жыл бұрын
dont use formik on production. You will get +100500 rerenders on each onChange
@grenadier4702
@grenadier4702 2 жыл бұрын
The thing is not in rerenders but how it affects optimization. Many websites use Formik, so I guess everything's okay with that? :)
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Formik does no magic. If you write plain form handling you will also get rerender every time. Which is totally fine because it allows you to show validation/etc. If you have other cases you might write it differently. I don't really see a problem.
@tenkkov
@tenkkov 2 жыл бұрын
​@@grenadier4702 I know a lot of teams that have and are now rewriting all their site forms from Formik to Hook-form. Any idea why they did this?
@tenkkov
@tenkkov 2 жыл бұрын
@@MonsterlessonsAcademy no problem until you have to rewrite the code
@grenadier4702
@grenadier4702 2 жыл бұрын
@@tenkkov Convenience or bad architecture overall, not the problem of Formik
@frozen_tortus
@frozen_tortus 8 ай бұрын
"Best posible way", difficult to take you seriously with statements like that backed by 0 evidence. I was hopping you where going to compare it with some other similar form management solutions, but I was left disappointed. If I where you I would restrain myself from polarizing statements like that esspecially if you don't back them up.
@shashankpandey8346
@shashankpandey8346 9 ай бұрын
I really am confused. {formik.errors.email && formik.touched.email && formik.errors.email} In this line, I need to write formik.errors.email twice? It seemed to work touched & error, but not other way around. And is there any hidden catch in touched & errors too?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 9 ай бұрын
You check that you have an error for email and that the field is touched - then you render email error {errors.email && touched.email && {errors.email}}
Formik (React Forms) Crash Course
28:27
Laith Academy
Рет қаралды 62 М.
Service Workers: Why Aren’t More Developers Using This Hidden Gem?
16:14
Monsterlessons Academy
Рет қаралды 1,9 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН
Angular Projects Every Developer Wishes They Had in Their Portfolio
4:13:40
Monsterlessons Academy
Рет қаралды 7 М.
React Hook Form - Complete Tutorial (with Zod)
28:22
Cosden Solutions
Рет қаралды 145 М.
React charts using Recharts and React ChartJS 2
14:49
Monsterlessons Academy
Рет қаралды 23 М.
React Form Validation using Formik & Yup | Formik React [EASIEST METHOD]
18:53
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 97 М.
React Hook Form Crash Course - Speed Up Writing React Form
18:30
Monsterlessons Academy
Рет қаралды 6 М.
React Formik Tutorial with Yup (React Form Validation)
34:50
Nikita Dev
Рет қаралды 121 М.
Redux Saga - Asynchronous Side Effects for Redux
29:49
Monsterlessons Academy
Рет қаралды 6 М.
Intersection Observer: Why It Will Revolutionize Your Website Performance
10:27
Monsterlessons Academy
Рет қаралды 1,1 М.
Every React Concept Explained in 12 Minutes
11:53
Code Bootcamp
Рет қаралды 902 М.
Какой я клей? | CLEX #shorts
0:59
CLEX
Рет қаралды 1,9 МЛН