Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organize folders #196

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Organize folders #196

wants to merge 4 commits into from

Conversation

fanny
Copy link
Contributor

@fanny fanny commented Oct 19, 2021

In order to improve our example comprehension, I've decided to group components related into modules. I know this is subject of judgment, but at least I saw this organization pattern many times, so I believe it's well adopted. Now the modules are organized as follows:

I'm totally open to closing this if y'll think it's not useful or change to another interesting organizational structure, so feel free to suggest things.

├── public
├── schema
└── src
    ├── __generated__
    ├── components
    ├── hooks
    ├── pages
    │   ├── IssueDetail
    │   │   └── __generated__
    │   └── Issues
    │       └── __generated__
    └── routing
  • components: Contains foundational components used by other pages (e.g ErrorBoundary, SuspenseImage)
  • hooks: Contains all hooks available on this project
  • pages: Contains the modules for our routes and their own components

I've also created a new component called IssueDetailComment because we were copying-paste its content on IssueDetailComments and IssueDetailRoot

Copy link
Contributor

@voideanvalue voideanvalue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the pull request @fanny. I like the updated structure.

The files in src/__generated__/ are build artifacts created by relay-compiler and cannot be moved. I can merge this after those changes are reverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants