• 0 Posts
  • 1 Comment
Joined 1Y ago
cake
Cake day: Jun 30, 2023

help-circle
rss

depends what you mean by application code… I’d say if your business logic is exclusively used by a ui feature the best is to keep them together. but you probably want to abstract away things like data access. I found working with a nx monorepo helps reasoning about how to structure your code.