JavaScript
-
Tutorial: How to Use React Server Components (RSC) Without a Framework
I've attempted to reduce this all down to the simplest implementation possible to help understand how RSCs work
-
Tutorial: Deploy a React Server Side Rendered Application Using Bun on Engram
In this post, we will create a server side rendered (SSR) React application that is run with the bun runtime (buntime) and finally deploy to Engram
-
Tutorial: How to Send Web Push Notifications in iOS Safari
Step by step instructions for sending your first web push notification in iOS Safari
-
Why I am Struggling to get Behind Next.js and Vercel
In this article I lay out concerns I have with Next.js and Vercel that stop me from committing to either
-
How to Build a Simple Blog in JavaScript
-
Am I Overreacting? Or is React Over-Reacting?
In this post I will explore the problems that come with standard React code, the recommended options for improving React performance, and finally counter these with examples in vanilla JS.