akxcv/vuera

ReactDOM.createPortal instead of ReactDOM.render

Ouverte

#17 ouverte le 16 oct. 2017

 (4 commentaires) (0 réaction) (0 personne assignée)JavaScript (240 forks)batch import
enhancementgood first issuehacktoberfesthelp wanted

Métriques du dépôt

Stars
 (4 286 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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?

Guide contributeur