-
With a given code
```js
const mapState = ({ page, direction, ...state }) => ({
page,
direction,
isLoading: isLoading(state)
})
```
memoize state should not react to any state change, as …
-
Starting in v20220803 the release jar now contains an erroneous module-info.class file. Pre-v20220803 releases contain no such file and allow Java to use automatic modules. Starting in v20220803 a mod…
-
-
Thank you for your work on redux-toolkit, it really is an amazing library.
I'm using `createEntityAdapter` to keep my data normalised and it's working very nicely, however, my use-case means not on…
-
First of all, thank you guys for an awesome library!
I checked the latest version (`0.0.8`) and found your utilities `atomFamily` and `selectorFamily` very useful, but currently limited.
From y…
-
- I've seen many posts detailing how to use a selector for async get requests, these show whether request has loaded or if it has content and they work great. But they don't store to state.
- I've …
-
I am using ngxs for state handling in angular, and I am trying to test our components as units, so preferably only with mock stores, states etc.
What we have in our component is something like:
…
-
``` javascript
var Hello = React.createClass({
getExpensiveNumber: function() {
return ...; // expensive value computed from props and state
},
computeSomethingBasedOnExpensiveValue…
-
[Hooks](https://reactjs.org/docs/hooks-intro.html) were recently announced with the release of an alpha of React `16.7.0`. I wrote up a connect hook that I'm using in one of my apps that seems to work…
-
## Scope & Context
We had to revert a refactor on getRecordIdentifier for each relation field type, because it didn't work everywhere.
## Technical inputs
We should get the refactor done not …