-
There aren't any type definitions in DefinitelyTyped for this. There is a fork that has them, but since the developer hasn't provided tests, it's unlikely to get merged in soon.
https://github.com/um…
-
I have some non-immutable object in state (like routerReducer of `react-router-redux`), when I using `redux-persist-immutable`, it will throw `state.forEach is not function` error. I think we should u…
-
*From @mcclure on Thu, 08 Oct 2020 05:15:11 GMT*
Hi, I have a need for a "priority queue" style data structure, or more specifically I need an immutable structure that I can add items to in arbitrary…
-
```
interface IEditorModel {
timeDimension?: TimeDimension;
}
const defaultEditorModel: IEditorModel = {
timeDimension: undefined,
};
export class EditorModel extends Record(defaultEditor…
-
### The Problem
Given the following form:
```jsx
val && val.length },
}}
>
```
I get an error: `Maximum call stack size exceeded`, while if I configure it to update on submit only, the error…
ghost updated
7 years ago
-
I tested the library with a simple TodoMVC/Redux/ImmutableJS-like exercice [here](https://github.com/jmfayard/skripts/blob/a8805847c328c1ba3998757961f28f075ad81fce/test/kotlin/immutable.kt#L57-L83)
…
-
I'm aware that support for ImmutableJS has been discussed and deemed out of scope: https://github.com/ramda/ramda/issues/1367
However I've noticed that a lot of Ramda works with Immutables' Seq (et…
-
[immutable.js](https://facebook.github.io/immutable-js/) simplifies most of the code in reducers. This has no high priority but we should do it when we find some time imo.
-
Use https://github.com/ryanseddon/redux-debounced debounce middleware to restore `onChange` support for Redux intensive forms like Misk/Web-Actions https://github.com/cashapp/misk/pull/1104
-
ImmutableJS doesn't seem to offer an incremental sort algorithm; this would make an excellent addition to its lazy data structures.
The basic idea of an incremental sort is that you can sort the se…