HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Omerd6

no profile record

Submissions

[untitled]

1 points·by Omerd6·10 mesi fa·0 comments

How to Build Forms Like a Pro

astro-blog-cyan-alpha.vercel.app
1 points·by Omerd6·10 mesi fa·0 comments

A brief history of ES modules

omerdavidson.dev
1 points·by Omerd6·anno scorso·0 comments

[untitled]

1 points·by Omerd6·2 anni fa·0 comments

comments

Omerd6
·2 anni fa·discuss
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 anni fa·discuss
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 anni fa·discuss
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