-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uber and virtual DOM #423
Comments
Virtual DOM and its authors greatly influenced web development. Support for Virtual DOM dropped suddenly and completely with no announcement. What could have possibly happened? The biggest mystery in web development history... |
Hey, hopefully this comment sheds a bit of light on that question: tl;dr .. -> As a quick random example.. Hope that helps! |
I have seen the comment that virtual-dom is "finished", but there must be more to the situation than that. Many PRs have accumulated here --47 now, https://github.com/Matt-Esch/virtual-dom/pulls. Is it necessary to ignore the PRs? Several thousand people have starred this repo and many of them are using virtual-dom. The author never shows up here or in the gitter channel --if thousands of people used one of your packages, wouldn't you be inclined to come by and say "hi"? Saying it is finished and then fully ignoring it forever afterward while thousands of people use it and blog about it seems odd. |
A bunch of fair points indeed I haven't looked at every single pull request, but from a scan it seems like ~none of them are critical, and most of them are sugar that belongs in user-land. In my opinion part of the deal with using software that we aren't paying for is the (sometimes harsh) reality that the author(s) might end up needing to dedicate their time elsewhere. The maintainer has no contractual obligation to the end user. I think the beauty here is that since the maintainers did a great job of keeping a very small core, it really isn't (IMO) unreasonable to say that anyone with problems should take the liberty of forking Curious about your thoughts of course, but those are mine! |
Virtual-dom achieved net fame and the author walked away. I'm just a curious to know what the reason for that is. "Its finished" could be the reason, but I don't think so. I want the scoop. |
Hey guys,
It appears this lib is abandonned and Uber now uses React. Is it the case? Out of curiosity, what's the rationale?
The text was updated successfully, but these errors were encountered: