React Conf 2017 was being held at the Marriott Santa Clara in California on March 13th and 14th of 2017. The Youtube playlist containing every talk at the conference was released just yesterday. Recommend if you’re into React and JavaScript in general.
Forget JS micro-optimizations. Instagram treats performance as a feature, and constantly think about how they can make things faster and more efficient. Instagram will share some of their experiences on reducing network usage, server-side latency and improving client-side reliability.Learn more about Instagram’s performance tricks
Eric Elliot is publishing a series of articles named “Composing Software”. In this series, Eric will go into detail of learning functional programming and compositional software techniques using JavaScript.
There’s an ECMAScript proposal for Observables in the works. In this article, we explore the proposal, the API, and look at a few use cases where Observables can come in handy.