Reputation: 29
I would like ask on how you structure your files in the folder. Can't seems to find any example when Meteor JS is combine in React JS regarding their folder structure. Thanks!
Upvotes: 1
Views: 700
Reputation: 81
Execution will be done in alphabetical order folders have high priority than files meaning folder cat will be executed before cat.js, but files in lib folder will be executed before all other folders irrespective of alphabetical order file with name 'main' will be executed in last.
Upvotes: 1
Reputation: 11
When considering structure for Meteor and React, also consider Flow Router. Structure recommendations: https://forums.meteor.com/t/folder-structure-with-react-and-flow-router/8285/1
Upvotes: 1