Sabbatical dev

sabbatical devtechnical blog
 

Reducing your bundle size

I found this tool helpful

Recently I have been preparing my new Next.js application for production on vercel

Its quite..

read
 

Stop the Dark Mode Flash in MUI 5 with Next.js

Using cookies to render the correct theme

After setting up dark mode on Material UI version 5 (MUI 5)...

read
 

Configure Dark Mode in Storybook with MUI 5 and Next.js

Learn about Decorators, Toolbars and more

I recently started a new project and I’ve decided this time...

learn
 

FuseType

My state management library for React, Svelte and more...

A few weeks ago after reading through Head First Design Patterns and learning the observer pattern..

read
 

Manage State in React without Redux or Context

Meet the Observer pattern

After implementing the observer pattern in Typescript I wondered if I could use it in a React application.

learn
 

Two Tips for Cypress

with Next.js GitHub Actions and Vercel

I have worked with a few different E2E frameworks and most have taken me a little will to get up and running with...

read
 

Next.js and strapi XML sitemap

SSR when revalidating on Vercel

After building the main components to my blog, the first thing on my mind was an XML sitemap...

read
 

tailwindcss don't always repeat

Spacing is a great option

Working with tailwindcss has been great and one of my first quick tips around it is the use of spacing.

read