From Blaze to React 10: Directory Structure
In this episode, I talk about searching for the right directory structure for Meteor/React apps. Directory Structure feature1 - components... → Read more
The Discover Meteor Blog
In this episode, I talk about searching for the right directory structure for Meteor/React apps. Directory Structure feature1 - components... → Read more
If you’ve been following this blog you’ve probably heard me talk about using React with Meteor before. A common misconception about React... → Read more
In this episode, we learn how to set up component-level subscriptions with React. Here’s a simplified version of the subscription pattern... → Read more
It looks my last two posts hit a nerve, to say the least. The Hacker News effect in action Both parts shot up to the top of Hacker News... → Read more
In my last article, I talked about the current state of Meteor and some of the things that have been holding it back. There’s reason to... → Read more
It’s no secret that Meteor is in a state of flux right now. Blaze is being threatened by React. Meteor’s homegrown package system might... → Read more
In this episode we’re taking on the whole component hierarchy, from smart and dumb components, all the way to layouts and routes. Everything... → Read more
In this episode, we finally write our first bit of React! Note that I’ll assume a basic level of familiarity with React, so if you’ve never... → Read more
In this episode, we’ll finally switch out Iron Router for FlowRouter. Since we’ve already done most of the work, it should be relatively easy... → Read more
In the previous videos, we saw how to track a subscription’s ready state at the template level. In this episode, we’ll talk a little more... → Read more