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.
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.
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.
How to create a modern web app using WordPress and LitElement
In this much needed post I'll cover how I created my portfolio site as a modern web app in WordPress using LitElement.
How to use LitElement Components in React by Example
Web Components are great. They theoretically can be used with any library or framework. React takes a little bit more effort to work with Web Components however. In this post I'll use Kemet components, which are built with LitElement, in a React application by using wrappers. Although I'm using LitElement, the principals here apply to Web Components built using anything.
Search functionality with LitElement and Algolia
Adding search functionality to your site might seem like a complicated feature. With LitElement and Algolia working together however, it's pretty easy. Lets break down how to do this!
How to create Dark Mode in a LitElement App
Thanks to themes, creating a dark mode with LitElement is a lot easier than one might imagine.