Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Routing URL without reloading the page

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #255130
    john_philadelphia
    Participant

    I see this functionality at this website: http://recordit.co/Czdf8wilru

    What I noticed is that the URL and part of the content have changed, while the whole page didn’t reload.

    I’m not sure if it was single page application or not, but I’ve been searching about how to get something similar. Should it be single page app, or using HTML5 history.pushState() and history.replaceState()

    Thanks.

    #255280
    processprocess
    Participant

    This is possible with React and React Router.

    If you have a chunk of cash to spend on a tutorial suite. Wes Bos has a great one that will set you up to use this tech:
    https://reactforbeginners.com/

    Recruiters and companies all want developers that know React so it’s very useful to know and can get you work.

    It’s also SO fast to spin up interfaces when you get the hang of it.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.