@LucidBrot Look around to see if someone also alone, if that doesn't work order food, so that at least you had food. Beer because it is a pub and not a bar. Take breaks from beer and food by scrolling twitter.
@cmgriffing In general, if you want perf in js, you shouldn't rely on JIT at all. Chrome's, FF's, and Safari's JITs are all different and have different behaviors. Your app will have a lot better perf if you just stick to simple things and avoid all of that FP like JS entirely.
@cmgriffing I use this pattern all the time when writing jsx and it works quite well. And again, I don't think that any readability benefit is worth 40-50% perf degradation (esp in render functions that get called all the time)