Tag: vanilla-javascript

Using Web Workers For Safe, Concurrent JavaScript

Using web workers for safe, concurrent JavaScript

Dev

Web workers provide a way to run JavaScript code outside the single thread of execution in the browser. The single […]

Bruce Wilson
Mar 26, 2018 ⋅ 11 min read

Detect location and local time zone of users in JavaScript

Dev

Detecting the location of your users can be really useful if you want to personalize your their experience when they […]

Christian Nwamba
Nov 27, 2017 ⋅ 7 min read

JavaScript Testing: Chai (Part 1)

Dev

At LogRocket, nearly our entire code base is JavaScript. Over the years, we have learned a good amount about the […]

Matt Arbesfeld
Mar 10, 2017 ⋅ 2 min read