POC React TVML application
The main goal is to check how the TVML application will be handled by react
- prop-types
- @babel
- eslint
- gulp
- webpack
- React 16.4
- axios
- redux
- css-loader
- route-parser (not yed tested)
It seems to be working despite the pascal-case tag and attributes warnings
// to install dependencies
npm install
// will serve http://localhost:9001/application.js
npm start
React synthetic events are not being fired
take a look at the react/packages/shared/invokeGuardedCallbackImpl.js
we need to create a reference and attach an event listener
take a look at Form.jsx