react-lite icon indicating copy to clipboard operation
react-lite copied to clipboard

An implementation of React v15.x that optimizes for small script size

Results 23 react-lite issues
Sort by recently updated
recently updated
newest added

i ran into an issue yesterday where my event handlers were all firing twice. took me long time to debug and i ended up having to revert react-lite. when i...

Hello Lucifer I'm actually in china for holidays, i saw that you re located in Shanghai.. so why not asking you directly. I have a website running with last material-ui...

Hi, I am using react-lite and its's `react-lite/lib/react-tap-event-plugin` with installed as dependency fastclick, because without fastclick webpack throws error since `react-lite/lib/react-tap-event-plugin` requires it. Everything was great until I opened browser...

Draft.js seems to not be working on react-lite

不好意思直接开了PR方便描述,请看一下 touchstart和touchend都能正常工作,因为不在unbubbleEvents列表中,而touchmove则不然,见: src/event-system.js:81 直接在element上加ontouchtmove似乎是有问题的(在chrome设备模拟器中即可重现),不过不是太明白当时你写为unbubble的意图,来请教一下。 直接从unbubbleEvents列表中移除后目前case可pass,测试也没问题。后续我考虑补齐一些event-system相关的case。 请告诉我你的想法

I've been running React Lite in production for a week and just found the following error report: ``` Uncaught TypeError: r.replaceData is not a function ``` (Chrome 56, Windows, running...

`setState` inside a timeout callback does not mutate the state. Encountered in IE10 and IE11. ```javascript componentDidMount() { setTimeout(_ => this.setState({param: true}), 1000); } ``` When I switched to the...

The batchUpdate method processes the update queue in the wrong order which causes bugs in my app. I am doing an update to remove a component, then the next update...

in IE9 ,use FB's react work fine,replace with react-lite work strange and throw error. ``` SCRIPT5007: Unable to get value of the property 'cache': object is null or undefined SCRIPT87:...