The Wayback Machine - https://web.archive.org/web/20191215120756/https://github.com/topics/smart-tv
Skip to content
#

smart-tv

Here are 38 public repositories matching this topic...

vkrv
vkrv commented Jan 16, 2017

Add to documentation to particular component information about it's inheritance tree (e.g. WebItem->Rectangle->Item), so inherited properties and methods can be easily accessible.
Having kind of inheritance structure would be nice:
"interits": {
"name": "Rectangle",
"ref": "core/Ractangle",
"inherits": {
"name": "Item",
"ref": "core/Item",
"inherits

felipealfonsog
felipealfonsog commented Apr 5, 2018

I had a few issues.... I resolved them. but I wanna keep them here, just in case, or to talk about it.
Cheers Folks.


// lines in case to work with redux developer tools 
// not working  2018
// var store = redux.createStore(reducer, /* preloadedState, */
//     +  window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
// );

// working fine 
var store = redux.
dev

Improve this page

Add a description, image, and links to the smart-tv topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smart-tv topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.