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

am i lost? #824

Open
Charliebaby019 opened this issue Sep 11, 2024 · 2 comments
Open

am i lost? #824

Charliebaby019 opened this issue Sep 11, 2024 · 2 comments

Comments

@Charliebaby019
Copy link

Charliebaby019 commented Sep 11, 2024

call me woefully ignorant
but is this the javascript quickstart section?
cause im only seeing typescript here

@jbalidiong
Copy link

Hi @Charliebaby019, thanks for reaching out to us. Currently, we are migrating the code and examples to Vite + TypeScript. Since TypeScript offers several advantages over JavaScript, we’re hoping that this would help our developers create robust and maintainable code especially for large-scale complex applications.

@digimbyte
Copy link

digimbyte commented Sep 27, 2024

It’s important to note that TypeScript code can be easily converted to plain JavaScript. Simply remove the types, return types, and some other syntactic features, and the code will work as standard JavaScript.

That said, TypeScript adds great value for IDE integration and development, making it easier to catch errors early and improving overall development efficiency.

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

No branches or pull requests

3 participants