Merge pull request #5178 from jimfb/multiple-authors

Fix blog post authors
(cherry picked from commit ccfc2d8049)
This commit is contained in:
Paul O’Shannessy
2015-10-19 10:30:14 -07:00
parent 1e175d0858
commit bed6aefc46
6 changed files with 35 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: "Flux: An Application Architecture for React"
author: fisherwebdevandjing
author: [fisherwebdev, jingc]
---
We recently spoke at one of f8's breakout session about Flux, a data flow architecture that works well with React. Check out the video here:
@@ -1,6 +1,6 @@
---
title: "ReactDOM.render and the Top Level React API"
author: jimandsebastian
author: ["jimfb", "sebmarkbage"]
---