Links are not working in the final page?

Hey guys, I’m very new to front end development and even newer to using plasmic. It’s probably something that I have to do on my end but am I wrong in thinking that the links I use in different pages should produce the code that actually makes them work? As of right now the web address changes but doesn’t pull up the intended page. FYI i’m developing in React.

Links would only work if you are using Next.js or Gatsby - for plain React apps, you could be using arbitrary routing libraries, so there’s no way to help with those (you would have to wire this up yourself)

If you’re new to frontend, I definitely recommend starting with Next.js instead, if you can (and not just for better Plasmic support)