mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -45,6 +45,11 @@ September 26-28, 2019 in Goa, India
|
||||
September 6, 2019 in Melbourne, Australia
|
||||
[Website](https://www.componentsconf.com.au/) - [Twitter](https://twitter.com/componentsconf)
|
||||
|
||||
### React New York 2019
|
||||
September 13th, 2019. New York, USA
|
||||
|
||||
[Website](https://reactnewyork.com/) - [Twitter](https://twitter.com/reactnewyork)
|
||||
|
||||
## Past Conferences
|
||||
|
||||
### React.js Conf 2015
|
||||
|
||||
@@ -8,9 +8,7 @@ prev: hooks-intro.html
|
||||
|
||||
*Hooks* are an upcoming feature that lets you use state and other React features without writing a class. They're currently in React v16.8.0-alpha.0.
|
||||
|
||||
Hooks are [backwards-compatible](/docs/hooks-intro.html#no-breaking-changes). This page provides an overview of Hooks for experienced React users.
|
||||
|
||||
This is a fast-paced overview. If you get confused, look for a yellow box like this:
|
||||
Hooks are [backwards-compatible](/docs/hooks-intro.html#no-breaking-changes). This page provides an overview of Hooks for experienced React users. This is a fast-paced overview. If you get confused, look for a yellow box like this:
|
||||
|
||||
>Detailed Explanation
|
||||
>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
- title: '16.7'
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1670-december-19-2018
|
||||
- title: '16.6'
|
||||
path: /version/16.6
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1660-october-23-2018
|
||||
url: https://5c11762d4be4d10008916ab1--reactjs.netlify.com/
|
||||
- title: '16.5'
|
||||
path: /version/16.5
|
||||
changelog: https://github.com/facebook/react/blob/master/CHANGELOG.md#1650-september-5-2018
|
||||
|
||||
Reference in New Issue
Block a user