Giter VIP home page Giter VIP logo

mospa's People

Contributors

joaomosmann avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

mospa's Issues

Implement PushState API

Instead of just using hashes. Also implement the pushState API.

By default it will be the hash history, but passing through the config object of the application the property history_mode a value of pushstate, it will use the pushState Api.

Implement a hashState for a page

To improve the flexibility of Mospa. It will be necessary a way to set a kind of hash state for a page. Maybe it will be only necessary in the MosScrollApp.

For example. Scrolling the page, I stop at the product section of the SPA. Inside this section, I click some buttons that change the hash, and shows me different products.
At this moment I'm at this hash #/products/category/50/product/10. So, if I scroll out of this section, and come back again, it should back to the hash mentioned before, and not to #/products.

Therefore, my proposal is, that any time a page has a hashchange event triggered to it. It saves the hash state.

Apply option to customize the location.hash expected format.

At this moment. The location.hash passed to an array by '#/mypage/hash'.split('/');.

But it should be able to customize. So, I could define a Regex to process the hash string into an array.

Something like this.

mospa.createApplication({
...
    hashFormat: /^(?:#)(\/.*\/?)*/      
...
});

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.