akxcv/vuera

ReactDOM.createPortal instead of ReactDOM.render

開放

#17 建立於 2017年10月16日

 (4 則留言) (0 個反應) (0 位負責人)JavaScript (240 個分叉)batch import
enhancementgood first issuehacktoberfesthelp wanted

倉庫指標

星標
 (4,286 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Did you already try the new ReactDOM.createPortal as replacement for ReactDOM.render?

The benefits would be to have only 1 react app for all ReactInVue components (instead of N reacts apps, one for each ReactInVue component). Also one would be able to define a single react context to be used by all ReactInVue components. Maybe this will have some (positive) impact on your planned Benchmark #16?

貢獻者指南