Skip to content

Instantly share code, notes, and snippets.

View sebasmrl's full-sized avatar

Sebastian Morales sebasmrl

View GitHub Profile
@sebasmrl
sebasmrl / useForm.ts
Last active January 25, 2024 06:58
Custom Hook for manage forms in React
import { ChangeEvent, FormEvent, useState } from "react";
/**
*
* @param initialState
* @returns '{ formData, handleChange, handleSubmit }'
* @author 'Sebastian Morales'
* @description 'useForm es un hook para trabajar con formularios sin importar el numero de entradas,