You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directory structure and components structure is not efficient nor scalable. The currect directory structure was made by keeping the 'pages' directory structure in mind, but is irrelevant as the 'app' directory revamps the organisation of the project files completely.
Need to organize files and components accordingly that are easy to manage and will scale efficiently to a bigger codebase.
The directory structure and components structure is not efficient nor scalable. The currect directory structure was made by keeping the 'pages' directory structure in mind, but is irrelevant as the 'app' directory revamps the organisation of the project files completely.
Need to organize files and components accordingly that are easy to manage and will scale efficiently to a bigger codebase.
Here are the official docs:
Getting Started: Project Structure
Project Organization and File Colocation
Routes going through UI component refactors:
/components
Distribute local components that are in /src/components #15/user
Refactoring components in /user route #4/jobs
Refactoring components in /jobs route #11The text was updated successfully, but these errors were encountered: