Hello fellow meteorites!
I’m excited to share the latest updates to three essential Meteor.js libraries that I’ve been maintaining since 2015: ostrio:flow-router-extra
, ostrio:flow-router-title
, and ostrio:flow-router-meta
.
These packages streamline tasks related to managing routing, document titles, and meta-tags within Meteor applications. With the recent release of Meteor v3 and Blaze v3, I’ve updated these libraries to ensure compatibility and to introduce compatibility with modern asynchronous patterns, making them powerful tools for building scalable web applications today for tomorrow.
Read this article with in-depth details on new features and usage examples
Release notes:
ostrio:flow-router-extra@3.12.0
release notesostrio:flow-router-title@3.4.0
release notesostrio:flow-router-meta@2.3.0
release notes
What’s new in short: action
, data
, and onNoData
hooks are now async! Meaning we can call Meteor’s async APIs like Meteor.callAsync
and .findOneAsync
inside data
or even inside action
hooks. Opening whole new possibilities for exact-code-splitting approach for Vue, React, Svelt and any other front-end frameworks. I’ve provided React, Vue, and Svelte usage examples in this article, should it become a part of the docs? Lmk
And let me know what do you think