Browse Source

Default to layout: post for posts

Just a little less boilerplate. This also removes a bit of trailing
whitespace because it shouldn't have been there.
main
Paul O’Shannessy 11 years ago
parent
commit
efc42e8bf1
  1. 6
      _config.yml
  2. 1
      _posts/2013-06-02-jsfiddle-integration.md
  3. 1
      _posts/2013-06-05-why-react.md
  4. 1
      _posts/2013-06-12-community-roundup.md
  5. 1
      _posts/2013-06-19-community-roundup-2.md
  6. 1
      _posts/2013-06-21-react-v0-3-3.md
  7. 1
      _posts/2013-06-27-community-roundup-3.md
  8. 1
      _posts/2013-07-02-react-v0-4-autobind-by-default.md
  9. 1
      _posts/2013-07-03-community-roundup-4.md
  10. 1
      _posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md
  11. 1
      _posts/2013-07-17-react-v0-4-0.md
  12. 1
      _posts/2013-07-23-community-roundup-5.md
  13. 1
      _posts/2013-07-26-react-v0-4-1.md
  14. 1
      _posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md
  15. 3
      _posts/2013-08-05-community-roundup-6.md
  16. 1
      _posts/2013-08-19-use-react-and-jsx-in-python-applications.md
  17. 1
      _posts/2013-08-26-community-roundup-7.md
  18. 1
      _posts/2013-09-24-community-roundup-8.md
  19. 1
      _posts/2013-10-16-react-v0.5.0.md
  20. 1
      _posts/2013-10-29-react-v0-5-1.md
  21. 1
      _posts/2013-10-3-community-roundup-9.md
  22. 1
      _posts/2013-11-05-thinking-in-react.md
  23. 1
      _posts/2013-11-06-community-roundup-10.md
  24. 3
      _posts/2013-11-18-community-roundup-11.md
  25. 1
      _posts/2013-12-18-react-v0.5.2-v0.4.2.md
  26. 1
      _posts/2013-12-19-react-v0.8.0.md
  27. 1
      _posts/2013-12-23-community-roundup-12.md
  28. 1
      _posts/2013-12-30-community-roundup-13.md
  29. 1
      _posts/2014-01-02-react-chrome-developer-tools.md
  30. 1
      _posts/2014-01-06-community-roundup-14.md
  31. 1
      _posts/2014-02-05-community-roundup-15.md
  32. 1
      _posts/2014-02-15-community-roundup-16.md
  33. 1
      _posts/2014-02-16-react-v0.9-rc1.md
  34. 1
      _posts/2014-02-20-react-v0.9.md
  35. 1
      _posts/2014-02-24-community-roundup-17.md
  36. 1
      _posts/2014-03-14-community-roundup-18.md
  37. 1
      _posts/2014-03-19-react-v0.10-rc1.md
  38. 1
      _posts/2014-03-21-react-v0.10.md
  39. 1
      _posts/2014-03-28-the-road-to-1.0.md
  40. 1
      _posts/2014-04-04-reactnet.md
  41. 1
      _posts/2014-05-06-flux.md
  42. 1
      _posts/2014-05-29-one-year-of-open-source-react.md
  43. 1
      _posts/2014-06-27-community-roundup-19.md
  44. 1
      _posts/2014-07-13-react-v0.11-rc1.md
  45. 1
      _posts/2014-07-17-react-v0.11.md
  46. 1
      _posts/2014-07-25-react-v0.11.1.md
  47. 7
      _posts/2014-07-28-community-roundup-20.md
  48. 3
      _posts/2014-07-30-flux-actions-and-the-dispatcher.md
  49. 1
      _posts/2014-08-03-community-roundup-21.md

6
_config.yml

@ -9,6 +9,12 @@ relative_permalinks: true
paginate: 5
timezone: America/Los_Angeles
highlighter: pygments
defaults:
- scope:
path: ''
type: post
values:
layout: post
exclude:
- Gemfile
- Gemfile.lock

1
_posts/2013-06-02-jsfiddle-integration.md

@ -1,6 +1,5 @@
---
title: JSFiddle Integration
layout: post
author: Christopher Chedeau
---

1
_posts/2013-06-05-why-react.md

@ -1,6 +1,5 @@
---
title: Why did we build React?
layout: post
author: Pete Hunt
---

1
_posts/2013-06-12-community-roundup.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #1"
layout: post
author: Vjeux
---

1
_posts/2013-06-19-community-roundup-2.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #2"
layout: post
author: Vjeux
---

1
_posts/2013-06-21-react-v0-3-3.md

@ -1,6 +1,5 @@
---
title: "React v0.3.3"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-06-27-community-roundup-3.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #3"
layout: post
author: Vjeux
---

1
_posts/2013-07-02-react-v0-4-autobind-by-default.md

@ -1,6 +1,5 @@
---
title: "New in React v0.4: Autobind by Default"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-07-03-community-roundup-4.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #4"
layout: post
author: Vjeux
---

