Nicolas Echezarreta
Nicolas Echezarreta
Hi, Parent actions ``` js someFunc() { this.dispatch(); } someFunc2() { this.dispatch(); } someFunc3() { this.dispatch(); } ``` Parent component ``` js ``` Child component ``` js {...} Child.propTypes =...
Hi, I tried the extension and figured out that when you are accessing an app via webpack-dev-server (http://localhost:port/webpack-dev-server/) the extension doesnt work, but it does work if you just access...
Update `translation` module & provider to stop depending on sagas and start using redux-toolkit instead. I'm not an expert on react but this seems to be working + has feature...