What is better solution, make more smaller stores or less bigger. ? For example i have settings, and there are two pages - graphSettings
, and productSettings
Have i write for them one or two stores? what is more effective solution..
For exemple my local data in first store looks - http://pastebin.com/GYEJ9fhT .. its a lot of rows, and its just for graphSettings... with productSettings it will be even larger.. So have use one or two ?? Thanks a lot.
It's always a good practice to separate where you can, it'll benefit you in the future. The smaller and simpler your components/files are, the easier they'll be to develop, test and debug.