-
Notifications
You must be signed in to change notification settings - Fork 141
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
Move to Typescript and Styled components #30
Comments
I can help with styled components. |
I can port it to TypeScript |
The frontend is fairly doable since it runs through webpack and we can easily add a ts-loader in there. The server will be a bit trickier, I'm afraid you have to move it out of You have two options here
|
Also, it'd be a great idea to move everything to |
Yeah I figured this would be a problem. We could also do server side rendering and then compile the project all at once with a single For the refactoring: I wanted to do that for a long time now but haven't found the time for it yet, feel free to do this. As long as you adhere to proper linting and keep the core functionality I will approve of it. |
Just as a quick heads up, Babel handles transpiling TypeScript now as well, although I haven't handled transpiling both |
Yep this works, I am doing this at work already in a prod environment. |
I'd like to move this project to Typescript and Styled components. Feel free to contribute! The linting should be done with eslint.
The text was updated successfully, but these errors were encountered: