meteor / tutorials

The Meteor tutorials from meteor.com
https://www.meteor.com/tutorials
MIT License
181 stars 103 forks source link

Part 1: "Creating An App" section exactly the same for Blaze/React/Angular #195

Open ppotoplyak opened 4 years ago

ppotoplyak commented 4 years ago

Teaching my 12 year old web basics and asked him to change the "Click Me" button counter to increment by 3. Asked him to specifically use the "React" version. He then pointed out that all three tutorial flavors create the same exact app on the "Creating an App" step, which is not really intuitive or explicitly stated.

ppotoplyak commented 4 years ago

IMO most beginners would expect the app created in the first step to be of the flavor of tutorial chosen.

sebakerckhof commented 4 years ago

You are right. Meteor 1.8 introduces a way to directly start with a react app, but the tutorial is not updated for this yet (although it's mentioned in the second step). The tutorials are currently being rewritten, so this should be resolved soon. cc @leonardoventurini

leonardoventurini commented 4 years ago

Yep, they are being rewritten, we are taking steps to make it friendlier to beginners as well.