Hi all. I have a question regarding as specific requirement we have as I look at a bunch of Web technologies for an upcoming project to interface with our native server application.
We need to be able to dynamically specify components when the front end connects to our server, so that we only get the functionality of what has been allowed by the server. We can’t have the front end having to know about all possible components up front because they can be added or deleted on the server and could be third party add-ons.
Can Aurelia handle this and how would it do it? Would it be as simple as having some sort of component id set send to the UI, and then the UI (After, say populating a tree control) create dynamic routes that then pull the component down from the server when selected?
Thanks
Aaron