Remix.run Logo
Show HN: Arrow JavaScript, Reactivity Without the Framework(arrow-js.com)
22 points by jerawaj740 9 hours ago | 6 comments

A tiny ~2kb library for building reactive interfaces in native JavaScript

sheepy 4 hours ago | parent | next [-]

Same in 1k without minzip - https://dev.to/fedia/1kb-frontend-library-5ef1

But why frameworks when you don't write boring code? LLM does.

rco8786 8 hours ago | parent | prev | next [-]

And the wheel goes round and round :P

mbb70 8 hours ago | parent [-]

Really feels like we owe KnockoutJS an apology

marcelr 8 hours ago | parent | prev | next [-]

who’s the target audience for this? just curious

rails & django people?

IggleSniggle 4 hours ago | parent [-]

Seems like it's anybody who wants to just use native js features without complication. Anybody who's been writing modern js and is aware of all it's features has probably had the thought "oh we really don't need almost any of this shit with the web native features we already have, we just need to teach people about those existing features."

Arrow-js looks like it's basically advocating for not using anything but vanilla js by tricking you into thinking it's a framework / lib. I mean, it is that, but it looks like it's barely that, and just sorta shows off how you can use vanilla js features to accomplish what all the various libs do, without introducing a lot of special lib-specific concepts.

nenenejej 9 hours ago | parent | prev [-]

vs rx-js?