From 304f63774267017538348e77405a620ccbb04101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Enrique=20Gonzalez=20Pe=C3=B1uela?= Date: Mon, 8 Oct 2018 17:18:32 -0500 Subject: [PATCH] Create Recommendations2.md --- imports/ui/Recommendations2.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 imports/ui/Recommendations2.md diff --git a/imports/ui/Recommendations2.md b/imports/ui/Recommendations2.md new file mode 100644 index 0000000..1fad60b --- /dev/null +++ b/imports/ui/Recommendations2.md @@ -0,0 +1,4 @@ +# App.js composition +- Try to use more components to have a more readable and clean application. Certainly, it is not prohibited to use state +and render plain html in your App, but it would benefit you (and people reading your code) to understand more easily the functionality +of each part. You can find a very simple example in this link: https://github.com/cegonzalv/tensorflowJSForPoets/blob/master/tactileFinder_node/client/src/App.js (I know it is a very simple example, but it should help you visualize what i meant)