Skip to content

Commit 33d70ac

Browse files
committed
Update README.md
1 parent dc62aea commit 33d70ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Outside of JSX (which you learned in the React tutorial), you may see some funny
6161

6262
If you just want to get things done with React, **you can skip learning ES6**, or try to pick it up along the way.
6363

64+
You may see some talk about ES6 classes being the preferred way to create React components. This is untrue. Most people (including Facebook) are using `React.createClass()`.
65+
6466
## Learning routing
6567

6668
“Single-page applications” are all the rage these days. These are web pages that load once, and when the user clicks on a link or a button, JavaScript running on the page updates the address bar, but the web page is not refreshed. Management of the address bar is done by something called a **router**.

0 commit comments

Comments
 (0)