Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 941 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 941 Bytes

EchoX: UI = f(reactive, template)

The fast, 3KB JavaScript framework for "echoing" reactive UI in functional style.

  • Fast - No Compiling, but Fine-tune Reactivity and No Virtual DOM Diff
  • Small - Zero Dependencies, 3KB (gzip)
  • Simple - 16 APIs, 1 Hour Learning
  • Productive - Structural Code, but Nicely Reusable Logic and Flexible Organization of Concerns
  • Pragmatic - No Transpiling, but Readable Template and Fully TS Support

Note

The current next branch is implementing the new proposal API for production use. Please refer to the main branch for the current release.

Resources 📚

License 📄

MIT@Bairui SU