Hasani Rogers' Blog

Showing posts tagged with lit.

Return Home

Material Web Components: Building Forms

  Tuesday, March 2, 2021

Although a still in prerelease, Material Web Components give you powerful input controls for building awesome forms.

Read More

How to integrate Tailwind in a LitElement app

  Saturday, December 5, 2020

Integrating Tailwind in a LitElement app is really simple if you're using Snowpack.

Read More

Using Redux with LitElement

  Tuesday, November 17, 2020

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.

Read More

How to create a modern web app using WordPress and LitElement

  Wednesday, September 16, 2020

In this much needed post I'll cover how I created my portfolio site as a modern web app in WordPress using LitElement.

Read More

How to use LitElement Components in React by Example

  Monday, September 14, 2020

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.

Read More

Search functionality with LitElement and Algolia

  Tuesday, September 8, 2020

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!

Read More

How to create Dark Mode in a LitElement App

  Thursday, September 3, 2020

Thanks to themes, creating a dark mode with LitElement is a lot easier than one might imagine.

Read More