Today I learned

Secure JavaScript URL validation

#javascript#web-security

Today I learned about a secure way to validate URLs in JavaScript

Read more

Array Sort modifies the original array

#javascript

Today I learned, that when using the JavaScript sort() function on an array, it does not return a new array, but rather modifies the original one.

Read more

Efficiently load third-party JavaScript

#javascript#performance

Today I learned, how to efficiently load third-party JavaScript and share it on this post

Read more

The Set Object

#javascript

Read more

React Suspense Lazy Loading Components

#react#javascript#performance

Read more

Fetch API response.ok

#javascript

Read more

JavaScript Array Mutation

#javascript

Read more

No floating promises

#javascript

Read more

Optional Chaining

#javascript

Read more

What the heck is the event loop anyway?

#javascript

Read more

The cost of JavaScript frameworks

#javascript

Read more

ECMAScript 2020

#javascript

Read more

Replace axios with fetch

#javascript

Read more

JavaScript and Non-JavaScript experiences

#javascript

Read more