I have a question on Backbone routes and views. Assuming that there is a page with 3 views, View-1,2,3. Each view nested inside the other (view 3 inside view 2 which is inside view 1) and that view 3 is result of navigating from view 1 to view 2 to view 3. For example, view-1 shows all customers, and view-2 shows the selected customer and view-3 shows active order(s) of the selected customer. Now, if I want to give a permalink to this entire view (which shows the active order(s) of a particular customer selected from a list of customers) to another user then how to design it. Are there any good practices in this scenario.
Related Questions in BACKBONE.JS
- Can reactjs refresh/reload its props if the clicked link is not owned by reactjs?
- GrapesJS builds on macOS but not on Windows 10+
- Uncaught ReferenceError: SwaggerClient is not defined
- Webpack: "SyntaxError: Invalid regular expression flags" during runtime
- Find Model in Backbone
- I want to hide div after render call complete in backbone js
- How to add options to a Select with JQuery (Ninja Forms)
- Template rendering in backbone view
- How can I set an attribute on specifically the last child view of a Marionette CollectionView?
- Uncaught TypeError: App.Routers.Maintenances.MyRouter is not a constructor
- How to trigger an event on a form contained in a modal that updates a user's email address
- How to pass data to a View in Backbone.js?
- How to handle server's request for logout confirmation in Backbone
- How to customize pagination by hiding numbers
- Understanding Sort and comparator in Backbone.js
Related Questions in BACKBONE-VIEWS
- I am trying to sort my collection when I add a new object to it, but it is not sorting and there are no errors
- what is the event name for typing on a textfield on a view in backbone.js?
- View not initializing in Backbone.js
- My Backbone Routing forgets everything when I hit the browser refresh button
- Why would the keyword 'this' be recognized in one function but not another in the same Backbone view?
- Trying to render a React component from a Backbone View produces an error with no information
- In Backbone how to get click event on an anchor tag within a list item
- show local json data from collection in backbone.js
- uploading files to s3 using coffeescript
- Backbone js template is not loading through dynamic jsp
- Backbone subview containing view template
- Is there a way to re-render child view on any custom JQuery event in Backbone/Marionette?
- Destroy or Replace Backbone JS views, When a route change is happen
- How can I unbind subviews after navigating to a different view in Backbone.js?
- Open bootstrap dropdown on input focus
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)