React Newsletter #11

Architecting React.js apps with flux, pitfalls of diving into React, and Isomorphic React in real life


Articles

React.js Tutorial Pt 3: Architecting React.js Apps with Flux. | Tyler McGinnis

Flux still have you a little flustered? Check out this article by Tyler McGinnis. In the third part of a six part series on React.js, Tyler breaks down Flux in a very composable manner. If you're new to Flux, start here.

Hello, React.js

In this article, Chen walks through the pitfalls he encountered when he dove into React. Stores are not models, don't overuse setState, and keep it simple, among a few other things.

Refactoring React Components to ES6 Classes

If you're still using React.createClass to create your React components, check out this blog post by Kris Jordan. In this post Kris walks through everything you need to know in order to convert your components over to ES6 classes.

Isomorphic React in Real Life

Interested in building an Isomorphic app with React.js? Check out this tutorial by Jonas Ohlsson. In this post Jonas walks through what he learned building an Isomorphic React app at work.

Smart and Dumb Components

In this blog post Dan walks through how he divides his React Components into two categories, smart and dumb components. Doing this yields many benefits, separation of concerns, reusability, and more. Check out this article if you'd like a new approach to reasoning about your React components.


made with ❤️ by ui.dev