Y
Hacker News
new
|
ask
|
show
|
jobs
by
DiNovi
1270 days ago
what the heck is full stack typescript
2 comments
texxtxxet
1270 days ago
presumably the "programming language(s)" part of the stack never changes between front and back end (it's typescript)?
link
jcpst
1270 days ago
Writing typescript code that compiles to javascript code that runs on a platform like node.js, and writing typescript code that compiles to javascript that run in a web browser.
link