azproduction/html-tui

Midnight Commander Example

azproduction opened this issue · 0 comments

API Changes

  • Update renderer, It should not be a part of TuiElement of TuiText or TuiSymbol
  • toString of each class should return only plain text representation for debug purpose
  • Extend TuiElement is should support different node serialisers based on tag name and attributes (apply pattern matching or selectors)
  • R&D html input support
  • Create CLI <-> Node <-> PhantomJS communication channel
    • Translate stdout keyboard events into PhantomJS events
    • Translate stdout mouse events into PhantomJS events

Tools and libs thoughts

  • React 0.13
  • Immutable.js
  • Flummox
  • React Router
  • React Hot Loader
  • Stylus
  • Webpack