scalable-react / scalable-react-typescript-boilerplate

:star: Scalable micro-framework featuring React and TypeScript
https://scalable-react-ts-boilerplate.herokuapp.com/
MIT License
173 stars 26 forks source link

Replace any with undefined for stateless #32

Closed StevenTCramer closed 7 years ago

StevenTCramer commented 7 years ago

In typescript for a stateless component we would want to require no state and thus undefined.