Earlier quoted context omitted.
> At first glance, this appears to be much more complex. React is a relatively simple DOM diffing library. Their implementation is 2k lines of code. The React repo has 350k lines of code. The Rails repo has 336k lines of code (both of those according to tokei). Of course this includes tests, lots of other stuff, etc. But still, that's two orders of magnitude.
Note that react has a monorepo with a lot of tangentially related packages, such as devtools and alternative renders.
Reactive Clojure: A web language
181–185 of 185 posts
Re: Reactive Clojure: A web language
#182Earlier quoted context omitted.
I do actually. What else are you supposed to do with your time? Life is short, best to use it.
I'd say commenting on Hackernews isn't building something, let alone something useful. So that's at least one thing you do that's not that.
Re: Reactive Clojure: A web language
#183Earlier quoted context omitted.
Or Calva for VS Code. It's the best dev environment I've used for any language. It's brilliant.
Calva always exploded on me when I tried to set it up on Windows 10. Is it better on a *NIX system?
On Windows I use it with WSL2 and its works just as well as on linux IME.
Re: Reactive Clojure: A web language
#184Earlier quoted context omitted.
I feel like Meteor lost a lot of ground to Firebase. I think what we are seeing with these tools to make data synchronization in the frontend more invisible will continue to proliferate. I am looking forward to the next, rich landscape of interactivity on the web powered by WASM, WebGL, etc.
i think you mean WebGPU rather than WebGL. also WebTransport will play a big part for truly real-time interactive web apps