Browse Source

Merge pull request #5706 from kchia/patch-3

Capitalizes first letter of first word in the Step 1 instruction
main
Jim 9 years ago
parent
commit
d775cc5171
  1. 2
      docs/thinking-in-react.md

2
docs/thinking-in-react.md

@ -31,7 +31,7 @@ Our JSON API returns some data that looks like this:
];
```
## Step 1: break the UI into a component hierarchy
## Step 1: Break the UI into a component hierarchy
The first thing you'll want to do is to draw boxes around every component (and subcomponent) in the mock and give them all names. If you're working with a designer, they may have already done this, so go talk to them! Their Photoshop layer names may end up being the names of your React components!

Loading…
Cancel
Save