Alrefai / jammming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Containers vs Components

Rodrigap opened this issue · comments

I see what you did by dividing up your app into containers and components, but for a small project like this I'd honestly recommend just combining them as usual into normal components. It's a little trickier to keep track of props and methods when you have so many files for just a few components, I think it would be easier to make mistakes like this