Created
August 13, 2018 13:49
-
-
Save PeterKow/0ae615d61a7688c0515bc4fdb6ed6fe5 to your computer and use it in GitHub Desktop.
Example for feature type grouping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ├── src | |
| | ├── orders (feature) | |
| | ├── asstes (type) | |
| | ├── orders.png | |
| | ├── components (type) | |
| | ├── order.jsx | |
| | ├── order-list.jsx | |
| | ├── order.styles.js/css | |
| | ├── logic (type) | |
| | ├── order.api.js | |
| | ├── order.redux.js | |
| | ├── common (feature) | |
| | ├── components (feature) | |
| | ├── button.jsx | |
| | ├── avatar.jsx | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment