-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Milestone
Description
- We could use more of imports/exports. Currently we still use traditional way of sharing symbols between packages.
- Inside a package maybe we do not have to use
sharebut just imports? - We use many wrapper Meteor packages which is then mostly a NPM module, maybe we can use NPM modules directly. (Many of peerlibrary packages which are doing just that.) Use NPM modules also for the client side.
(Feel free to suggest other changes which we could do to the app to make it more "Meteoritic". For now we are sticking with Blaze and CoffeeScript though.)