Closed OlegSuperBro closed 2 weeks ago
Current files structure is hard to scale and maintain on bigger scale. My current version of file structure are written here TL;DR this
my-app/ ├── public/ ├── src/ │ ├── assets/ │ ├── components/ │ ├── hooks/ │ ├── pages/ │ ├── services/ │ ├── types/ │ ├── utils/ │ ├── App.tsx │ ├── index.tsx │ ├── react-app-env.d.ts │ ├── reportWebVitals.ts │ ├── setupTests.ts ├── .eslintrc.json ├── .prettierrc ├── tsconfig.json ├── package.json └── README.md
but also with added subfolders (for example "components/chat/ChatMessage.tsx")
i like this, our current structure is definitely a bit messy :3
I think we need another approve for this structure from @ClaireRoush after that i will work on it
Current files structure is hard to scale and maintain on bigger scale. My current version of file structure are written here TL;DR this
but also with added subfolders (for example "components/chat/ChatMessage.tsx")