In a component-oriented application, a suggestion that code should be organized by (more-or-less) stand-alone features, rather than layers of system architecture (authentication, database, ui, api, etc.)
http://ryanlanciaux.com/blog/2017/08/20/a-feature-based-approach-to-react-development/
A feature based approach to React development | Software Development Notes