Skip to content

Instantly share code, notes, and snippets.

@PeterKow
Created August 13, 2018 13:49
Show Gist options
  • Select an option

  • Save PeterKow/0ae615d61a7688c0515bc4fdb6ed6fe5 to your computer and use it in GitHub Desktop.

Select an option

Save PeterKow/0ae615d61a7688c0515bc4fdb6ed6fe5 to your computer and use it in GitHub Desktop.
Example for feature type grouping
├── 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