Add native Javscript SDK, alongside Python and TypeScript #28
Closed
AwokeKnowing
started this conversation in
Polls
Replies: 0 comments 2 replies
-
The built TypeScript SDK is all ESM, so should definitely be usable in pure JS. If you have any problems, please do file issues about it! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
JavaScript is the language of the browser, and TypeScript came before JS even had classes and modules, and before HTTP/2 made importing many separate files practical (vs bundling). TypeScript requires a build and is not technically native web technology. As such, there are many who prefer to build in JavaScript itself, with no build process. This is likely to expand even more with AI based applications. While TypeScript has it's place, the baseline should include JavaScript support, with other languages that 'transpile into JavaScript' as alternatives.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions