reactjs - Load react component uploaded by user -


we making console full of widgets. 1 of requirements let user create widget of own, upload server, have show on our dashboard.

i know can dangerously inject html there way user upload compiled react component, load component via rest call , render component @ run time?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -