react-lite
react-lite copied to clipboard
An implementation of React v15.x that optimizes for small script size
just curious about future of project
I do not see `fastclick` list on `devDependencies` of `package.json` . Should I install `fastclick` by myself? Or, just add alias `'react-tap-event-plugin': 'react-lite/lib/react-tap-event-plugin'`? `react-lite/lib/react-tap-event-plugin.js`: ```js 'use strict'; var Fastclick =...
 `Uncaught InvalidStateError: Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('number') does not support selection.` `"react-lite": "^0.15.38",` `"fastclick": "^1.0.6",` google chrome: 63.0.3239.132, set `toggle device toolbar` on...
As you can see [here](https://codepen.io/anon/pen/jGGwXy), `onClick` handler is not triggered when a disabled button is clicked (which is correct). However, it *is* triggered when clicking a `` inside a disabled...
i has this error when use react-router: Uncaught TypeError: Cannot set property 'parentContext' of undefined at initVcomponent (react-lite.common.js:433) other pages(no router) work sucessfully
The drop-in package 'create-react-class' will trigger #110 . I tried to use wepback alias to force 'create-react-class' resolving to react-lite.createClass but found it's hard to do this if rolling up...
I am getting this error with `react-lite`. The app works fine with `react` and `react-dom`. Any suggestions what could be wrong? ``` Uncaught (in promise) TypeError: Cannot set property 'parentContext'...
The bug can reproduce with Chrome and Edge, works fine in Firefox. Also, ``anujs``(https://github.com/RubyLouvre/anu, another React-like library) and React works fine. User-Agent: ``Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,...
As you can see [here](https://lucifier129.github.io/material-ui/build/#/components/tabs), switching tabs doesn't work. I have to click each tab a couple times before it works. I'm using Chrome 60.
Hi team, Really, really like the clear and focused objective of react-lite. Would it be possible to see a RUM-style performance (network-time, dom-time, time-to-visual render time, etc) comparison of the...