Posts
All the articles I've posted.
New Immutable Array Methods available in JavaScript
Published: at 12:02 PMNew immutable array methods are coming to JavaScript. These new methods will make it easier to work with arrays in functional JavaScript.
Correctly typing children props in React with TypeScript
Published: at 11:14 AMThis post is really just a note to myself on how to correctly type children props in React with TypeScript. I've found myself having to look this information up several times, so I'm writing it down here so I can find it easily.
Setting up Auth on Astro using auth-astro
Published: at 07:27 PMHow I set up Auth on Astro using auth-astro and GitHub OAuth.
Aliasing object properties when destructuring
Published: at 05:28 PMHow to alias object properties when destructuring in JavaScript.