All Articles4

  • Jotai
  • Tailwind
  • Next.js

Using Jotai for state management

Jotai is so simple and I love it! Here is how I used it for managing my state, specifically my theme.

  • CSS Variables
  • Jotai
  • Tailwind
  • Framer Motion

Configuring CSS Global Variables with Tailwind

I was really wanting to use Framer Motion to animate colors. However there was a caveat - I needed Global CSS Variables available to me and I am using Tailwind CSS. Here's my guided solution to that problem...

  • TailwindCSS
  • Next.js
  • Prettier
  • Config

How to configure Tailwind CSS with Next.js!

I like to setup all of my Next.js projects with TailwindCSS. Here is my basic configuration for each one of the projects I create.

  • JS Module Bundlers
  • ES6
  • Webpack

Learning about ES6 Modules and JS Bundlers

Here is some info on ES6 modules, what JS Bundlers are and why we have them, with some examples.