slap-editor / slap

Sublime-like terminal-based text editor
MIT License
6.14k stars 216 forks source link

Rewrite in React #368

Open pdl opened 7 years ago

pdl commented 7 years ago

From #361:

most of slap's active development has been centered around porting to react-blessed. That means that there is a small but non-trivial chance that some of the functionality you are working on may be changed or lost once the react-blessed changes are merged. Here's the active branch in slap: dbkaplun/slap#react-blessed. While editor-widget has been ported completely and works very well, slap itself is missing some key pieces (most importantly panes).

pdl commented 7 years ago

When trying this out, I appear to be running into (this issue)[https://github.com/npm/npm/issues/5875] with npm link. Commenting out line 158 (setState in newPane) means I get something but there's clearly something up. @dbkaplun do you have a functioning workaround?