0
How to Visit other page without url loading
How can I visit other page without url loading using javascript in php or html technologies website like react , Gatsby or next js technologies of website does
3 Respostas
0
Hi Aman Rajput
The web cannot run without urls
You could use Ajax to request a php file and then sent it’s contents to the screen, that way you wont need to refresh the page is probably the best approach with vanilla js
0
Oh! Nice I got your point, thanks for the valuable answer.
0
You can create spa (single page app) using react, enable your website navigate to any page components without reload the page url.