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
pull_my_finger
on Nov 19, 2022
|
next
[–]
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/
MildlySerious
on Nov 18, 2022
|
prev
[–]
I'd be curious to see how this compares to lit[1] which has been around for quite a while.
[1]
https://lit.dev/
beefman
on Nov 19, 2022
|
parent
|
next
[–]
That uses Web Components. Something like Polymer lite.
This uses templates. Something like React lite.
jslakro
on Nov 19, 2022
|
parent
|
prev
[–]
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:
[1]: https://meiosis.js.org/