From f33481ee226fc7e250cd83a72be68dc6a8afe36c Mon Sep 17 00:00:00 2001 From: Amaar Ali Date: Fri, 6 Jun 2025 16:43:05 -0400 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea0cf82..3da4883 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,4 @@ SOLUTION: I created a user-friendly, science-based, and individualized responsiv -Make sure the DB structure ALWAYS matches as close as possible to the codebase structure of the data to be fetched, updated, deleted, created, etc. If not, many things will break in the process and will need to be re-structured to fix. --Don't let any components get too large and bloated. If so, even if they are a large component, like a core page, such as CreateMeso.js. If you don't offload as much as possible, especially on the bigger components, to smaller utlity components or child components to be rendered by that parent, then you will have way too much code in some components, and it makes debugging, implementing new features, etc., way more cumbersome. +-Don't let any components get too large and bloated. If so, even if they are a large component, like a core page, such as CreateMeso.js. If you don't offload as much as possible, especially on the bigger components, to smaller utility components or child components to be rendered by that parent, then you will have way too much code in some components, and it makes debugging, implementing new features, etc., way more cumbersome.