DEV Community

Discussion on: How to make Web application support multiple browser windows

Collapse
 
unadlib profile image
Michael Lin

This is a good question. In terms of engineering architecture, it is a separation of concerns, the business logic is not directly combined in the UI components, and the UI is just responsible for the UI, they have very clear boundaries. Reactant advocate that UI should be lightweight. Of course, the React components in Reactant should also all be function components.

As for it looking so much like Angular, it's an illusion. Except for dependency injection, Reactant and Angular are completely different.😂