Rafał Goławski

Rafał Goławski @rgolawski

About: Front-end developer

Location:
Lublin, Poland
Joined:
Feb 21, 2021

Rafał Goławski
articles - 17 total

Handling Layout Form Submission Inside a React Router Cookie Banner 🍪

Recently, I was working on a React Router v7 app where I needed to implement a cookie banner. The app...

Learn More 1 0Jan 28

🍞 React Router v7: The Problem with Toasts After Form Submissions

Recently, I was working on a React Router v7 application where I needed to display a toast...

Learn More 3 1Jan 12

🗃️ Resource Routes in React Router v7

Here's a quick tip - React Router v7 routes aren't limited to just rendering UI components. They can...

Learn More 4 1Jan 10

I meant to delete a quick post, but accidentally deleted an article I spent 4 hours on yesterday. Totally my fault - I ignored the pop-up warnings. Perhaps there are so many warnings on the web nowadays that I've started to ignore them. How's your Friday?

A post by Rafał Goławski

Learn More 3 2Jan 10

My Technical Writing Framework

My New Year's Resolution is to write more. My most viewed posts have been about specific challenges...

Learn More 0 0Jan 8

Avoiding File Hashing in Vite #️⃣

When building projects with Vite, you may encounter situations where you need to prevent certain...

Learn More 7 0Jul 31 '24

How to make ESLint and Prettier work together 🛠️

Introduction 👨‍🏫 Let's be honest - setting up tools for a new project can be a frustrating...

Learn More 30 1May 5 '24

The Conundrum of the "Top X" Articles 🤔

In the vast ocean of programming and technology, we all strive to stay afloat. DEV has emerged as one...

Learn More 59 31Dec 8 '23

Parsing URL Search Parameters with Zod 💎

Introduction In today's digital age, the usage of URLs as a medium to share the state of...

Learn More 26 1Sep 7 '23

Easy Tutorial: How to Create an Express API for Beginners

Introduction Express is a minimalistic Node.js framework. One of the key benefits of using...

Learn More 6 0Jul 12 '23

UI elements examples with Tailwind CSS 🖼️

Table of contents Introduction What is Tailwind...

Learn More 4 0Jan 3 '23

Simple calendar in a few lines of code 📆

Introduction There's no doubt that calendars and date pickers are one of the most useful...

Learn More 9 0Nov 8 '22

Next.js starter recipe 👨‍🍳

Introduction If you're like me, and you tend to start many new Next.js projects the same...

Learn More 8 0Apr 26 '22

Building Chrome extension with Vite ⚡️

Introduction Browser extensions are gaining more and more popularity recently. They're not...

Learn More 39 9Jan 6 '22

Create Redux-like state management with React ⚛

Introduction Redux is probably the most popular state management library in React...

Learn More 21 0Dec 25 '21

Simple bar chart with React and D3 📊

Introduction Recently I've started working on an expense tracking application for my...

Learn More 12 0Dec 7 '21

Highlight active menu item with scrollspy hook ⚛

What is scrollspy? Scrollspy is a mechanism that highlights an active menu item based on...

Learn More 35 5Nov 7 '21