Skip to content

Instantly share code, notes, and snippets.

View mwinel's full-sized avatar
💻
let us build sth together

Nelson M mwinel

💻
let us build sth together
View GitHub Profile
// install nodemailer
// install formik
import React from 'react';
import { useFormik } from 'formik';
const ContactForm = () => {
const formik = useFormik({
initialValues: {
name: '',