Avatar

Community Advisor

Hi @StephanAdobe 
Thanks for the links and description. In fact I already implemented the React Routing as a first idea, but was not sure if this is the best way. mainly because in the sample app (App.js) there is a function which logs any URL changes:

this.props.runtime.on('history', ({ type, path }) => {
  console.log('history change', { type, path })
})

So I was wondering if this is already the setup to handle the desired routing, eg. by adding a function to replace the content/load component by path...