# taro runtime
no matter how the front-end framework evolves, it is underlying calls are all native apis in the w3c specification, such as window, document, etc. If the Dom and Bom apis compatible with the w3c specification are implemented in the mini-program environment, different front-end framework can be run in the mini-program environment. The differences between different mini-program end platforms, such as life cycle, component library, api, etc., are implemented by each end by specifying a set of en platform plug-in standards and injected into the packaging result during compilation.
# react vs taro-react vs taro-vue


# communication

# event
