Hi Bucky ...
I'm on very initial stage of react and redux, I have few queries about your boilerplate which is given below.
In your boilerplate, from where I should call api and how to call api ... ? Another thing is why 'stores' layer isn't exist in your boilerplate structure ... ?
If you let me know it will help me.
Thank you.
It seems that the store is just needed once in the entry index.js . so needn't stores folder.
I have the question too (where should i call api and how).
Hi Bucky ... I'm on very initial stage of react and redux, I have few queries about your boilerplate which is given below. In your boilerplate, from where I should call api and how to call api ... ? Another thing is why 'stores' layer isn't exist in your boilerplate structure ... ? If you let me know it will help me. Thank you.