- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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...
Views
Replies
0 Likes
Total Likes