Move pages to containers
gazpachu opened this issue · 1 comments
gazpachu commented
At the moment, all components are in the same folder. We should divide them between, the smart ones (with data fetching/updating) and the purely UI ones (mostly reusable).
farhdibehnamdev commented
Would you like to use the Container/Presentational pattern?