Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7789809
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T21:24:32+00:00 2026-06-01T21:24:32+00:00

In the Meteor FAQs http://meteor.com/faq/how-do-i-package-a-new-templating-system there is some information about adding a different (than

  • 0

In the Meteor FAQs http://meteor.com/faq/how-do-i-package-a-new-templating-system there is some information about adding a different (than the default Handlebars) templating system. Jade is the only other example explicitly called out elsewhere in the docs.

So is somebody already working on Jade? If not, is it feasible for me to start? Or is it still too early? e.g. :

The package API is rapidly changing and isn’t documented, so you can’t
make your own packages just yet. Coming soon.

I’ve been trying to love Handlebars in my current Ember.js project, but for me nothing is as elegant as Jade.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T21:24:33+00:00Added an answer on June 1, 2026 at 9:24 pm

    We would love to see Jade integration. Use packages/handlebars as a template.

    The basic strategy is to wire the output of the template engine into Meteor.ui.render which is how we implement live page updates. As long as your template returns HTML, that’ll work. Any time a Jade template references a Meteor.Collection document or Session variable, Meteor will register that dependency so that knows to rerender the template when the data changes.

    Even better, though, is to also use Meteor.ui.chunk and Meteor.ui.listChunk. These will limit the amount of recalculation Meteor has to do when there’s a change. For example, if you are rendering a list of documents using {{#each}} in Handlebars-speak, there’s no reason to recalculate the whole template when a new document enters the result set. We just render one HTML chunk for the new document, and insert that right into the DOM. That’s listChunk in action.

    So you’ll likely find that instrumenting just if/unless and for/each in Jade gets you a long way there.

    Just be aware, package development is not as documented as the other parts of the system. So don’t hesitate to ask more specific questions as you go.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I noticed the Meteor stream package here contains SockJS: https://github.com/meteor/meteor/tree/master/packages/stream Based on some commit
I have created a simple function for fetching xml: function meteor(){ $request_url = http://site.com/xml.xml;
I installed meteor and created an app following tut http://docs.meteor.com/#quickstart In finder, I searched
http://docs.meteor.com/#meteor_methods I have tried it in publish.js in my server folder. I am successfully
Why this code shows 0? Shouldn't it return 1? Messages = new Meteor.Collection(messages); if
I'm trying to parse a URL, but I'm having problems: http://www.meteor.gov.tr/deniz/deniz-suyu-sicakligi.aspx When I call
I'm looking to add some sort of HTTP push-like functionality, implemented via long polling
I have some doubts with Meteor server? Whether will it send push notification like
How can i start meteor server on a different IP address? Currently in the
I have this Meteor project: https://github.com/jfahrenkrug/code_buddy It's basically a tool with a big textarea

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.