quickstart-js icon indicating copy to clipboard operation
quickstart-js copied to clipboard

am i lost?

Open Charliebaby019 opened this issue 1 year ago • 2 comments

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

Charliebaby019 avatar Sep 11 '24 20:09 Charliebaby019

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.

jbalidiong avatar Sep 16 '24 07:09 jbalidiong

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.

digimbyte avatar Sep 27 '24 21:09 digimbyte