It’s day 24 of my #100DaysOfCode challenge, today I:
- migrated the forms in a React project from Formik to React-hook-form.
- fixed multiple “Module not found” errors caused by case mismatch module paths of my containerized MERN app.
#ReactJS
New from Zodios. v11 is almost there.
- 📲native support for fetch and axios with @zodios/fetch @zodios/axios
- 🗒️support for any validation library (zod,io-ts, yup, all of them)
- 🛠️a testing library with typesafety!
Here what testing look like :
#TypeScript#reactjs#webdev