SPA Router for Reactive URL State Management


Summary of my bookmarked Github repositories from Aug 30th, 2016

Github repositories

  • msavin/Parrot

    Parrot is a parameter router specifically designed for building single-page applications (SPAs). It introduces advanced state management by allowing you to store various types of data in the URL in a fast and convenient manner. Parrot simplifies route management by treating URLs as function calls, with sections representing the function name and parameters serving as arguments. It offers features like easy route configuration, reactive key/value parameters, and the ability to set multiple parameters at once. Parrot works well with Lamma, a layout manager for Meteor-Blaze applications. It provides an effective way to control different parts of your application while leveraging browser navigation capabilities.