upash / peco

nothing here, move on..
MIT License
209 stars 12 forks source link

[RFC] React support #2

Closed egoist closed 6 years ago

egoist commented 6 years ago

💬 Request for comments

An engine is responsible for handling actual app rendering logic.

Proposed usage

Configure this via config file:

📝 peco.config.yml:

# default: vue
engine: react

The default engine implementation:

https://github.com/egojump/peco/tree/master/lib/engine

egoist commented 6 years ago

Too hard for now 😅 If we have React support then every plugin has to support both Vue and React 😅