-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Typescript and update dependencies #87
Conversation
thiteixeira
commented
Apr 9, 2022
•
edited
Loading
edited
- Add support for Typescript
- Upgrade dependencies
- Use React 18
- Add enum for station names to make them more readable
- Remove unused exports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a JavaScript/TypeScript expert by any means so I'll leave more technical comments for others - at a layman's glance LGTM, just one typo needing fixing. Please ensure the changes are compatible with CI! (looks like they are)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No further comments on my end
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a few suggestions inline but overall this looks great and I'm excited to start using TypeScript in this codebase!