Up to date as of Aug 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: Renan Castro / Filipe Névola
- Status: In Progress
- PRs: #11107
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 / Christian Klaussner
- Status: In Progress
- PRs: meteor#11034 meteor#11106
- 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#11117
HMR in Meteor, we already have a work in progress here, you can provide feedback already, check the PR.
- 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.
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.
- 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: <you?>
- Status: -
- PRs: -
Remove limitations that prevent using third-party tools with their own build steps, such as Storybook or Jest.
Relevant discussions:
- Leaders: Brian Mulhall
- Status: shipped in August 2020
- PRs: https://github.com/meteor/simple-todos-vue
Tutorial is ready and create command meteor create --vue
- Leaders: Jan Dvorak
- Status: shipped in August 2020
- PRs: meteor#11119
Apollo skeleton, meteor create --apollo
- Leaders: zodern
- Status: shipped in August 2020
- PRs: meteor#10838 meteor#11114 meteor#11115 meteor#11102
Explore ideas to improve performance on Windows such as build in place.
- Leaders: Leonardo Venturini / Brian Mulhall
- Status: shipped in July 2020
- PRs: https://github.com/meteor/simple-todos-react
- Leaders: Nathaniel Dsouza
- Status: shipped in June 2020
- PRs: meteor/guide#1041 meteor/guide#1039 meteor/guide#1035
Guide is ready (check here).
- 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