-
Notifications
You must be signed in to change notification settings - Fork 85
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
Migrating the entire codebase to Typescript #129
Comments
There are counter-arguments for this https://world.hey.com/dhh/turbo-8-is-dropping-typescript-70165c01?ref=dailydev |
@generall @kartik-gupta-ij I went through the blog link provided by you that's true that Turbo 8 and is dropping Typescript but still many famous open-source projects like Zulip, Stripe, Prisma etc. are migrating their codebases to Typescript. Along with that many open source frameworks and libs. like NextJS, NestJS, Angular etc. gained a lot of popularity after migrating to TypeScript in prev. years. So, I think it will be very beneficial to migrate qdrant-web-ui in Tyepscript. |
In that case , I would like to take up on this task ! |
I would also want to take up this task. But I think at first we need confirmation from @generall and @kartik-gupta-ij regarding the same. |
TypeScript is a solid choice for a majority of web projects, and that might also be true here as well. But what about migrating the UI to a Rust web framework like leptos? |
would be very helpful if we migrate the entire codebase of the qdrant-web-ui as it will give more type safety to the code
The text was updated successfully, but these errors were encountered: