Where to put React container files?

Is there any guidance where to put react container modules if I’m following the Meteor Guide 1.3? I’m leaning toward separating them in a /imports/ui/containers/ directory.

A lot of people in the Redux community are now putting them in the same file as the presentation component.

That makes a lot of sense and would be much cleaner. Thanks!

1 Like