PR feedback

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
Derrick Mehaffy 2020-04-15 02:26:53 -07:00
parent 3ebd497454
commit a4423f2fda
No known key found for this signature in database
GPG Key ID: 5244F387D2FF3618

View File

@ -15,15 +15,6 @@ plugin/
| └─── containers/
| | └─── App/ # Container used by every others containers
| | └─── Initializer/ # This container is required, it is used to executed logic right after the plugin is mounted.
| | └─── HomePage/
| | └─── action.js # List of Redux actions used by the current container
| | └─── constants.js # List of actions constants
| | └─── index.js # React component of the current container
| | └─── reducer.js # Redux reducer used by the current container
| | └─── sagas.js # List of sagas functions
| | └─── selectors.js # List of selectors
| | └─── styles.scss # Style of the current container
| |
| └─── translations/ # Contains the translations to make the plugin internationalized
| └─── en.json
| └─── index.js # File that exports all the plugin's translations.