Jenkins-ng / Frontend

0 stars 0 forks source link

Folder Structures #1

Open PatMiracle opened 1 year ago

PatMiracle commented 1 year ago

There are folders such as context, assets, pages, hooks and utils. Placing of components in the various locations should be done with respect to their functions.

For instance the utils folder should not hold react components, and I feel the files in the components folder are also too many.

Components folders should contains jsx that are reusable, assets for images and vectors and so on.

Jybium commented 1 year ago

Sure. Once everything is well knitted together, proper file structuring will be done. Thanks.

Jybium commented 1 year ago

I'm aware too.