HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Omerd6

no profile record

投稿

[untitled]

1 ポイント·投稿者 Omerd6·10 か月前·0 コメント

How to Build Forms Like a Pro

astro-blog-cyan-alpha.vercel.app
1 ポイント·投稿者 Omerd6·10 か月前·0 コメント

A brief history of ES modules

omerdavidson.dev
1 ポイント·投稿者 Omerd6·昨年·0 コメント

[untitled]

1 ポイント·投稿者 Omerd6·2 年前·0 コメント

コメント

Omerd6
·2 年前·議論
I just checked and you are correct, in node it only installs the compiled version.

Apparently you can only view the uncompiled source code in deno since it natively supports typescript.

My bad
Omerd6
·2 年前·議論
The legendary Ryan dahl is actually working on solving the exact problem you described by creating a new package registry called JSR.

Essentially what it does is allow you to upload your typescript code without a build step so when other devs install it they can see the source code of the module in it's original typescript instead of transpiled JavaScript.
Omerd6
·2 年前·議論
does merging all of your api calls to a single one means that the slowest request is a bottle neck?

when splitting your request the user can view his profile picture before the main content finished loading. this cam hurt user experience