radekxrandom / device_bridge

[Unmaintained] Scan the qr code with your phone's camera and be able to easily share files between those two devices. You can add as many devices as you want, you only need to scan a qr code (re-generated every 2 minutes)
https://device-bridge.vercel.app/
Apache License 2.0
1 stars 0 forks source link

Folder organisation (front) #12

Closed v-bondarenko364 closed 3 years ago

v-bondarenko364 commented 3 years ago

In this project, it's normally to have modules right inside you src/ folder

But in larger projects better to use something like project structure:

src/ App.jsx yarn.lock package.json ... modules/ components/ <-- common components connected/ disconnected/ helpers/ mockData/

radekxrandom commented 3 years ago

"But in larger projects better to use something like project structure:" should be the point here. Go take a look at my bigger projects.