buckyroberts / React-Redux-Boilerplate

Awesome React / Redux boilerplate and tutorial.
https://www.youtube.com/user/thenewboston
819 stars 621 forks source link

How to call API ? #21

Open maamun07 opened 7 years ago

maamun07 commented 7 years ago

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.

shaoyikai commented 6 years ago

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).