From 50baf184558fb07b6520e1838474ef73370dbb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Enrique=20Gonzalez=20Pe=C3=B1uela?= Date: Mon, 8 Oct 2018 17:05:11 -0500 Subject: [PATCH] Create Recommendations.md --- imports/ui/Recommendations.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 imports/ui/Recommendations.md diff --git a/imports/ui/Recommendations.md b/imports/ui/Recommendations.md new file mode 100644 index 0000000..0ff8513 --- /dev/null +++ b/imports/ui/Recommendations.md @@ -0,0 +1,11 @@ +# Organization +- Try to use folders to order your components, maybe for this first iteration is not necessary +but when the project becomes much bigger you will suffer with bad organization. A possible example: + +- auth + - AccountsWrapper +- shared + - Home + - SignIn + - NewUserForm +- etc