Preferred file/package structure for Circuit #678
clarksandholtz
started this conversation in
General
Replies: 1 comment
-
Yeah I think you can spread it around as much as makes sense! I've also seen a good pattern where |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been playing around with Circuit in a fairly small app I have been working on and I've loved it. I've drawn from the sample apps quite a bit, but I noticed some of them have a large
~Circuit.kt
file that contains screens, presenters, and UI composables.In larger apps, how are people organizing things?
I've been starting to do something like this:
Would love to know if people have found other patterns they like!
Beta Was this translation helpful? Give feedback.
All reactions