Firebase JavaScript SDK on GitHub

The Firebase JavaScript SDK implements the client-side libraries used by
applications using Firebase services. This SDK is distributed via: Read more

Similar

JavaScript component-level CPU costs

Let's talk a bit about keeping tabs on how much CPU is consumed by an application's JavaScript. And let's frame the discussion around components - the atomic building blocks of the application. This way any performance improvement efforts (or regression i... (more…)

Read more »

The JavaScript This Keyword

The this keyword in JavaScript is one of the most confusing parts of the language, but understanding how it works and to what it is referring is vital to writing applications with as few errors as possible. (more…)

Read more »