Formik React Native Crash Course

  Рет қаралды 39,100

Hitesh Choudhary

Hitesh Choudhary

Күн бұрын

Welcome to a youtube channel dedicated to programming and coding related tutorials. We talk about tech, write code, discuss about cloud and devops. That’s what we do all day, all year. We roll out a lot of series and videos on our channel.
All the learning resources such as code files, documentations, articles and community discussions are available on our website:
chaicode.com/
You can find our discord link, github link etc on the above website.
Twitter/X link: x.com/hiteshdo...
Discord link: hitesh.ai/discord
Learn React with 10 projects: • Let's learn react from...
Learn Docker: • A practical guide on D...
Learn Kubernetes: • Complete Kubernetes Co...
How does a browser works: • How does a browser wor...
How nodejs works: • How node JS works | En...
Learn Redux-toolkit: • Learn Redux Toolkit in...
Learn NextJS: • Nextjs Full stack course
Learn Typescript: • Why to learn Typescript
Learn Javascript: • Welcome to new JavaScr...
Learn React Native: • React Native Mastery: ...
Learn Zustand: • React state management...
Learn Golang: • How to get started wit...

Пікірлер: 57
@paulthornton1302
@paulthornton1302 8 ай бұрын
If you have an issue where the keyboard hides the output, you can add Keyboard.dismiss(); to the onSubmit like follows. onSubmit={ values => { console.log(values); generatePasswordString(parseInt(values.passwordLength)); Keyboard.dismiss(); }} Also add Keyboard to the import as such import { SafeAreaView, ScrollView, StyleSheet, Text, TextInput, TouchableOpacity, View, Keyboard } from 'react-native' Great course. Thank you.
@oseifrimpongg
@oseifrimpongg 3 ай бұрын
"If you have understood 10% or all of this I'm trying to say as of now, that is good enough, more than good enough. Now when I take you to the code part, you will understand the 90% part of it.". Thanks a lot for this tutorial! ❤
@rehandev7833
@rehandev7833 9 ай бұрын
For those of you, who are facing Type error in VS Code like so: Type '(e?: FormEvent | undefined) => void' is not assignable to type '(event: GestureResponderEvent) => void'. Types of parameters 'e' and 'event' are incompatible. This is a bug that hasn't been fixed as of 30/12/2023, so the workarounds are: 1. handleSubmit as unknown as (e: GestureResponderEvent) => void // This works fine 2. () => handleSubmit() // This has performance issues
@skadoosh9365
@skadoosh9365 3 ай бұрын
it is still not fixed buddy
@mohitashliya8750
@mohitashliya8750 10 ай бұрын
Very comprehensive tutorial on formik, as said there are very few or handful of available there.
@parthadhikari00
@parthadhikari00 9 ай бұрын
This was such a great explanation, has to say had one of the best learning experience from this playlist. Thank you ❤❤
@visheshgupta4990
@visheshgupta4990 8 ай бұрын
Hey ! Are you doing job or you are learning it for getting your job or switching your job ?
@RahulSharma-h3b1e
@RahulSharma-h3b1e Жыл бұрын
this was too fast.. previous tutorials were good
@reubenthomas1033
@reubenthomas1033 Жыл бұрын
Awesome! Grateful for the content you're putting out. Waiting for the next ones.
@wazrymohamed1654
@wazrymohamed1654 Жыл бұрын
Superb.I am enjoying the process 😍
@rahul_sidhha
@rahul_sidhha Жыл бұрын
I appreciate your efforts so much, sir. I'm doing well and finally feel like I'm accomplishing something.
@alexjuniortupapa
@alexjuniortupapa 8 ай бұрын
Excellent great course and great instructor.
@abhayverma6300
@abhayverma6300 Жыл бұрын
Strongly needed video
@ghousemohiddinkhan
@ghousemohiddinkhan Ай бұрын
Thanks!
@Kaashif03
@Kaashif03 4 ай бұрын
Great Video Series
@pranjaimewara1615
@pranjaimewara1615 4 ай бұрын
Not able to find this Code in github. Can anybody help please?
@anirudhcodes
@anirudhcodes Жыл бұрын
Fantastic video! 😍
@sujalmudaliar3030
@sujalmudaliar3030 3 күн бұрын
can someone help me with the github link for the styling part he mentioned?
@DheerajYadav-yq1ed
@DheerajYadav-yq1ed 11 ай бұрын
followed the tutorial throughly even copied and pasted code in a another project stilll i'm not able to generate code and functionalities not as per the video
@gurpreetsingh-oo5zw
@gurpreetsingh-oo5zw Жыл бұрын
thanks for providing valuable guidance; just asking why not use react-hook-form instead of formik???
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
You can use that too. Just wanted to have variety in react native
@VErmuratski
@VErmuratski 9 ай бұрын
From my experience, I just exhausted to adopt Picker (@react-native-picker/picker) working with Formik... react-hook-form way more better! Easy !!
@arsalanawan7516
@arsalanawan7516 Жыл бұрын
make a video on agenda node package for scheduling or delete data , for this i will sponsor you but i am not that much rich
@bilelrahmouni01
@bilelrahmouni01 Жыл бұрын
thank you
@dheeraj2729
@dheeraj2729 Жыл бұрын
Sir please do this series fast
@kruzzsteve7525
@kruzzsteve7525 Жыл бұрын
Bro it's takes time to make this type of high quality video so please don't complain appreciate the content 🙏
@pranavpatki
@pranavpatki Жыл бұрын
Looks like Coding Garden live stream 💯
@KartikeyTT
@KartikeyTT 8 ай бұрын
ty sir
@usmanmehar2555
@usmanmehar2555 Жыл бұрын
sir there is an error in onpress={handleSubmit} I think due to that error submit button is not working. please help me to solve this error
@usmanmehar2555
@usmanmehar2555 Жыл бұрын
submit button is not give error message and after entering valid entry this is not working. i hope you will answer me soon. i am waiting fo it.
@DheerajYadav-yq1ed
@DheerajYadav-yq1ed 11 ай бұрын
bro pass it like "onPress={()=>{handleSubmit}}" , @@usmanmehar2555
@MoizKhan-uw3hx
@MoizKhan-uw3hx 11 ай бұрын
But After implementing this functionality not woring@@DheerajYadav-yq1ed
@kanithisatishkumar7036
@kanithisatishkumar7036 11 ай бұрын
put this code in place onpress(handelsubmit) ---- onPress={(event) => { handleSubmit(); event.preventDefault(); }}
@enriquesalomon8197
@enriquesalomon8197 10 ай бұрын
@@kanithisatishkumar7036 Thanks ,big helps
@tarunn9646
@tarunn9646 6 ай бұрын
I can't type my length of the password in the input box it is , being erased once i type it.. What to do?
@Zxtmusix
@Zxtmusix 2 ай бұрын
I am also facing same issue can you tell me how to solve it
@priyanshumodi7198
@priyanshumodi7198 7 ай бұрын
But it doesnot work in ios
@raghavenderreddy2729
@raghavenderreddy2729 Жыл бұрын
Waiting
@ritikjha4567
@ritikjha4567 Жыл бұрын
passing the handleSubmit reference to onPress throws the error.It's not working can somebody help
@enriquesalomon8197
@enriquesalomon8197 10 ай бұрын
me too, have you solved it?
@sandeepsingh1409
@sandeepsingh1409 10 ай бұрын
onPress={() => { handleSubmit() }} This solved the issue. Do not know if this method is correct.
@neeteshkaushik1745
@neeteshkaushik1745 9 ай бұрын
you can wrap handleSubmit inside a callback and pass that callback inside onPress , eg : onPress = {( ) => handleSubmit( )}
@mletada
@mletada Жыл бұрын
do you have a tutorial like this with API, database?
@HiteshCodeLab
@HiteshCodeLab Жыл бұрын
Yep, it’s an ongoing series and I will try to add them too
@mletada
@mletada Жыл бұрын
@@HiteshCodeLab okay thanks I will wait this :)
@willgordon5737
@willgordon5737 4 ай бұрын
Sir all of a sudden you went from beginner level to intermediate level. Way to fast.
@eng.alitaha
@eng.alitaha Жыл бұрын
FInaaaaly
@TheTabishnadeem
@TheTabishnadeem Жыл бұрын
Respect++ for your effort to record 1 hr long video again with this much energy! 🫡🫡 Really enjoying the series sir.😊
@allyouwanttoknow360
@allyouwanttoknow360 Жыл бұрын
waste... hownto call reset outside formik?
@MoizKhan-uw3hx
@MoizKhan-uw3hx 11 ай бұрын
sir there is an error in onpress={handleSubmit} I think due to that error submit button is not working. please help me to solve this error
@neeteshkaushik1745
@neeteshkaushik1745 9 ай бұрын
you can wrap handleSubmit inside a callback and pass that callback inside onPress , eg : onPress = {( ) => handleSubmit( )}
@_Anshukumar
@_Anshukumar 8 ай бұрын
const PasswordSchema = Yup.object({ passwordLength: Yup.number() .min(4, 'Should be min of 4 characters') .max(16, 'Should be max of 16 characters') .required('Length is required') })
@_Anshukumar
@_Anshukumar 8 ай бұрын
And use this
Debugging React Native Apps
4:17
Hitesh Choudhary
Рет қаралды 69 М.
Learn JavaScript | Palindrome Number | LeetCode #9 | Easy
4:04
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 73 МЛН
Inside Out 2: ENVY & DISGUST STOLE JOY's DRINKS!!
00:32
AnythingAlexia
Рет қаралды 14 МЛН
когда не обедаешь в школе // EVA mash
00:51
EVA mash
Рет қаралды 3,9 МЛН
[Live webinar] Turn your WP Agency into a client magnet!
1:21:31
The Most Important Design Pattern in React
35:04
Cosden Solutions
Рет қаралды 61 М.
React Hook Form - Complete Tutorial (with Zod)
28:22
Cosden Solutions
Рет қаралды 118 М.
Wordpress Open Source drama
15:46
Hitesh Choudhary
Рет қаралды 31 М.
Handling errors in Haptic Feedback in React Native
10:50
Hitesh Choudhary
Рет қаралды 11 М.
Formik (React Forms) Crash Course
28:27
Laith Academy
Рет қаралды 62 М.
Learn react native navigation basics
18:33
Hitesh Choudhary
Рет қаралды 26 М.
DHH discusses SQLite (and Stoicism)
54:00
Aaron Francis
Рет қаралды 81 М.
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 73 МЛН