Michael is obsessed with teaching. He designs at Planning Center Online, organizes Full Stack Talks in San Diego, and teaches React.js at SitePoint. He thinks his wife and two ridiculous kids are super great. Also ramen.
Michael's articles
Watch: Using Webpack to Transform JSX
One of the major objections people have with React is JSX' need to be pre-processed and packaged for the browser. Fear not! Webpack and Babel.js are here.
Watch: Adding a Lap Logger to a React Stopwatch
We'll take all we've learned about state, lists, and conditional rendering in React to add a new logger feature.
Video: Introducing One-Way Data Flow
I'll look at react's one-way data flow with an example of two-way binding, from frameworks like Angular and Ember, and mimicking functionality in React.