Skip to content
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

Switch to TypeScript #9

Merged
merged 11 commits into from
Jan 29, 2024
Merged

Switch to TypeScript #9

merged 11 commits into from
Jan 29, 2024

Conversation

Laquinh
Copy link
Collaborator

@Laquinh Laquinh commented Jan 29, 2024

The code is a bit messy right now and tons of types are missing. A general refactoring would be great, adding to what was mentioned in #5.

There were some dependency issues with create-react-app, which could be bypassed using fork-ts-checker-webpack-plugin dependency and adding an overrides section to the client's package.json. see facebook/create-react-app#13080. Moreover, the tool appears to be discontinued, with just a couple of commits in the last two years. It might make sense to migrate to a framework such as NextJS in the future, although I don't think it's urgent.

The code is a bit messy right now, it needs to go through some refactoring.
Warning: There is a dependency issue with create-react-app's react-scripts.

Both fork-ts-checker-webpack-plugin dependency and the "overrides" section in package.json should serve as a workaround.
@Laquinh Laquinh merged commit 2d1fdce into irakur-app:main Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant