mununki / react-redux-saga-boilerplate

A Boilerplate with React.JS / Redux / Redux Saga / Typescript
13 stars 1 forks source link

I can see one issue #1

Open marlon-gordner opened 4 years ago

marlon-gordner commented 4 years ago

Hello, how are you? I am going to use this source, but I have one issue. I couldn't fine service file in these source: https://prnt.sc/ulnig0

Could you please check it and let me know what is the solution?

Best regards, Marlon.

mununki commented 4 years ago

Hi, First of all sorry for your inconvenience. I guess I failed to clean up the unnecessary dependency in my codes. You can totally replace that part whatever you're using for authentication to your API. For instance, you can replace it to get a jwt token from localStorage or session storage.

marlon-gordner commented 4 years ago

So, can't you update full source right now? :)

mununki commented 4 years ago

https://github.com/mattdamon108/react-redux-saga-boilerplate/pull/2 Check this out.