Tuesday 11 April 2017

How to load react component from an external service inside a React app via AJAX

What are the best practices associated with loading/inserting and running React components from an external service in an existing React application via AJAX.

I have a main React app and want to load various React components (from external services) via AJAX. How could this be done?

Is this feasible at all? If not what is the way to go about it?

Can this work with webpack?



via Lekeasong

No comments:

Post a Comment