1
_posts/2013-07-11-react-v0-4-prop-validation-and-default-values.md

@ -1,6 +1,5 @@
---
title: "New in React v0.4: Prop Validation and Default Values"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-07-17-react-v0-4-0.md

@ -1,6 +1,5 @@
---
title: "React v0.4.0"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-07-23-community-roundup-5.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #5"
layout: post
author: Vjeux
---

1
_posts/2013-07-26-react-v0-4-1.md

@ -1,6 +1,5 @@
---
title: "React v0.4.1"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-07-30-use-react-and-jsx-in-ruby-on-rails.md

@ -1,6 +1,5 @@
---
title: "Use React and JSX in Ruby on Rails"
layout: post
author: Paul O'Shannessy
---

3
_posts/2013-08-05-community-roundup-6.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #6"
layout: post
author: Vjeux
---
@ -58,7 +57,7 @@ este.demos.react.todoApp = este.react.create (`/** @lends {React.ReactComponent.
[Zaim Bakar](http://zaim.github.io/) shared his boilerplate to get started with Stylus CSS processor.
> This is my boilerplate React project using Grunt as the build tool, and Stylus as my CSS preprocessor.
>
>
> - Very minimal HTML boilerplate
> - Uses Stylus, with nib included
> - Uses two build targets:

1
_posts/2013-08-19-use-react-and-jsx-in-python-applications.md

@ -1,6 +1,5 @@
---
title: "Use React and JSX in Python Applications"
layout: post
author: Kunal Mehta
---

1
_posts/2013-08-26-community-roundup-7.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #7"
layout: post
author: Vjeux
---

1
_posts/2013-09-24-community-roundup-8.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #8"
layout: post
author: Vjeux
---

1
_posts/2013-10-16-react-v0.5.0.md

@ -1,6 +1,5 @@
---
title: "React v0.5"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-10-29-react-v0-5-1.md

@ -1,6 +1,5 @@
---
title: "React v0.5.1"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-10-3-community-roundup-9.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #9"
layout: post
author: Vjeux
---

1
_posts/2013-11-05-thinking-in-react.md

@ -1,6 +1,5 @@
---
title: "Thinking in React"
layout: post
author: Pete Hunt
---

1
_posts/2013-11-06-community-roundup-10.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #10"
layout: post
author: Vjeux
---

3
_posts/2013-11-18-community-roundup-11.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #11"
layout: post
author: Vjeux
---
@ -89,4 +88,4 @@ This round-up is the proof that React has taken off from its Facebook's root: it
## Random Tweet
<img src="/react/img/blog/steve_reverse.gif" style="float: right;" />
<div style="width: 320px;"><blockquote class="twitter-tweet"><p>I think this reversed gif of Steve Urkel best describes my changing emotions towards the React Lib <a href="http://t.co/JoX0XqSXX3">http://t.co/JoX0XqSXX3</a></p>&mdash; Ryan Seddon (@ryanseddon) <a href="https://twitter.com/ryanseddon/statuses/398572848802852864">November 7, 2013</a></blockquote></div>
<div style="width: 320px;"><blockquote class="twitter-tweet"><p>I think this reversed gif of Steve Urkel best describes my changing emotions towards the React Lib <a href="http://t.co/JoX0XqSXX3">http://t.co/JoX0XqSXX3</a></p>&mdash; Ryan Seddon (@ryanseddon) <a href="https://twitter.com/ryanseddon/statuses/398572848802852864">November 7, 2013</a></blockquote></div>

1
_posts/2013-12-18-react-v0.5.2-v0.4.2.md

@ -1,6 +1,5 @@
---
title: "React v0.5.2, v0.4.2"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-12-19-react-v0.8.0.md

@ -1,6 +1,5 @@
---
title: "React v0.8"
layout: post
author: Paul O'Shannessy
---

1
_posts/2013-12-23-community-roundup-12.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #12"
layout: post
author: Vjeux
---

1
_posts/2013-12-30-community-roundup-13.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #13"
layout: post
author: Vjeux
---

1
_posts/2014-01-02-react-chrome-developer-tools.md

@ -1,6 +1,5 @@
---
title: "React Chrome Developer Tools"
layout: post
author: Sebastian Markbåge
---

1
_posts/2014-01-06-community-roundup-14.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #14"
layout: post
author: Vjeux
---

1
_posts/2014-02-05-community-roundup-15.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #15"
layout: post
author: Jonas Gebhardt
---

1
_posts/2014-02-15-community-roundup-16.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #16"
layout: post
author: Jonas Gebhardt
---

1
_posts/2014-02-16-react-v0.9-rc1.md

@ -1,6 +1,5 @@
---
title: React v0.9 RC
layout: post
author: Ben Alpert
---

1
_posts/2014-02-20-react-v0.9.md

@ -1,6 +1,5 @@
---
title: React v0.9
layout: post
author: Ben Alpert
---

1
_posts/2014-02-24-community-roundup-17.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #17"
layout: post
author: Jonas Gebhardt
---

1
_posts/2014-03-14-community-roundup-18.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #18"
layout: post
author: Jonas Gebhardt
---

1
_posts/2014-03-19-react-v0.10-rc1.md

@ -1,6 +1,5 @@
---
title: React v0.10 RC
layout: post
author: Paul O’Shannessy
---

1
_posts/2014-03-21-react-v0.10.md

@ -1,6 +1,5 @@
---
title: React v0.10
layout: post
author: Paul O’Shannessy
---

1
_posts/2014-03-28-the-road-to-1.0.md

@ -1,6 +1,5 @@
---
title: The Road to 1.0
layout: post
author: Paul O'Shannessy
---

1
_posts/2014-04-04-reactnet.md

@ -1,6 +1,5 @@
---
title: "Use React and JSX in ASP.NET MVC"
layout: post
author: Daniel Lo Nigro
---

1
_posts/2014-05-06-flux.md

@ -1,6 +1,5 @@
---
title: "Flux: An Application Architecture for React"
layout: post
author: Bill Fisher and Jing Chen
---

1
_posts/2014-05-29-one-year-of-open-source-react.md

@ -1,6 +1,5 @@
---
title: "One Year of Open-Source React"
layout: post
author: Cheng Lou
---

1
_posts/2014-06-27-community-roundup-19.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #19"
layout: post
author: Cheng Lou
---

1
_posts/2014-07-13-react-v0.11-rc1.md

@ -1,6 +1,5 @@
---
title: React v0.11 RC
layout: post
author: Paul O’Shannessy
---

1
_posts/2014-07-17-react-v0.11.md

@ -1,6 +1,5 @@
---
title: React v0.11
layout: post
author: Paul O’Shannessy
---

1
_posts/2014-07-25-react-v0.11.1.md

@ -1,6 +1,5 @@
---
title: React v0.11.1
layout: post
author: Paul O’Shannessy
---

7
_posts/2014-07-28-community-roundup-20.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #20"
layout: post
author: Lou Husson
---
@ -52,12 +51,12 @@ React.renderComponent(
## Thinking and Learning React
Josephine Hall, working at Icelab, used React to write a mobile-focused application. She wrote a blog post [“Thinking and Learning React.js”](http://icelab.com.au/articles/thinking-and-learning-reactjs/) to share her experience with elements they had to use. You'll learn about routing, event dispatch, touchable components, and basic animations.
Josephine Hall, working at Icelab, used React to write a mobile-focused application. She wrote a blog post [“Thinking and Learning React.js”](http://icelab.com.au/articles/thinking-and-learning-reactjs/) to share her experience with elements they had to use. You'll learn about routing, event dispatch, touchable components, and basic animations.
## London React Meetup
If you missed the last [London React Meetup](http://www.meetup.com/London-React-User-Group/events/191406572/), the video is available, with lots of great content.
If you missed the last [London React Meetup](http://www.meetup.com/London-React-User-Group/events/191406572/), the video is available, with lots of great content.
- What's new in React 0.11 and how to improve performance by guaranteeing immutability
- State handling in React with Morearty.JS
@ -101,7 +100,7 @@ var Foo = React.createClass({
this.setState({scriptLoading: false, scriptLoadError: true});
},
render: function() {
var message =
var message =
this.state.scriptLoading ? 'Loading script...' :
this.state.scriptLoadError ? 'Loading failed' :
'Loading succeeded';

3
_posts/2014-07-30-flux-actions-and-the-dispatcher.md

@ -1,6 +1,5 @@
---
title: "Flux: Actions and the Dispatcher"
layout: post
author: Bill Fisher
---
@ -30,7 +29,7 @@ Letting the stores update themselves eliminates many entanglements typically fou
Why We Need a Dispatcher
------------------------
As an application grows, dependencies across different stores are a near certainty. Store A will inevitably need Store B to update itself first, so that Store A can know how to update itself. We need the dispatcher to be able to invoke the callback for Store B, and finish that callback, before moving forward with Store A. To declaratively assert this dependency, a store needs to be able to say to the dispatcher, "I need to wait for Store B to finish processing this action." The dispatcher provides this functionality through its waitFor() method.
As an application grows, dependencies across different stores are a near certainty. Store A will inevitably need Store B to update itself first, so that Store A can know how to update itself. We need the dispatcher to be able to invoke the callback for Store B, and finish that callback, before moving forward with Store A. To declaratively assert this dependency, a store needs to be able to say to the dispatcher, "I need to wait for Store B to finish processing this action." The dispatcher provides this functionality through its waitFor() method.
The dispatch() method provides a simple, synchronous iteration through the callbacks, invoking each in turn. When waitFor() is encountered within one of the callbacks, execution of that callback stops and waitFor() provides us with a new iteration cycle over the dependencies. After the entire set of dependencies have been fulfilled, the original callback then continues to execute.

1
_posts/2014-08-03-community-roundup-21.md

@ -1,6 +1,5 @@
---
title: "Community Round-up #21"
layout: post
author: Lou Husson
---

Loading…
Cancel
Save