Let's assume we have a website, that should show a reactjs application.
The following points are necessary:
- The ReactJS application should be embedded by using a short snippet (script / html)
- The ReactJS app should be updated without changing the snippet itself
- The ReactJS app is hosted on a completely different server
- It should not be an iFrame if possible
So what I want to achieve is similary to a Google Map for instance. You have a small snippet and you can show an application on your side.
What are the best practices to do so ? What do I have to take into consideration ?
from Load ReactJS App from another server and execute
No comments:
Post a Comment