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

A react renderer for blessed.

Results 39 react-blessed issues
Sort by recently updated
recently updated
newest added

Looking at the [blessed source](https://github.com/chjj/blessed/blob/master/lib/widgets/log.js), it appears that react-blessed isn't triggering the `set content` event when updating a log element reactively. Failing example: In this version, the log won't keep...

I feel like I'm missing something, but I'm struggling to figure out how to make interactive apps with react-blessed. All of the examples appear to be purely rendering content with...

This issue is started here, when I was trying out suspense with react https://github.com/pmndrs/jotai/issues/475 It seems that the Suspense works on initial load, but then when a new promise is...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hey everyone, I wonder how easy it is to create a Midnight-Commander like interface ([link](http://www.nawaz.org/media/docs/mc/images/basicwindow.png)). It would need two boxes side by side, each with a table with at least...

I have an [updated](https://github.com/zcaudate/react-neo-blessed-hot-motion) version of [react-blessed-hot-motion](https://github.com/gaearon/react-blessed-hot-motion) and it runs but the animations are quite slow compared to the original. Is there any way to debug or tune this? I've...

We have implemented console app using react blessed. We are using react-route library for routing. I’m able to navigate and set the focus on textbox but if the component has...

Hey @Yomguithereal! What are your plans for `blessed-contrib` support? Were you thinking of adding its widgets to this module or would you create a different one? I'm asking this because...

question

First, wonderful library; thanks for your work on it. If I have a component with a `useEffect` hook with an empty dependency array I would expect the callback function to...

bug

So I'm pretty sure that this is an issue with react-blessed I've got my app all wired up I can see the global state from within the component but when...