This is where our React source files live.
common
folder is where shared, custom components should live.data
folder is where React contexts live. See: https://react.dev/learn/passing-data-deeply-with-contextAdmin
and Main
are “app” folders. admin.jsx
mainly uses the Admin
folder (/admin
), main.jsx
uses Main
(/main
); the lower-cased folders are communal.