Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading