Latest Updates

Documenting code, one commit at a time.

Streamlining Development: Navigating a React Project Migration to Vite

Introduction

Our journey with the kays-react project recently involved a significant internal migration. As development evolves, so do the tools and best practices. This particular "Feature/migration" focused on modernizing our development environment and build process to enhance performance and developer experience.

The Challenge

Before this migration, the kays-react project, like

Read more

Building a React Component's Basic Structure

Let's walk through setting up the basic structure for a React component in the milliarium_react project. This involves creating the initial file structure and defining the foundational elements of the component.

Component Setup

Creating the basic structure of a React component typically involves setting up the file and defining the component's initial render logic.

Read more