📡 TRANSMISSION #12: Help pick topics

It’s time to plan TRANSMISSION show #12!

After joining as a co-host on the last show I am now upgrading to full host status and on the next show will be talking with MDG team members about whatever the most interesting topics have been for the last couple of weeks.

Reply here and let us know which recent topics are the most important to you!


Update

On Episode #11 we went deep into Apollo, GraphQL, React Native, and the future of Meteor with @sashko and @martijnwalraven.


About TRANSMISSION

TRANSMISSION is a weekly podcast/vlog covering the most important topics to come out of the Meteor Forums. Each week we need your help to pick the most relevant forum posts for us to discuss with MDG in deeper detail.

Podcast Site: https://transmission.simplecast.fm/
Youtube: https://www.youtube.com/playlist?list=PLTUf4ytkmI8Q7cbf4J6aQEYun5g8fxt9B5

5 Likes

I just need to know if you’re stoked, pumped and/or psyched. :wink:

9 Likes

This is really BIG. :smiley:

Also, which Paul are you?

3 Likes

Hey guys, I’m pretty stoked! :fire:

3 Likes

I’m not sure if my question/topic is relevant or not. Still asking, Does MDG have any plan launch certification program ( just like Zend framework or Oracle Java certification)? If not, Isn’t it a good idea to launch this program so that companies can easily pick up certified meteor developers?

Again my thinking can be completely irrelevant to Transmission podcast goal. If so, you can ignore it.

Thanks.

Some suggestions…

1.4 seems like a pretty obvious topic touching on what meter devs will enjoy the most with node 4 and mongo 3.2.

Status update on apollo.

I’m totally stoked!!!

2 Likes

+1 for 1.4 / 1.5 - I’d like to know about the problems involved with upgrading node, moving Meteor to NPM, build tool, current thoughts/plans on tackling these etc.

1 Like

What about https://developers.google.com/web/progressive-web-apps/ ?

What about trying to get Meteor Client to be more independent. Projects like https://github.com/idanwe/meteor-client-side are really a hack that could be much better. Thinking about chrome apps, extensions, electron etc… fleeing the meteor “client restarting” time waster.

Geoff mentioned a while back that meteor should become more npm’ish also in its independence to build tools. I would love to hear what we can do about that.

1 Like

Apollo Client is 100% independent for exactly this reason. I think not having an official independent Meteor Client is a bit of a bummer, but putting all of the Meteor packages on NPM will help a lot with this.

1 Like

I’m actually really, really interested in what Meteor 1.5 means. Benjamin mentions in the PR that it will be an NPM-installable version of Meteor and it’s packages. That sounds brilliant, but what else does Meteor envision this change bringing? Being able to npm install universal JS with a single install!? Enquiring minds want to know!

5 Likes

I love apollo, but this is exactly what I mean. Installing meteor from npm would be great and solve the whole “build tool” issue. Maybe provide the meteor build tool as a light weight npm alternative to webpack, rollup and others.

For what I have seen so far, it really makes sense to use meteor and apollo gradually alongside through out a business iteration cycle. If both would be on npm and integrate into all the other tools, a dream would come true.

4 Likes

With the eventual switch to npm, how does MDG plan to keep the easy install / get started script?

I’d hate to see the getting started instructions become:

  1. Install node
  2. npm install meteor
  3. Install Python and other needed tools (I think it was @benjamn who mentioned that we might need to have Python for compiling some binary dependencies)

I’m not opposed to doing each of these things. I’m just opposed to having to do it step by step because that goes against the ease of development philosophy MDG has pushed for so long

1 Like

In my mind, npm install meteor(-tools) will be something that happens at a level below the standard installation experience, which will continue to be as easy as ever.

For folks who want to experiment with different versions of Node, or use Meteor to build npm packages, an npm installable package will be more than worth the additional installation complexity.

4 Likes

I am thinking for app development the ideal would be …

  1. install git
  2. install node
  3. git clone http://github.com/trajano/myapp
  4. cd myapp
  5. npm install
  6. npm start
  7. start coding on the side

If it is new

  1. install node
  2. npm install -g meteor
  3. meteor create app --template http://template.meteor.com/sample-bigapp
  4. cd app
  5. npm install
  6. npm start
  7. start coding on the side
3 Likes

Just noticed it was relatively the same as https://cli.angular.io/

Thanks for the input on the topics everyone! Here it is: https://www.youtube.com/watch?v=SIauRgscm7Y

5 Likes