Vanilla JavaScript Code Snippets

A guide to vanilla JavaScript code snippets — with resources and lightweight libraries to help you solve a problem without a large overhead or third-party dependencies. Read more

Similar

Refactoring 30000 lines of JavaScript with TypeScript

30000 lines of client-side JavaScript. No tests. Two difficult TV deployment platforms with poor tooling. Strong dependencies on poorly documented external APIs. The task: add support for a third TV platform to the two supported platforms and switch to a ...

Read more »

Exception Free JavaScript?

Just some thoughts after battling with exceptions and error handling logic when orchestrating flow with async/await or function*/yield in redux-saga...

Read more »