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

Tslint no require #75

Closed StevenTCramer closed 7 years ago

StevenTCramer commented 7 years ago

replace many requires with ES6 imports

Fix type violations that were exposed by using import (typed) vs require (any)

StevenTCramer commented 7 years ago

Tests will not pass

as snapshots changed and we have no visualization to verify they are right until we get storybook done.

But this is holding up the packages change and thus I am doing it now. We will follow up later with test updates and storybook visualizations.