logoalt Hacker News

Atotalnoobtoday at 3:58 AM1 replyview on HN

React separates into layers.

Any web react project out there will install react AND react-dom, which is the son implementation of react.

It’s how react translates into mobile, web, etc so well.

It defines contracts and packages like react-dom handle th specific implementation.


Replies

catlifeonmarstoday at 6:09 AM

Building a react renderer has long been on my wish list of weekend (>1 weekend most likely) projects.