HackerTrans
TopNewTrendsCommentsPastAskShowJobs

previousjs

no profile record

comments

previousjs
·2 jaar geleden·discuss
Good night stories for rebel girls. Boys can enjoy it too!
previousjs
·2 jaar geleden·discuss
Boring one, but if you get a work email with bank account details be suspicious. Maybe book a face call before using such details and confirm them.
previousjs
·2 jaar geleden·discuss
Not a comment on the product but using that domain name heavily implies this is by the original creator of shadcn.

I would use a different name that makes no such implications just to be clear to customers.
previousjs
·2 jaar geleden·discuss
Well there is the water table too. But that said weed killer is poured all over everywhere
previousjs
·2 jaar geleden·discuss
See how credit cards work (at least where I have lived). Someone fraudulently cloned my card after a petrol station visit and I got it fixed as soon as I noticed the weird transactions. The bank or VISA footed that cost. UK has statutory law on this. Probably because of how CCs used to work with that carbon copy crap.
previousjs
·2 jaar geleden·discuss
These kinds of Next issues are why I stopped using it.

It is not bugs per-se as every framework has them.

It is that you are utterly stuck when they do and even 100s of thumbs up on issues don't get things fixed.

Case in point: can't defer chunk scripts anymore. Hard to get good performance scores as this is untenable.

Fetch cache limit is 2Mb or something like that and enforced by Verel. You need to fork NextJS and self host it to fix.

Probably 2 or 3 other such issues I forgot as well

Any over opinionated "batteries welded" frameworks will have this issue.

Use any of the usual MVC suspects like Rails for example and you avoid being stuck. You can find fixes or swap libraries. They tend to have battle tested out such issues anyway.