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
It is good to divide certain files into subfolder, this helps with adhering to a MVC structure and dividing responsibilities between files. The following folders should all be inside "src"
I propose the following folders:
assets (icons, images, etc)
components (reusable components)
containers (larger reusable chunks)
models (objects used across the app)
pages (top level skeletons)
utils (useful functions)
The text was updated successfully, but these errors were encountered:
It is good to divide certain files into subfolder, this helps with adhering to a MVC structure and dividing responsibilities between files. The following folders should all be inside "src"
I propose the following folders:
The text was updated successfully, but these errors were encountered: