akxcv/vuera

ReactDOM.createPortal instead of ReactDOM.render

Open

#17 geöffnet am 16. Okt. 2017

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (264 Forks)batch import
enhancementgood first issuehacktoberfesthelp wanted

Repository-Metriken

Stars
 (4.260 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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?

Contributor Guide