Y
Hacker News
new
|
ask
|
show
|
jobs
by
wiseowise
665 days ago
‘npx vite build’ is what you call hoops?
1 comments
pphysch
665 days ago
You can offline transpile anything to JS to later run in the browser, TS isn't special in this way.
With PyScript you can see and modify the actual code in your browser, just like vanilla JS.
link
mapcars
663 days ago
Do you actually see and modify code in your browser today? I mean for like 5 years all you see in the browser is minified and obfuscated to the point its almost impossible to make any practical sense out of it.
link
v3ss0n
657 days ago
Doesn't sound useful tho
link
With PyScript you can see and modify the actual code in your browser, just like vanilla JS.