Slava

Results 16 comments of Slava

Great news! Was also wondering how would it be best to improve and work on this project. I believe that we should first decide how to deal with all the...

@againksy There was a talk about different side-effect handlers before I've summerized my understanding on them at https://github.com/reactGo/reactGo/issues/858#issuecomment-299223459. Didnt know about redux-logic. After a bit of reading about `redux-logic` it...

So i've gone and cleaned the project as much as i could (Some people might hate me for closing their issue but it can always be reopened 😄 ) In...

That's a great question! 😄 I'm working mostly with Bitbucket but i'll try to answer based on what i know/understand (Please correct me if i'm mistaken) - Whoever is defined...

@choonkending Did you write the changelogs yourself? 😱 i salute you! Regarding the changelog, i believe that we should be the ones that update it. What i was trying to...

There is a talk about it here actually https://github.com/webpack-contrib/extract-text-webpack-plugin/issues/455 You could try to use https://github.com/faceyspacey/extract-css-chunks-webpack-plugin for example

So did you manage to work around this? I've too read the other issue that you've linked but i'm not sure how the entire flow should work. Say i want...

@maxtruxa @mjsalinger I've created a working example of this with mongodb https://github.com/slavab89/oauth2-server-example-mongodb Please see if it helps and update us on the status of the project if possible (version 3...

Same thing happens to be when using remove&push for FieldArray. It appears there was an issue like this before https://github.com/erikras/redux-form/issues/2466 and it should have been fixed but i still experience...

Yeah you can do that, or use a selector for the field or `formValueSelector`. The thing is that once you do `rerenderOnEveryChange` it will impact performance