Browse Source

It\ns -> Its

main
Ben Alpert 10 years ago
parent
commit
5c88cb855e
  1. 3
      _posts/2014-03-28-the-road-to-1.0.md

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

@ -33,8 +33,7 @@ There are other features of ES6 we're already using in core. I'm sure we'll see
## Context
While we haven't documented `context`, it exists in some form in React already. It exists as a way to pass values through a tree without having to use props at every single point. We've seen this need crop up time and time again, so we want to make this as easy as possible. It
s use has performance tradeoffs, and there are known weaknesses in our implementation, so we want to make sure this is a solid feature.
While we haven't documented `context`, it exists in some form in React already. It exists as a way to pass values through a tree without having to use props at every single point. We've seen this need crop up time and time again, so we want to make this as easy as possible. Its use has performance tradeoffs, and there are known weaknesses in our implementation, so we want to make sure this is a solid feature.
## Addons

Loading…
Cancel
Save