const st = useStates({ initialStates: { loading: false, formData: { name: '', email: '' } } });