Medium T shirt
We can easily bootstrap a ts react-app with create-react-app
Benefits
- Import CSS framework -> Less time designing primitive components
- Reactive components
- I don't think we need state management, but we could naively implement it in the future
Cons
- Dependencies -> larger bundle size
- Separate build process
Medium T shirt
We can easily bootstrap a ts react-app with create-react-app
Benefits
Cons