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