Roact: Where do I put components?

I’m making UIs out of Roact right now, and I’m wondering where I should place individual component modules.

I’m using Roact, Knit Framework, TS, and Rojo right now.

I like putting them under one big folder. Then I group them up based on how they’ll be used.
image

2 Likes

Thanks, small question: Should Roact be managed within Controllers or independantly?

I like managing it in one controller. It loads everything up there.

1 Like