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

[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications

Results 31 react-tv issues
Sort by recently updated
recently updated
newest added

with commits from #54

downloaded the navigation package, connected it to the main app file, when I work with focus, it re-renders all components, Is this the way it should be?

Right now because reconciler is relying in an old version. This is a problem for anyone that wants to use "new" (>14) features of React, such as `.memo`, `.fragment` and...

Hello, after application loads and setting the focus on a component, when I press any navigation button, focus jumps to a far element. But when I do this again later...

Where is actual react-tv-navigation package located, here, in this repository, or in `react-tv/react-tv-navigation`? Where to make PRs?

I have installed react-tv-cli and also setup webos and now when I want to init myapp I get this error: react-tv-cli init ==> react-tv-cli: command not found react-tv init ==>...

Hello, I''m trying to reproduce the navigation example but I'm stuck trying to import withFocusable and withNavigation from 'react-tv-navigation'. I'm doing: `import { withFocusable, withNavigation } from 'react-tv-navigation'` But an...

WebOS supports services. As I understood, I can't add services in react-tv application. Maybe it's not a part of react and frontend but you already have an ecosystem and react-tv-cli...

> Please find components created by using focusable element `const ButtonContainer = (props) => { var children = props.children; return ( {children} ) } const DivContainer= (props) => { var...