Code Monkey home page Code Monkey logo

lamma's People

Contributors

msavin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

lamma's Issues

Parrot Lamma

I've been trying to get Lamma working with Parrot.

I've created a bare meteor app, remove StaticHTML, added Blaze, Parrot and Lamma. https://github.com/mozfet/lamma-example

The main layout is rendered in /client/main.html using {{>main_layout}}.

In /ui/layout/main.js I register body and side layouts. Both have Parrot: true.

Setting the route to #foo cause the layout to be set {body: "foo", side: "foo"} . This is as expected and I have confirmed in the browser console using Layout.all(). I also confirm the route is triggered by logging from /imports/startup/client/routes , and where Parrot is initialized with home: "foo", and two routes are registered:

Router.register({
  foo: parameters => {
    console.log('foo route parameter:', parameters)
  },
  bar: parameters => {
    console.log('bar route parameters:', parameters)
  }
})

In /ui/layout/main.html I have two buttons, on linking to #foo and the other to #bar, and I layout the body and side in the main layout using {{>Layout name="body"}} and {{>Layout name="side"}}.

When the page is loaded, the main layout is shown, the route is logged, and the default is foo. Nothing wrong sofar. When you click on #bar, the route is logged, Layout.all() reports being updated as expected, however the layout is not updated in the browser.

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.