Web Components and SSR with Next.js
One of the pitfalls of Web Components is there support for Server Side Rendering. But with a little ingenuity you can get Web Components to work with SSR frameworks like Next.js.
Lit and State Management with Zustand
Did you know what you can build entire applications with Lit and Web Components? You can. An important part of any application UI is state management. Follow along as I dive into using Zustand with Lit.
New Blog Design
The year is almost over but I managed to sneak in a surprise before we close out 2023.
The new BEM for Custom Elements, CEA
Custom Elements is an overlooked technology in the Front End world. It's time we adopt this tech to make it go mainstream. Say hi to CEA, the BEM replacement for Custom Elements.
The MEWN Stack with Shoelace
Ladies and Gentlemen I present to you the MEWN stack. MongoDB, Express, Web Components, and Node.
Material Web Components: Building Forms
Although a still in prerelease, Material Web Components give you powerful input controls for building awesome forms.
How to integrate Tailwind in a LitElement app
Integrating Tailwind in a LitElement app is really simple if you're using Snowpack.
CSS Grid Templates
Here's a collection of eight modern css layouts.
Using Redux with LitElement
I am not an expert at redux. I don't even really like it. But state management is important and there's little material out there that demonstrates Redux and LitElement in a sandbox. So here we go.