Dimitri KOPRIWA
Dimitri KOPRIWA
I just add a whole session around your example and the svgr documentation. After multiple attempl, including a copy past of your webpack config, I still have a path when...
> Is it possible for the user of Expo to extend Expo's Webpack config? Yes, it is possible as described [here](https://docs.expo.io/versions/latest/guides/customizing-webpack/#example) > That way you could add the `@svgr/webpack` dependency...
I have tested @michaelgira23 fix and it does work. To be near perfection, we should be able to decide if we import the url or the react component, usually with...
@renancarvalho +1
Grüß Gott @mxstbr, I would be happy to PR for you because I need a form login and as far as I know, I will do it on v3. I...
I have tried to implement it in v3 but I still got a bit confuse how to write the sagas. I have no PageHome so I just do the following...
Hi again @mxstbr, @gihrig So I have figured out where my problem come from. I had to reimplement again and start writing the store first instead of the component. It...
@mxstbr, I found this project: https://github.com/sotojuan/saga-login-flow/issues/25 That helped me to finish this. I had to use his sources of sagas.js and actions.js instead of yours. I can do it again...
https://github.com/mxstbr/login-flow use a different boilerplate than https://github.com/mxstbr/react-boilerplate. Also, @sotojuan adjusted the following files : https://github.com/sotojuan/saga-login-flow/blob/master/app/auth/fakeRequest.js != https://github.com/mxstbr/login-flow/blob/master/js/utils/fakeRequest.js https://github.com/sotojuan/saga-login-flow/blob/master/app/auth/fakeServer.js != https://github.com/mxstbr/login-flow/blob/master/js/utils/fakeServer.js https://github.com/sotojuan/saga-login-flow/blob/master/app/actions/constants.js != https://github.com/mxstbr/login-flow/blob/master/js/constants/AppConstants.js https://github.com/sotojuan/saga-login-flow/blob/master/app/actions/index.js != https://github.com/mxstbr/login-flow/blob/master/js/actions/AppActions.js https://github.com/sotojuan/saga-login-flow/blob/master/app/reducers/index.js != https://github.com/mxstbr/login-flow/blob/master/js/reducers/reducers.js and...
Hi @xDae! Are you willing to help and implement your good ideas within a project with more contributors ? It's quite heavy for 1 person and you had some good...