Wednesday, February 3, 2016

Building a React Universal Blog App: Implementing Flux

In the first part of this mini-series we've started digging into the world of React and see how we can use it, together with Node.js, to build a React Universal Blog App.

In this second and last part, we'll take our blog to the next level by learning how to add and edit content. We'll also get into the real meat of how to easily scale our React Universal Blog App using React organizational concepts and the Flux pattern.

Break It Down for Me

As we add more pages and content to our blog, our routes.js file will quickly become big. Since it's one of React's guiding principles to break things up into smaller, manageable pieces, let's separate our routes into different files.

Continue reading %Building a React Universal Blog App: Implementing Flux%


by Tony Spiro via SitePoint

No comments:

Post a Comment