in Technology by

Explain how you can use backbone.js for multiple page web app ?

1 Answer

0 votes
by

For multiple page web app in backbone.js there are lots of consideration but here are two which can be useful

  • Serving the page : In this, where you want to have your web server route everything to the server route everything to serve the same static page. That means that everything in http://guru99.com/* will serve /var/www/guru99.com/index.html. once the static page is loaded, the JS on that page will decide what to do given the url
  • Push State : You can still use backbone routing to do your routing, but don’t use hashbangs.  This will allow you to navigate to URLs without actually needing a page refresh.

Related questions

0 votes
    Explain when you can use Unbinding function in Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain when you require Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is Backbone.js router is used for ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What are the three js files that you require to setup a working environment for backbone?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is the function of parse in backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is Converter in Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
0 votes
    Explain what is Backbone.js Models?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is view in Backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is Backbone.js collections ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    Explain what is backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What is Backbone.sync is used for in backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What is the function of escape in backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What are the configuration options available inn Backbone.js?...
asked Nov 13, 2020 in Technology by JackTerrance
0 votes
    What are the main components of Backbone.js ?...
asked Nov 13, 2020 in Technology by JackTerrance
...