Viewing profile — atan
atan
HN member- Joined
- Tue, Sep 17, 2013, 1:37 PM UTC
- HN karma
- 10
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About atan
No profile information was provided.
Recent public activity
-
comment
Comment #20883022
I think React gives you more specially-crafted tools than you suggest and Svelte gives you fewer than you suggest. Even in this case, bind:group is just a shortcut -- Svelte also p…
-
comment
Comment #20881916
bind:group is not a "special string" but simply part of the API, in the same way useEffect is part of the React API. bind:group is no more "magical" than useEffect (both are ultima…
-
comment
Comment #20881251
bind:group is explained in the docs ( https://svelte.dev/tutorial/group-inputs ). I don't think React would be particularly easy to grok without first having read its docs (or some…
-
comment
Comment #19959291
> If code knows which updates to make, it essentially embeds a particular form of the diff algorithm. Having an alternative means of identifying where to make targeted updates on d…
-
comment
Comment #19956939
I'm not sure you understood the article. The Svelte compiler does in fact generate code that performs "carefully crafted direct DOM mutations," though it is not hard to maintain, b…
-
comment
Comment #19956887
> Sure, you do a bit of it, and then you're often better doing something else, like enhancing developer experience for example. Aside from its performance optimizations, arguably o…
-
comment
Comment #19956792
> However, I've seen the types of transformations the Svelte compiler does and they tend to hide complexity, making it harder to trace and debug code at runtime. Are you saying the…
-
comment
Comment #19956744
> There's a lot of what I'd consider to be non-trivial transformation going on between the code you pass to the Svelte compiler and what comes out of it and runs in the browser. Pe…
-
comment
Comment #19956674
> I'm saying that OP could do this without crapping all over React's contribution What are some specific quotes from the article that you feel are "crapping all over React's contri…
-
comment
Comment #12881315
> To readers considering Aurelia I would suggest trying Vue as well... And if interested in Vue, check out Quasar [0], a UX framework for Vue (recently made compatible with Vue 2.0…
-
comment
Comment #6399284
Use of the GPL doesn't merely prevent commercial developers from creating non-compatible formats -- it prevents them from using Concord at all . Let's say I want to build a commerc…