a project to transform jsx react components to tsx
- npm i -g tscer
- tscer [js file you want to compile]
- tscer -D [dir you want to compile]
- tscer revert [ts file you want to revert]
- tscer -D [dir you want to revert]
- generate IProps according to your PropTypes define
- generate IState according to your state define
- generate types for your plain js function
- generate redux connect to hoc functions
- add generic props to your component