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
Page folder with subfolders for each component that has a route endpoint(currently src/views).
Example:
src/pages/about/About.jsx & About.scss
Components folder with subfolders for each component that does not has a route endpoint(currently src/containers)
Example:
src/components/device/Device.jsx & Device.scss
The current structure is a mess.
New Structure:
Page folder with subfolders for each component that has a route endpoint(currently src/views).
Example:
src/pages/about/About.jsx & About.scss
Components folder with subfolders for each component that does not has a route endpoint(currently src/containers)
Example:
src/components/device/Device.jsx & Device.scss
src root directory contains:
App.jsx
index.jsx
Routes.jsx
Mainframe.jsx & Mainframe.scss
The text was updated successfully, but these errors were encountered: