Browse Source

Fixed a sentence (#4950)

main
Andreas Schlapbach 2 years ago
committed by GitHub
parent
commit
4b5c413054
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/thinking-in-react.md

2
content/docs/thinking-in-react.md

@ -143,4 +143,4 @@ Let's think about what we want to happen. We want to make sure that whenever the
## And That's It {#and-thats-it}
Hopefully, this gives you an idea of how to think about building components and applications with React. While it may be a little more typing than you're used to, remember that code is read far more than it's written, and it's less difficult to read this modular, explicit code. As you start to build large libraries of components, you'll appreciate this explicitness and modularity, and with code reuse, your lines of code will start to shrink. :)
Hopefully, this gives you an idea of how to think about building components and applications with React. While it may be a little more typing than you're used to, remember that code is read far more often than it's written, and it's less difficult to read this modular, explicit code. As you start to build large libraries of components, you'll appreciate this explicitness and modularity, and with code reuse, your lines of code will start to shrink. :)

Loading…
Cancel
Save