工业聚
工业聚
There is still some work we can do, such as handling stale closure, we may introduce `useComputed` and `useBinding` based on `useMemo` ```javascript let computed = useComputed({ get value() {...
@littlehaker [useComputed](https://github.com/Lucifier129/bistate#usecomputedobj-deps---obj) and [useBinding](https://github.com/Lucifier129/bistate#usebindingbistate---obj) are implemented in bistate. You can click the links above to see how to use. Give me feedback when you have any question. We will ship...
Thx, [bistate v1.3.0](https://www.npmjs.com/package/bistate/v/1.3.0) has been published to npm, it's available now.
looks good remain: I filed an issue in the repo of react-imvc v3. please check while you are available:)
Intersting, haha~
Which version of `react-lite` did you use? `onAnimationFrame` had better out of `handleRef`, just use `handleRef` to attach and detach `ref` ``` javascript class MyComponent { componentDidMount() { if (condition)...
I checked it in my machine, the state of component is changed by setState in IE9 & IE10 & IE11, the code is in bleow ```javascript // use create-react-app import...
I have never seem this error message before, can you add some code for reproducing?
It seems like this is not a problem with `react-lite`, I have no idea what can we do.
yes, `npm install --save fastclick` is necessary when use `react-lite/lib/react-tab-event-plugin`.