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
4 changes: 4 additions & 0 deletions imports/ui/Recommendations2.md
Original file line number Diff line number Diff line change
@@ -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)