From 124512a36311935b9795d50ac3829bbb519be998 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 17 Apr 2025 14:26:35 -0500 Subject: [PATCH] Actually, it's React 18 --- CONTEXT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTEXT.md b/CONTEXT.md index 91aa6a0..49c261c 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -1,10 +1,10 @@ # Project Overview -This project is a Nostr client application built with React 19.x, TailwindCSS 3.x, Vite, shadcn/ui, and Nostrify. +This project is a Nostr client application built with React 18.x, TailwindCSS 3.x, Vite, shadcn/ui, and Nostrify. ## Technology Stack -- **React 19**: Latest version of React with improved performance and features +- **React 18.x**: Stable version of React with hooks, concurrent rendering, and improved performance - **TailwindCSS 3.x**: Utility-first CSS framework for styling - **Vite**: Fast build tool and development server - **shadcn/ui**: Unstyled, accessible UI components built with Radix UI and Tailwind