-
> 1. На сервере - Node.js и Express.
> Koa
> See https://github.com/lostpebble/koa-mobx-react-starter
> 2. CSS modules и isomorphic-style-loader для автоматической генерации Critical CSS при Se…
-
Hello! I'm using ImmutableJS data structures with my redux store and it mostly works with Redux DevTools. I'm using the extension downloaded from the Chrome store (v2.14.3). One thing I've noticed …
-
Using this code, I was getting the 'state.forEach' is not a function error. Now, I seem to get 'state.has' is not a function error. I assume these errors are related to having immutablejs just on subs…
-
Let's take this code:
``` jsx
const mySuggestions = Immutable.Map();
...
return );
```
This code does not work. I got:
```
app.js:9386 Warning: Failed prop type: Invalid prop `suggestions` of typ…
-
赢财富(微信版)目前存在的性能问题:
关于文件加载和代码逻辑的性能问题,以及数据管理的性能问题,这里暂不讨论。这里,主要讨论react的渲染性能。
这里讨论的react的渲染性能,对于我们目前的赢财富,我暂时没有考虑到比较全面的解决办法,但是也有一点不成熟的想法。下面我将从产生性能问题的原因开始进行说明。
要说明为什么会有渲染性能问题,需要明白react是怎么执行渲染操作的。re…
ghost updated
7 years ago
-
There are a lot of things in the boilerplate that should be upgraded and a lot of minor changes that we always implement after starting a new project that we should just include in the boilerplate.
…
-
**Immutable Data Solutions**
Immutable 详解及 React 中实践
https://github.com/camsong/blog/issues/3
Immutable Data 就是一旦创建,就不能再被更改的数据。对 Immutable 对象的任何修改或添加删除操作都会返回一个新的 Immutable 对象。Immutable 实现的原理是 P…
-
- [](https://github.com/reactjs/)
- [react-](https://github.com/reactjs/react-)
- [理解 React,但不理解 ,该如何通俗易懂的理解 ? - 知乎](https://www.zhihu.com/question/41312576)
- [A cartoon intro to ](https://code-ca…
-
-
https://lucifer.ren/blog/2020/06/13/immutable-js/
lucifer的个人博客,用来记录LeeCode刷题过程和心得,以及构建大前端知识体系