akxcv/vuera

ReactDOM.createPortal instead of ReactDOM.render

オープン

#17 opened on 2017/10/16

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (240 件のフォーク)batch import
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (4,286 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド