Hacker News new | past | comments | ask | show | jobs | submit login

React is ultimately a framework for managing DOM mutations, so it would make sense that a pure logical model that doesn't touch the DOM also doesn't have a dependency on React.



Not true. React is a framework for managing state trees and mutations. As of 0.14, react has nothing to do with the dom at all. All that logic has been moved to react-dom.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: