Skip to content

Commit

Permalink
Merge pull request Automattic#537 from Automattic/fix/docs/typos-in-t…
Browse files Browse the repository at this point in the history
…ech-behind-calypso

tech-behind-calypso.md: fixing up some typos
  • Loading branch information
codebykat committed Nov 23, 2015
2 parents a01cb71 + 81d590d commit 7f09624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/tech-behind-calypso.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Understanding the technologies and abstractions on which Calypso is built can ma

## No Big Famous Framework

Calypso is not using neither Angular, not Ember, because we are building Calypso for the long haul and updating and improving a home-grown framework is a better long-term approach for us. Currently we're using React and Flux and they're great, but knowing we have the control to use better technologies as they come along makes us feel more confident in our future. Calypso isn't a small starup project, we know it will need to scale and we our technology will need to scale with it.
Calypso is using neither Angular, nor Ember, because we are building Calypso for the long haul and updating and improving a home-grown framework is a better long-term approach for us. Currently we're using React and Flux and they're great, but knowing we have the control to use better technologies as they come along makes us feel more confident in our future. Calypso isn't a small startup project; we know it will need to scale and our technology will need to scale with it.

## Modern Modular JavaScript

Expand All @@ -30,7 +30,7 @@ Key concepts checklist:

## React

[React](http://facebook.github.io/react/) is a library by Facebook, which implements a virtual DOM, so that instead of carefully changing the DOM, we can just re-render whole components when the data changes. React radically simplified our code and allowed for an awesome composition of reusable components.
[React](http://facebook.github.io/react/) is a library by Facebook which implements a virtual DOM, so that instead of carefully changing the DOM, we can just re-render whole components when the data changes. React radically simplified our code and allowed for an awesome composition of reusable components.

Here are some great React resources:

Expand Down

0 comments on commit 7f09624

Please sign in to comment.