They're influencing the internet in more ways than just social stuff, though. From a technology perspective, Facebook is doing solid work. And it looks like they're continuing the trend - rather than being at the end of it. Facebook's open source footprint is quite influential. Namely, React + Redux + Reselect are pretty sweet. React-Native. Haven't used it, but hhvm. And I haven't heard of this one before, but it lo…
Prepack is one of the coolest ideas to come out of FB OSS. The idea is to run your JS program as part of compilation, evaluating it as much as you can. Then take what's left in the heap and serialize it back to JS. Then ship that to browsers/devices. AFAIK, that sort of AoT evaluation has been limited to academia and niche applications in Haskell and OCaml because purity analysis is so tricky in languages that don't…
Could you elaborate on what is cool about that? I feel like I'm missing something...sounds like it analyzes javascript to make it run faster.