Live data from Hacker News

I spent 6 days building my VDOM library as I hated how React handles memo

vflash.github.io

11–19 of 19 posts

Re: I spent 6 days building my VDOM library as I hated how React handles memo

#12
post #11

[flagged]

Can someone please explain what the motivation behind this kind of botting is? Like, what do they gain from this? I don't understand the point

Karma farming, then influencing the narrative, always has been so. For HN specifically, pushing resume or pushing malware.

Re: I spent 6 days building my VDOM library as I hated how React handles memo

#13
post #11

Earlier quoted context omitted.

Can someone please explain what the motivation behind this kind of botting is? Like, what do they gain from this? I don't understand the point

Karma farming, then influencing the narrative, always has been so. For HN specifically, pushing resume or pushing malware.

Ok makes sense I guess, how does the karma help when they try to push the narrative on things? Isn't the comments still dependent on votes, or do users with higher karma get better visibility in the comments? Seems like a broken system that this is even possible

Re: I spent 6 days building my VDOM library as I hated how React handles memo

#15
post #6
post #4

Earlier quoted context omitted.

Performance isn't the only metric that matters; developer experience and architectural flexibility do too

Try Solid.JS

The decision to write the library from scratch, rather than building an extension over ReactJS, was purely spontaneous. I didn't think a topic for a post here would come up so soon. This library is kind of a showcase of what's possible with free chats, a subtle jab at React developers, and a benchmark to see which AI writes code better. Oh, and it also features some solid ideas that I’ve been using for a decade already.

Re: I spent 6 days building my VDOM library as I hated how React handles memo

#16

[flagged]

Man, the chutzpah. okovooo - "I spent 6 years building my Kanban as I hated how managers run the boards" https://news.ycombinator.com/item?id=47877277

I thought it would be funny to repeat my previous post. And I also wanted to respond to the comment that said they could repeat ooko in 6 days.

Re: I spent 6 days building my VDOM library as I hated how React handles memo

#18
post #11

[flagged]

Can someone please explain what the motivation behind this kind of botting is? Like, what do they gain from this? I don't understand the point

What makes you think I'm a bot? At least look at my GitHub history.

Re: I spent 6 days building my VDOM library as I hated how React handles memo

#19
For many years, I used a different approach to memo() than React. I liked it, but I didn't implement it in the most elegant way. I tried many different options, but the results weren't satisfactory. Besides memo(), I was annoyed by the inability to move elements between parents. But what I really like is working with mutable data and the ability to use any source.

I was planning a new attempt at implementing a React extension, but I came across a discussion about AI defaulting to React. And the thought crossed my mind, "Why not write an entire framework?" Given the AI-First trend, why not write libraries in this style? Perhaps the library will be useful for more than just me. Furthermore, the specification and tests can be used to test the capabilities of different models, which is something I'd also like to try out eventually.

Post reply on HN