Dmitry Zaets
Dmitry Zaets
- Enable CSS Modules - Reuse `getLocalIdent` format from the [CSS Modules configuration of CRA webpack config](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/config/webpack.config.js#L521-L523) - Closes https://github.com/antonybudianto/cra-universal/issues/215
I've republished v1.4.0 as v1.5.3 in order to fix issues caused by breaking changes. The next step would be to test the new version, ensure that it works in all...
Will be useful to know all assertion frameworks/libraries which used by users of redux-actions-assertions. Feel free to leave a comment.
Redux Thunk 2.1.0 adds the possibility to register dependencies of async action in middleware setup (https://github.com/reactjs/redux/issues/1716), which is useful for testing. Currently, there is a way to set middlewares for...
With https://github.com/redux-things/redux-actions-assertions-js/pull/3 "with state" function now supports function. Docs needed to be updated: - [ ] chai - [ ] Update function definition - [ ] Add example of usage...
Using the library in multi-language projects would be tremendous, and avoid copying/pasting templates but instead use the localization library. Are there any plans to extend the project documentation to showcase...
Added draft. Need to be tested and fixed.