-
investigate data format for api comms.
- [normalizr](https://github.com/paularmstrong/normalizr)
- [reselect](https://github.com/reactjs/reselect)
- [immutablejs](https://facebook.github.io/immuta…
nikrb updated
5 years ago
-
Hi guys,
i'm trying implement redux immutable in my project but i got stuck at connect mapStateToProps because the state returned from redux is Map object from ImmutableJS and i can not access user…
-
# Immutability
* [x] [ImmutableJS][immutable-js] 作者 [Lee Byron][]
* Redux Documentation:
* [x] Immutable Data: http://redux.js.org/docs/faq/ImmutableData.html
* [x] Using ImmutableJS: http…
-
I have an issue when using immutableJS list.
```
++ iterable.length has been deprecated, use iterable.size or iterable.count(). This warning will become a silent error in a future version.
++ Possib…
-
Hello.
Quite often while working with `ImmutableJS` data structures and other immutable libraries people forget that values are immutable:
They can accidentally write:
```
obj.set('name', 'newName'…
-
Very cool project ! I've myself written some playground code to wrap mini-mongo documents in immutableJS structures to allow fast shouldComponentUpdate() checks in "pure" react components - I was actu…
yched updated
8 years ago
-
# Roadmap
## Bundling
- [ ] Double check that tree shaking is working properly
- [ ] Ensure Flow types are stripped in the production bundle
- [x] Ensure Ramda methods are imported explicitly, wit…
-
Apologies if this is deemed a duplicate issue, but I felt my case was different enough from some of the other similar issues people were experiencing.
I have a strange issue. I am using redux-storage…
-
Hi!
I see that `List`'s property length is proxied to become `size` which is the right one for Immutable.
Here's a piece of code:
```
const {List} = require('immutable-proxy')
const list = List([1…
-
> 1. На сервере - Node.js и Express.
> Koa
> See https://github.com/lostpebble/koa-mobx-react-starter
> 2. CSS modules и isomorphic-style-loader для автоматической генерации Critical CSS при Se…