nuxt-features
Feature module pattern organizing domain logic into queries, mutations, and actions. Use when implementing data fetching with filters, API mutations with loading states, business logic with UI feedback, or organizing domain-specific code.
feature-modulesdomain-driven-designdata-fetchingstate-management
leeovery
1
angular-module-design
Design Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angular applications with proper separation of concerns.
angulartypescriptdependency-injectionlazy-loading
aj-geddes
301