Well, no it isn't. ReactDOM is designed for consuming the output of React and constructing a DOM-based UI. React itself is fundamentally a reconciliation engine. This is why we've seen React move to such places as React Native (React for native iOS and Android interfaces), React-UMG (React for constructing interfaces in Unreal Engine's Unreal Motion Graphics), React-PDF for generating PDFs, the list goes on. You can view more here:https://github.com/chentsulin/awesome-react-renderer
mcphage|8 years ago
Do you know of any good articles / books / videos that talk more about this idea?
acemarke|8 years ago
esmevane|8 years ago
https://github.com/reactjs/react-basic
tambourine_man|8 years ago