Hacker News new | past | comments | ask | show | jobs | submit login
ArrowJS – Reactivity Without the Framework (arrow-js.com)
14 points by beefman on Nov 18, 2022 | hide | past | favorite | 4 comments



There's a nice pattern for modeling web apps using FRP/streams in the Meiosis pattern[1]. Basically you just need a stream lib and a render lib, but the pattern itself library agnostic.

[1]: https://meiosis.js.org/


I'd be curious to see how this compares to lit[1] which has been around for quite a while.

[1] https://lit.dev/


That uses Web Components. Something like Polymer lite.

This uses templates. Something like React lite.


I think lit is more like an agnostic helper lib for web components, not more than that and pretty focused




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: