You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
call me woefully ignorant
but is this the javascript quickstart section?
cause im only seeing typescript here
The text was updated successfully, but these errors were encountered: