Page reloading for Plasmic page navigation

Hi. I have a react project with Plasmic integrated. In order to test my setup I created two simple pages in Plasmic studio which are available on /main and /new-page routes. For the /main page I added a redirect by click to my /new-page in plasmic studio. I’m using “Auto load all Plasmic pages” and when I’m trying to go to /new-page on my localhost from /main-page I see that /new-page is being reloaded. Can I avoid page reloading? as it is a usual behaviour for SPA. Thanks in advance for any recommendations