Similar to the basic idea of microservice, instead of slicing across technical lines we want to slice across "business function" instead, which in frontend means one namespace (one file) for each view. These files should have the view + events + subs colocated so that the context is localized and easier to read.
Similar to the basic idea of microservice, instead of slicing across technical lines we want to slice across "business function" instead, which in frontend means one namespace (one file) for each view. These files should have the view + events + subs colocated so that the context is localized and easier to read.