Skip to content
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

Comparison: React #25

Closed
schickling opened this issue Jul 9, 2015 · 3 comments
Closed

Comparison: React #25

schickling opened this issue Jul 9, 2015 · 3 comments

Comments

@schickling
Copy link

This seems like a very interesting project. I'd be particularly interested in how this relates to Facebook's React. Is this intended to be a competitor project or are there any severe design differences?

Maybe it would be helpful for other people to briefly compare both projects in the README since React is very common.

Thanks!

@cramforce
Copy link
Contributor

This is a low level library. It could be used as an implementation detail of React.

@snapwich
Copy link

snapwich commented Jul 9, 2015

I think this would be more directly compared against something like: https://github.com/Matt-Esch/virtual-dom

@gobengo
Copy link

gobengo commented Sep 25, 2015

Also from the first lines of the README
"""
It differs from the established virtual DOM approach in that no intermediate tree is created (the existing tree is mutated in-place). This approach significantly reduces memory allocation and GC thrashing for incremental updates to the DOM tree therefore increasing performance significantly in some cases.
"""

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants