From Blaze to React 11: Wrapping React Components
In this episode, I talk about unlocking the power of React’s component ecosystem by wrapping them for Meteor apps. Resources Griddle → Read more
Articles tagged “Blaze to React”
In this episode, I talk about unlocking the power of React’s component ecosystem by wrapping them for Meteor apps. Resources Griddle → Read more
In this episode, I talk about searching for the right directory structure for Meteor/React apps. Directory Structure feature1 - components... → 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
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
We’re pushing forward in our quest to slim down our router code. After getting rid of subscriptions and data context declarations, it’s time... → Read more
In the third part of our series, let’s talk a little more about data contexts. Even if you’re not subscribing in the router, you might... → Read more
Unlike Iron Router, FlowRouter doesn’t handle subscriptions at all. So in our second video, we’ll focus on going from router-level subscriptions... → Read more