python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to properly handle login from a React Native (Expo) Project Using JWT Token?
As part of my self-learning react-native project using expo I am using a Login component for which the code is reproduced below. The code works fine when the app is run in a web-browser. The JWT token...
MIK
Votes: 0
Answers: 1
React-hook-form + React-i18n = translation not working
I hope you are all good,
I have an object {valueA: "a", valueB: "b", ... } with a lot of fields and rather than writing all setter, you know:
const [valueX, setValueX] = useState(d...

Farid212
Votes: 0
Answers: 1
handleSumbit function is not working in React Native application using React-Hook-Form and yup
all,
I am using React-hook-form and yup as my validation tool in my react native project. But currently, I encountered an issue which is the handleSubmit function is not working in my ResetPasswordScr...
QIAN TANG
Votes: 0
Answers: 1
Proper way of Uploading Files Using React Hook Form with Axios
I'd like to upload files along with my form data using react hook form and axios. I've found this great video explaining how to create a simple example. However, I did not find a nice solution how to ...
user42488
Votes: 0
Answers: 0