-
Three stores that track the list of site invites and the REST requests to accept or create an invite. They use ImmutableJS, which makes them an interesting target.
Used at 6 places when accepting o…
-
I create redux store use the facebook immutable js.
so I get state in my component like this:
`@connect(state => { rules : state.get('rules').toJS() })`
because connect only receive the plain objec…
-
Hi,
First of all, great little addition to eslint! Trying to use ramba (looked at immutablejs but settled on ramba in the end) - I needed a way to ensure I was doing any mutable operations - and th…
-
I'm wondering why aren't we using bitmapped Vector Tries for ImmutableList? Forgive me if this question has been asked.
As far as I know, this data structure is used in Closure's PersistentVector, …
-
Hi. Any chance this library could support something like immer patches? It would be an efficient mechanism to implement undo history and distribute state changes (e.g. via websocket), since only state…
-
```json
{"level":50,"time":1609028428652,"pid":8,"hostname":"6f420b3d8840","reqId":"ckj6dzdd1000q08mn69ra8pec","err":{"type":"TypeError","message":"Invalid value used as weak map key","stack":"TypeEr…
tec27 updated
3 years ago
-
*From @corcorb on Wed, 31 Oct 2018 19:23:16 GMT*
### What happened
As of `4.0.0-rc.11` the `hash` function no longer works with `moment` values.
It gives an error of:
```
/test/immutabl…
-
I'd like to pull the immutableJS dependency and API usages. Use [ImmerJS](https://immerjs.github.io/immer/docs/installation). This lets us use native DOM APIs. The components should always use native …
-
It was just pointed out to me that the Redux docs have a TOC entry labeled "Next Steps", but that page has never actually been written, so the link doesn't work. This would be an excellent topic to a…
-
*From @rbiggs on Fri, 10 Nov 2017 18:16:48 GMT*
### What happened
Trying to use ImmutableJS with Rollup as an es6 import. I have the Rollup plugin for CommonJS, which I've used for other CommonJS …