Samuel Briole
Samuel Briole
At **Inato**, we are accelerating clinical research by matching hospitals with pharmaceutical companies. We use `fp-ts` heavily on the backend and frontend, it help us build a reliable product and...
Hi guys, I've also been working on a materialUI theme, here are some widgets I wrote: https://github.com/samuelbriole/react-liform-material-ui-theme
I'm using this at the moment : ```ts import * as S from '@effect/schema/Schema'; import { EmailAddress } from 'my-domain'; const EmailAddressConfig = flow( Config.string, Config.validate({ message: 'Expected a valid...