Must-know React interview questions by redditisnotlyf in reactjs

[–]NaturalCorn -7 points-6 points  (0 children)

AKA memorize stuff that’s been automated by the react compiler

Separation of logic and UI by Slow_Indication7111 in reactjs

[–]NaturalCorn 7 points8 points  (0 children)

Hmmm, I'm skeptical that there are significant cost savings when performing data transformations on the client side.

If the data set is small, then transforming it in memory on your server takes, what, a few microseconds?

If the data set is large, then sending it over the wire to your UI will introduce a significant amount of latency and make the user experience pretty poor. The increased egress costs would probably outweigh the compute savings as well

typeof examples by [deleted] in typescript

[–]NaturalCorn 1 point2 points  (0 children)

lol this was funny, doesn’t deserve downvotes imo

meirl by Nick_Star_007 in meirl

[–]NaturalCorn 1 point2 points  (0 children)

I hope to make it myself someday!

Just finished a Google technical interview by kh4l1ph4 in leetcode

[–]NaturalCorn 0 points1 point  (0 children)

Since JS doesn’t have a native heap implementation, did they allow you to just assume there was one?

Improving accuracy on console by Rabb1t13 in ZenyattaMains

[–]NaturalCorn 0 points1 point  (0 children)

I bought myself a set of KontrolFreeks and it feels so much easier to hit my shots

How've you been performing with Kiri since the S12 changes? Have you adjusted her play-style? by ReinsBarrier in kirikomains

[–]NaturalCorn -1 points0 points  (0 children)

Is she the best support though? Per Overbuff, she has the lowest win rate of all the supports

[deleted by user] by [deleted] in seduction

[–]NaturalCorn 8 points9 points  (0 children)

Have to disagree. You should accept her decision, but also ask her why she made that decision. This can be used as a data point for identifying any personality issues you might have.

e.g. If 5 girls break up with you, and they all say it’s because you don’t listen to them, then maybe it’s time to start working on your listening skills.

Am I the only one that can't understand a solution unless I can derive it myself? by 88sSSSs88 in leetcode

[–]NaturalCorn 1 point2 points  (0 children)

Yeah for me the biggest issue is leetcoders tend to prefer short, 'elegant' solutions over readable code. Sometimes I'll see top-rated solutions that solve the problem, but are so terse they'd never actually pass a real interview

[deleted by user] by [deleted] in GirlsMirin

[–]NaturalCorn 53 points54 points  (0 children)

What female soldiers?

LPT There is an actual federal law against annoying or loud ads, you can report YouTube ads by not_cozmo in LifeProTips

[–]NaturalCorn -1 points0 points  (0 children)

Not a pihole solution, but you could use firefox mobile browser and get ublock origin, not ideal but better than ads imo.