Actions
Refactor #22473
openRefactor the react app folder structure to group files by domain
Description
See https://community.theforeman.org/t/suggestion-refactor-the-react-app-folder-structure/7843/3
```
pp/
Header.js
Sidebar.js
App.js
reducers.js
routes.js
command/
Command.js
CommandContainer.js
CommandActions.js
CommandList.js
CommandItem.js
CommandHelper.js
commandReducer.js
product/
Product.js
ProductContainer.js
ProductActions.js
ProductList.js
ProductItem.js
ProductImage.js
productReducer.js
user/
User.js
UserContainer.js
UserActions.js
UserProfile.js
UserAvatar.js
userReducer.js
```
Actions