Up to date as of May 21, 2020
This document describes the high-level features and actions for the Meteor project in the near- to medium-term future. This roadmap was built based on community feedback and to improve areas where Meteor is already strong. The description of many items include sentences and ideas from Meteor community members.
As with any roadmap, this is a living document that will evolve as priorities and dependencies shift; we aim to update the roadmap with any changes or status updates every quarter.
Contributors are encouraged to focus their efforts on work that aligns with the roadmap then we can work together in these areas.
PRs to the roadmap are welcome. If you are willing to contribute please open a PR explaining your ideas and what you would be able to do yourself.
Ideally, every item in this roadmap should have at least two leaders, leaders are people that are interested in the item and would like to help. If you are interested please open a PR including yourself and describing how do you want to help.
- Leaders: Filipe Névola / Renan Castro
- Status: In Progress
- PRs: -
Implement tree shaking / dead code elimination, which involves pruning the dependency tree while scanning imports in the ImportScanner
. We believe it should be possible to treat values like Meteor.isProduction
and Meteor.isServer
as constants during this process, and eliminate those branches if their conditions are false (as in meteor#10056).
- Leaders: <you?>
- Status: -
- PRs: -
A proper service worker build target. Regular Web Workers can be built from a function.toString() but service-workers require an actual server route.
- Leaders: Ruither Borba
- Status: In Progress
- PRs: Autoupdate package without ddp #11034
Meteor 1.7 introduced the meteor create --minimal
command, which generates a new application without any unnecessary Meteor packages, like mongo
and ddp
.
When minified and gzip-compressed, the JS bundle for this app weighs in at less than 20kB, which is much smaller than the default meteor create
application. Nevertheless, there is still room for improvement, using techniques like bundle visualization (meteor npm run visualize
) and converting static import
s to dynamic import()
s.
Additionally, minimal Meteor applications do not include the autoupdate
package by default, because it is not strictly necessary for building an application, and its dependencies (ddp
in particular, but no longer mongo
or minimongo
, thanks to PR #10238) contribute an additional 30kB to the JS bundle. The drawback of not using autoupdate
is that instantaneous client refreshes are disabled, which can slow down development, so it would be great to find a way of making autoupdate
less expensive, or enable it only in development.
In other words, we want minimal Meteor apps to be not only as tiny as possible, but also just as developer-friendly as a normal Meteor application.
Related issues:
- Leaders: Seba Kerckhof
- Status: -
- PRs: -
Make sure we are not delivering any dependency that is not used (Issue #10701, Issue #10702, Issue #10704, PR #10792)
- Leaders: zodern / Marcelo T Prado
- Status: -
- PRs: -
Explore ideas to improve rebuild time such as split main client bundle into several bundles, split the server bundle into several bundles, store less file content in memory, option to disabling the legacy build (at least in dev mode), etc
- Leaders: zodern
- Status: In Progress
- PRs: meteor#10838
Explore ideas to improve performance on Windows such as build in place.
- Leaders: zodern
- Status: In Progress
- PRs: -
Explore ideas to implement HMR in Meteor.
- Leaders: <you?>
- Status: -
- PRs:
- PoC using base64 package as example #10996
Migrate packages that do not depend on Meteor exclusive features to NPM and we also continue to encourage new packages to be published as NPM packages when possible.
- Leaders: Filipe Névola
- Status: In Progress
- PRs: meteor#11072
Provide an example with mobile native configurations already in place such as mobile-config.js
, sample assets, Fastlane scripts, etc. Also improve docs and guide (Forums post).
- Leaders: Brian Mulhall
- Status: -
- PRs: -
Improve index support for Minimongo to enable better performance in the client for databases with thousands of documents. (Issue #10703)
- Leaders: <you?>
- Status: -
- PRs: -
Provide a nice and friendly introduction for people that are learning Meteor.
- Leaders: Brian Mulhall
- Status: -
- PRs: -
Angular tutorial should reflect latest best practices for using Meteor and Angular together.
- Leaders: Leonardo Venturini
- Status: In Progress
- PRs: https://github.com/meteor/simple-todos-react/tree/tortilla-master
React tutorial should reflect latest best practices for using Meteor and React together.
- Leaders: Filipe Névola
- Status: In Progress
- PRs: -
Provide an example with PWA configurations already in place such as manifest
, service worker, Open Graph meta tags, etc. Also improve docs and guide.
- Leaders: Kevin Newman / Eric Burel
- Status: -
- PRs: -
Provide a skeleton with SSR configurations already in place.
Relevant issues:
- Leaders: Simon Schick / Florian Bienefelt
- Status: -
- PRs: -
Provide samples on how to run tests in Meteor these samples should include unit tests and also cypress tests.
Consider Vue.js, Svelte, React Native, and Apollo as first-class citizen, for each technology we would like to have:
- skeleton (meteor create)
- tutorial
- documentation (how to use)
- examples
as we already have for Blaze, React and Angular.
- Leaders: Brian Mulhall
- Status: In Progress
- PRs: https://github.com/meteor/simple-todos-vue
Tutorial is ready. We want a create command (--vue) yet and more docs.
- Leaders: Brian Mulhall
- Status: In Progress
- PRs: https://github.com/meteor/simple-todos-svelte
Tutorial is ready. We want a create command (--svelte) yet and more docs.
- Leaders: Nathaniel Dsouza
- Status: In Progress
- PRs: meteor/guide#1041 meteor/guide#1039 meteor/guide#1035
We have some docs already maybe we could have an example in the examples folder.
- Leaders: <you?>
- Status: -
- PRs: -
- Leaders: <you?>
- Status: -
- PRs: -
Remove limitations that prevent using third-party tools with their own build steps, such as Storybook or Jest.
Relevant discussions:
- Leaders: Jan Küster, Harry Adel, Brian Mulhall
- Status: shipped in April 2020
- PRs: meteor/tutorials#200 meteor/tutorials#199
Blaze tutorial should reflect latest best practices.
- Leaders: Christian Klaussner
- Status: shipped in Meteor 1.10.1
- PRs: meteor#10861 / meteor#10723
Update to Mongodb driver from 3.2.7 to 3.5.4, this version is compatible with MongoDB 4.2.
- Leaders: Filipe Névola / Renan Castro
- Status: shipped in Meteor 1.10.1
- PRs: meteor#10861 / meteor#10810 / meteor#10861
Update Cordoba lib and its dependencies to latest (version 9)
- Leaders: Ben Newman
- Status: shipped in Meteor 1.9.
- PRs: meteor#10527
Since Node.js 12 is scheduled to become the LTS version on October 1st, 2019, Meteor 1.9 will update the Node.js version used by Meteor from 8.16.1 (in Meteor 1.8.2) to 12.10.0 (the most recent current version).
- Status: shipped in Meteor 1.6.2.
- PRs: meteor#9439
- Status: shipped in Meteor 1.6.2.
- PRs: meteor#9690, meteor#9714, meteor#9715
- Status: shipped in Meteor 1.6.2.
- PRs: meteor#8999
- Status: shipped in Meteor 1.6.
- PRs: meteor#8728
- Status: shipped in Meteor 1.6
- Status: shipped in Meteor 1.5
- Status: shipped in Meteor 1.4.2
- Status: shipped in Meteor 1.4
- Status: shipped in Meteor 1.4
- Status: Blaze split into new repository and can be published independently as of 1.4.2
For more completed items, refer to the project history here: https://github.com/meteor/meteor/blob/devel/History.md