Feature-based organization groups all files for a feature together:
src/
users/
UserList.js
UserService.js
userUtils.js
users.test.js
products/
ProductCard.js
ProductService.js
This lets you quickly find all code related to a feature.