Vue.js integration for kairo


Keywords
angular, behavior, coroutine, frp, javascript, observable, react, reactive, solid, state-management, stream, typescript, vue
License
MIT
Install
npm install @kairo/vue@0.8.0-alpha.0

Documentation

Kairo.js

npm version discord Coverage Status

This project is currently in the alpha phase.

Overview

Kairo is a framework-agnostic (stateful) logic composition library.

To create a web application with kairo, you need to pick up a UI framework.

Currently supported frameworks:

How is this project going?

It has been iterating for a year and so far it is a well-designed PoC in certain degree. We (to be accurate, I, the repo owner) do encounter several difficulties.

  • Designing a non-leaky abstraction needs massive knowledge of various frameworks.
  • "Black magics" are required to provide good ergonomics.
  • To create future-proof primitives, we need to dig deeper into the theory.
  • But the theory and the practice can be misaligned (memory is limited and computation has a overhead). Finding trade-offs is not a good experience.
  • Solve existing issues but not create new one.

It's worth a couple of articles to explain these in detail (and once I can't make any progress, I definitely will)

At present the whole project is usable, including the core and all framework integrations, but it's not the ultimate version that I expected (that's why I haven't release a formal document. Once I found a concept hard to explain, I will end up realizing something is wrong.). If you are interested in it, please keep an eye on it. If you have time, I'm finding people to collaborate with me, and I'm willing to share all my knowledges.

Resources

We are heavily working on the document at present 💪.

Community

Join our discord server for the latest news. Also you're welcomed to provide feedback, or suggestions.

Credits

See CREDITS