-
-
Notifications
You must be signed in to change notification settings - Fork 21
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 from Javascript to Typescript #236
Comments
@Keimeno We are only not-typescript in the website, I think it will be great to migrate, but it should not be a priority. cc @MartonDev |
This has certainly been a topic of conversation. I think we're shooting for a TS rewrite in MVP 3. 👍 |
Good idea. I want to do this to with @t8 personally |
I would love to contribute to this project as well. Personally, I think we should do this in MVP 3. |
In my opinion, Vue doesn't really fit with typescript. If we really want to use it, we should migrate to react or svelte |
Thats not the case with Vue 2.6. Typescript is perfectly integrated. The only annoying part is, that .vue files need to be declared, and you loose the autocompletion of props. Also a complete rewrite wouldn't make sense. Especially migrating from vue to react. |
A complete rewrite would not only allow us to integrate Typescript , Vuex and Yolk more easily but also fix the current issues! I'd love to contribute in this part. |
Or we can wait for the coming Vue 3, it is now in rc5😊. And I'd like to contribute to it. |
Yeah we should wait until Vue 3. We'd love your contribution. |
@HermitSun feel free to email me your discord username, and I'll send you an invite to our internal chat! It may be easier to coordinate from there. My email: [email protected] |
Maybe we should even build the project with nuxt then. One of the best things about npmjs.com is, that all packages are indexed by google. |
@Keimeno good point. We actually have some new developments regarding that 😄 CC @maximousblk |
Request
Since most of nestdotlands code is written in javascript, I think it would be a great idea to convert the project from javascript to typescript.
The text was updated successfully, but these errors were encountered: