Sydney Loteria
Sydney Loteria

Reputation: 29

React JS and Meteor JS Folder Structure

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

Answers (2)

Nikhil Goswami
Nikhil Goswami

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

Carl Ditzler
Carl Ditzler

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

Related Questions