If you've ever set a URL for a page in Mendix, you're tapping into a powerful feature that leverages react router under the hood.
This integration ensures smooth navigation between pages and offers some benefits for developers and users alike.
Here’s a tip: if you set a URL in properties of a page in your Mendix modular, and then in running application refresh the browser, you’ll stay on that same page! No need to worry about losing your place or being kicked back to the homepage - react router keeps track of where you are.
This also means you can share specific links to certain pages in your app or even bookmark them. Super helpful, right?
So next time you’re building in Mendix and assigning URL's, just know that react router is working behind the scenes to keep things running smoothly, without those annoying full-page reloads.
And if want to read about react router more please check out their documentation: Main Concepts | React Router
thanks for sharing this info.
do you mind making a recording, or a blog showing off some scenarios where this would be helpful?
I think it is one of those things we take for granted nowadays.