I was impressed by his optimistic attitude. He was clever, open to receiving help (I mean using others' code), ingeniously lazy ( a feature that leads to ways to eliminate boilerplates), and able to think critically. He rethought about the flux approach and reinvented a way to control states in Forms... very very erudite.
Great presentation. I had to create both the "miniformik" and "arrays" projects in TypeScript, which took me along long time to convert from JS, but still.. I learned a lot so Thank you Jared !!!!!
Field Array is cool but what to do if you want FieldArray of multiple components and shown in the order of how they were added. For example in this one he adds friend but let's say there is Add Neighbor button along with it and if he clicks that underneath it is neighbor added and then he clicks friend and then some other component, can field array achieve this or it is only for one type of component only.
at 16:58, shouldn't the state be set like this, this.setState(prevState => ({ values : { ...prevState.values, [name] : value, }, })); The way that's done in the video actually destructures the prevState into the values object resulting in values : {isGoing, numberOfGuests, touched, errors}
But it's a good overview of how Formik could be used by anyone starting out with React and wondering how they can solve the inevitable nightmare of forms. I was looking into Redux but I'm glad I found Formik, which I saw mentioned here: flaviocopes.com/react-forms/
I was impressed by his optimistic attitude. He was clever, open to receiving help (I mean using others' code), ingeniously lazy ( a feature that leads to ways to eliminate boilerplates), and able to think critically. He rethought about the flux approach and reinvented a way to control states in Forms... very very erudite.
I just implemented this on my React project. Mind Blown. This is so incredibly powerful! Thank you!
This talk is a milestone in my React journey. Jared Palmer is one of the greatest developers out there.
19:10 "I usually code in TypeScript, so those kinds of mistakes don't happen" 💙
Amazing... Speech, content, library !!!
Very helpful description of array handling in Formik!
Is the component an inbuilt component @27:38 line number : 48. ?
Or is it custom made ?
github.com/jaredpalmer/formik-alicante/blob/master/src/components/Debug.js
Thanks a lot for the presentation and the library. Appreciate it.
Great presentation. I had to create both the "miniformik" and "arrays" projects in TypeScript, which took me along long time to convert from JS, but still.. I learned a lot so Thank you Jared !!!!!
the Formik logo is breaking my brain
Damn. I hope I can get better at programing to be at the level of this guy.
Love his energy
Did my code refactor with this. Thanks for this Charlie
Thank You! Amazing coding on the formik, just made part of my future projects walk in the park :)
Anyone knows the font style and vs code theme he is using?
Glad I watched this. Great presentation.
This was great! Learn it buy building it is a fantastic methodology.
Sadly, i've been currently bashing my face against a keyboard... :'(
32:46 it would have been better if you could get the array value from the props of the FieldArray render function.
Great presentation! does anyone know which Vscode theme he is using?
Thanks in advance
It's oceanic next. marketplace.visualstudio.com/items?itemName=naumovs.theme-oceanicnext
HI. Could you please provide a link to sourse code from video (including Debug component). Thanks.
Had no idea Charlie Sheen created Formik.
That's the bracket hell 👀
man, i was so excited to learn about formik from the ground up, but this guy starts tutorial from page 50
can't agree more with this xD
Field Array is cool but what to do if you want FieldArray of multiple components and shown in the order of how they were added. For example in this one he adds friend but let's say there is Add Neighbor button along with it and if he clicks that underneath it is neighbor added and then he clicks friend and then some other component, can field array achieve this or it is only for one type of component only.
This is beautiful.
10:13 "So... let's start coding"
at 16:58, shouldn't the state be set like this,
this.setState(prevState => ({
values : {
...prevState.values,
[name] : value,
},
}));
The way that's done in the video actually destructures the prevState into the values object resulting in values : {isGoing, numberOfGuests, touched, errors}
If you keep watching he goes back and corrects it
Good presentation about an interesting library, thank you! I will definitely check it out and play with it :)
10:40 Formik example
What is the font he is using.
Thanks for sharing.
thank you very much!
I cannot understand what's the need of so much code only for validation. See Vue's validation for example. Simple, fast and readable
awesome, thanks for sharing!
Please do share the vscode theme...awesome presentation anyways
The last guy wanted some stars on GitHub
anyone know the name of that font he's using?
some sort of Oceanic next
Operator Mono SSm x Oceanic Next Italic
@@JaredPalmer1 thanks! was about to ask the same question myself.
Very difficult to understand video. Not for Junior developers.
But it's a good overview of how Formik could be used by anyone starting out with React and wondering how they can solve the inevitable nightmare of forms. I was looking into Redux but I'm glad I found Formik, which I saw mentioned here: flaviocopes.com/react-forms/
anyone have debug component here
Isn't this video too old to show on formik docs?
Anyone can please suggest to me for material UI autocomplete validation with the formik or react-hook-form Exambles.
Curse you Formik!!! - The 20% probably
You made my life easier
Please share the name of your VS code theme
A similar library:
github.com/catamphetamine/easy-react-form
anyone know the name of the editor theme he is using ?
VS Code
Not sure but it look very similar to what Wes Bos does. See wesbos.com/uses/
Great library, but unfortunately this video is not a tutorial but a presentation
I think And design form is more usefull
Dead crowd yo
Am I the only one but Formik seems overly complicated...
"Our Prophet Dan Abramov" - dafuq? crazy people..
Heretic! :P
1 sacked failed programmer watched this
You Cheated, I lost interest
Does anyone know which font he's using?