Commit Graph

4172 Commits

Author SHA1 Message Date
Dan Abramov
9d62821e9e Tweak refwording 2019-01-25 18:12:30 +00:00
Dan Abramov
f510e11312 Reword intro 2019-01-25 18:08:48 +00:00
Dan Abramov
4d61b4a19d Add Hooks to reference page 2019-01-25 15:22:36 +00:00
Dan Abramov
08b6e4b876 Update docs for stable Hooks 2019-01-24 18:07:22 +00:00
Dan Abramov
024b5b6173 Bump alpha 2019-01-20 20:31:35 +00:00
hsteffens95
14346719d4 Update meetups.md (#1578)
Add Meetup Düsseldorf
2019-01-20 10:54:47 -08:00
Dan Abramov
a946fb3783 Warn against side effects in useMemo (#1576) 2019-01-19 19:52:32 +00:00
Jean-Marie Porchet
c89caa08b3 fest: add React Native EU 2019, move React India (#1571)
React India wasn't listed in chronological order
2019-01-18 21:59:00 +00:00
Brian Vaughn
8b333fd528 Merge pull request #1570 from bvaughn/useDebugValue-formatterFn
Added useDebugValue formatter function
2019-01-17 13:04:54 -08:00
jvitela
b38c572939 Added link to Reach Router (#1568)
* Added link to Reach Router

@reach/router is a routing library for React written and maintained by one of the original creators of react-router, [Ryan Florence](https://twitter.com/ryanflorence). And is focused on [accessibility](https://reach.tech/router/accessibility).

Is also the router used by [Gatsby](https://www.gatsbyjs.org/blog/2018-09-27-reach-router/)

* Update tools-routing.md
2019-01-17 19:17:35 +00:00
Brian Vaughn
0ace70f43d Added useDebugValue formatter function 2019-01-17 10:50:09 -08:00
Dan Abramov
26b0eb258a typo 2019-01-17 17:31:10 +00:00
Dan Abramov
9b5638f034 Tweak useMemo wording (#1569)
* Tweak useMemo wording

* Update hooks-faq.md

* Update hooks-reference.md

* Be more specific
2019-01-17 17:10:05 +00:00
Dan Abramov
1a49812370 Clarify conflicting advice 2019-01-17 13:25:41 +00:00
Dan Abramov
d7d5533278 [Hooks] Add recommendations about useMemo and lazy init (#1565) 2019-01-16 23:41:45 +00:00
Prashant Andani
17fdc425bc Typo fix (#1562) 2019-01-16 18:51:09 +00:00
Brian Vaughn
924e76dc1b Merge pull request #1544 from threepointone/master
rename useImperativeMethods -> useImperativeHandle
2019-01-15 15:32:11 -08:00
Brian Vaughn
df240a426d Merge pull request #1557 from bvaughn/useDebugValue
Add docs for useDebugValue
2019-01-15 13:52:36 -08:00
Brian Vaughn
efcbcc5a58 Wordsmithing 2019-01-15 13:50:53 -08:00
Brian Vaughn
4c29b69558 Add docs for useDebugValue 2019-01-15 13:04:49 -08:00
Alex Krolick
165ae047b4 Add note about Promise polyfill for React.lazy (#1556)
* Add note about Promise polyfill for React.lazy

Fixes #1552

* Backticks
2019-01-15 10:11:28 -08:00
Sunil Pai
06b08a238d Merge remote-tracking branch 'upstream/master' 2019-01-15 16:06:12 +00:00
Dan Abramov
60dd46d64b Revert "Extended JavaScript environment requirements polyfills list with a promise (#1553)" (#1554)
This reverts commit cda991046a.
2019-01-15 11:44:47 +00:00
Alex Chernenko
cda991046a Extended JavaScript environment requirements polyfills list with a promise (#1553) 2019-01-14 14:51:19 -08:00
Dan Abramov
71aa4faa43 Remove unnecessary newline 2019-01-14 18:26:02 +00:00
Rex Raphael
73cb6ba7bd React New York Conf (#1497)
* react new york conf

* typo fix
2019-01-10 09:38:19 -08:00
Sebastian Silbermann
a7872007d1 Add 16.7 to versions (#1543) 2019-01-10 14:47:56 +00:00
Sunil Pai
1b8dd36ae1 createInstance -> createHandle 2019-01-10 14:47:51 +00:00
Sunil Pai
53222c7f86 rename useImperativeMethods -> useImperativeHandle 2019-01-10 13:09:16 +00:00
Aditya Agarwal
b5fa1df64f Reset button should set the state back to initialCount (#1327) 2019-01-10 11:46:33 +00:00
Dan Abramov
92d96a3ca4 Bump documented Hooks version 2019-01-09 21:03:48 +00:00
Florian Kissling
1389d0a7ae Bump gatsby-remark-autolink-headers, fixes sidebar links not correctly jumping to referenced element (#1370)
* Bump gatsby-remark-autolink-headers

* Bump gatsby-remark-autolink-headers to latest
2019-01-09 18:20:36 +00:00
Alex Krolick
22732d46e1 Merge pull request #1537 from 0xflotus/patch-1
fixed renderer
2019-01-06 14:41:55 -08:00
0xflotus
3f7a7ddccf fixed renderer
I fixed only a typo
2019-01-06 23:34:07 +01:00
Dan Abramov
6f2e26f21c Rearrange TS section a bit 2019-01-03 15:41:57 +00:00
Dan Abramov
ac426af02c Reword a confusing sentence 2019-01-02 19:26:56 +00:00
Daniel Husar
8127896a94 Expose react as global (#1501) 2019-01-02 19:24:57 +00:00
Mikhail Vasin
dbcc9c249a Update version expected to include hooks (#1511)
* Update version expected to include hooks

16.7.0 does not include hooks, I suppose 16.8 could include them.

* Remove specific version
2019-01-02 19:22:29 +00:00
Vincent
97831ab0c3 Add link to docs on Firefox's A11y inspector (#1525) 2019-01-02 19:21:35 +00:00
Dan Abramov
ea03fe7163 Clarify DOM container in homepage examples (#1526) 2019-01-02 19:07:45 +00:00
David Leuliette
68cd4318c0 Add Portugal Meetup (#1523) 2019-01-02 18:30:40 +00:00
Alex Krolick
33363a6058 Merge pull request #1521 from reactjs/mountnode
clarify mountNode with comments
2019-01-01 21:14:02 -08:00
Alex Krolick
af10d51a5d Merge pull request #1518 from arash817/patch-1
add React Iran Conference
2019-01-01 19:38:37 -08:00
Alex Krolick
c277c56fe3 sort conferences by date 2019-01-01 19:38:21 -08:00
Alex Krolick
6f6fc8d80e clarify mountNode with comments
This is still a bit opaque but it's difficult to fix with the current way
CodeEditor works:
- long-term CodeEditor.js could take a node reference instead of defining
  mountNode internally
- could also use document.createElement to define the target in the code,
  but this could be mislead people to think this is required instead of
  using an existing reference

see #1017, #1018, #1019
2019-01-01 19:24:46 -08:00
Monica Powell
e4f43bdf4d Add React.JS Girls to the list of React Meetups (#1520) 2019-01-01 11:16:30 -08:00
Brian Vaughn
e097834c9f Merge pull request #1479 from alexkrolick/publish-15-6
add link to rebuilt 15.6 docs
2018-12-30 13:21:04 -08:00
Arash
cd4461c7cd add React Iran Conference 2018-12-30 20:30:18 +03:30
Alex Krolick
3581b4e0ff move past conferences out of upcoming section (#1513) 2018-12-28 21:50:16 -08:00
Sophie Alpert
d9de84b166 Clarify wording on keys in tutorial 2018-12-28 17:04:47 -08:00