AppleTV TVML App POC in React
POC React TVML application
The main goal is to check how the TVML application will be handled by react
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