Joshua-Disney / shopping-list-frontend

MIT License
0 stars 1 forks source link

Architecture Suggestion: Views Vs Components #26

Open indifferentghost opened 4 years ago

indifferentghost commented 4 years ago

I think you'll have a more refined directory and component structure if you separate the idea of Views from Components. Views should be composed of multiple components. Your Components should follow the idea of do one thing.

(ex: This should probably be a component)