Max Wizard K
1f27bba948
Updating link to the article about React internals ( #2022 )
6 years ago
Gavin Elster
8d9b002130
Fix typo ( #2021 )
* Fix typo
Adds a missing word
* Update content/docs/hooks-faq.md
Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>
6 years ago
Gavin Elster
dda5b49f45
Swap word order ( #2020 )
Figure this was a typo
6 years ago
adam klein
7b217c7010
Add ReactNext 2019 ( #2019 )
6 years ago
Carston Henderson
d3d7d55750
Change 'operator' to 'method' ( #2016 )
I believe `.slice()` is an array prototype method, rather than an operator.
6 years ago
Benjamin Dunphy
d05c83b7ab
Add Real World React to meetups.md ( #2012 )
Add Real World React (San Francisco) meetup group
6 years ago
Niklas Mollenhauer
e12c973cf1
Update core-js includes ( #2007 )
The path seem to have changed in the latest `core-js` package. https://github.com/zloirock/core-js/tree/master/packages/core-js
6 years ago
Matthew
8e6343b5a6
Fix broken webpack production guide link in "Optimizing Performance" page. ( #2011 )
6 years ago
Misha Moroshko
b3d4fe5efb
Keep hook links consistent ( #1323 )
6 years ago
Cloudspider
10e375dacb
Add React Live, The Netherlands ( #2006 )
Takes place 13th of September
6 years ago
Tajammul Pasha
2d664c178a
fixed svelte-js broken link ( #2010 )
6 years ago
Brent
06deefa567
Update hooks-effect.md ( #2005 )
6 years ago
Tejas Kumar
a03df074ee
Update conferences.md ( #2002 )
This PR updates the page to be more current.
6 years ago
Aaron Mast
d2d2ee420d
Fix useReducer example ( #1992 )
6 years ago
Alex Krolick
c8703314dd
update faq on perf with function props ( #1994 )
6 years ago
Kent C. Dodds
b91049c057
inputs array > dependencies array ( #1957 )
* inputs array > dependencies array
I think initially this was referred to as the "inputs array" in the docs, then it was changed to the "dependencies array" everywhere except it looks like a few were missed.
* inputs array > dependencies array
I think initially this was referred to as the "inputs array" in the docs, then it was changed to the "dependencies array" everywhere except it looks like a few were missed.
6 years ago
Peng Jie
a211417f66
fix(terms): treeshaking -> tree shaking ( #1977 )
6 years ago
Dan Abramov
ad6687e25e
Simplify the observer example
6 years ago
0xnoob
b1691780aa
previous page link not linking to previous page, but to the second last. ( #1959 )
* previous page link is not linking to the previous page, but to the second last.
The example code is on both, the `Introducing Hooks` as well as `Hooks at a Glance` page, but the linked page is the `Introducing Hooks` and I think that's the right one (the `Hooks at a Glance` page probably got added later?).
Not sure about the phrasing so, having "introduce" twice in one sentence ...
* Update content/docs/hooks-state.md
Co-Authored-By: 0xnoob <49793844+0xnoob@users.noreply.github.com>
Co-authored-by: Alexey Pyltsyn <lex61rus@gmail.com>
6 years ago
Nat Alison
b8b3db7acb
Update languages.yml for Polish completion
Also add Mongolian and Catalan.
6 years ago
0xnoob
8c39db7f07
Broken anchor link in Advanced Concepts. ( #1951 )
The link should probably either go to directly to the beginning of main concepts (which is what my proposes change does), or to the anchor -tag of "Step-by-Step Guide" (#step-by-step-guide). There is no other link in the article which refers to another anchor-tag, that's why I chose to directly link to the main-concepts.
6 years ago
Alexey Pyltsyn
066479b69a
Generate ids for new headers
6 years ago
Eric
4daa36b293
adds React Boston 2019 to conference page ( #1948 )
* add React Boston 2019 to conference page
* add massachusetts to react-boston listing
6 years ago
Nat Alison
4244fc6466
Update languages for Ukrainian completion.
6 years ago
ANOTHER GUY
6bc6e7b141
Fix the link so that it navigates to anchor rather ( #1816 )
* Fix the link so that it navigates to anchor rather
* Update create-a-new-react-app.md
6 years ago
shu_numata
29fbb99029
Fix typo reccommended -> recommended ( #1879 )
6 years ago
Camilo Giraldo
f4a67ffdfb
Fix for 1874 broken link ( #1902 )
6 years ago
Shreyans Jain
8e0a8af045
Update link for "import SVG as a component" ( #1360 )
6 years ago
Lokesh Kumar
a2d69c68ae
Update create-a-new-react-app.md ( #1400 )
Fixes typo flexiblity
6 years ago
renato
621f4c87bd
lowercase link to React.createElement section ( #1509 )
6 years ago
Quentin Bahers
dcfc0bbb10
Fix the "Releases" link in the "Getting Started" page ( #1530 )
6 years ago
Michaël De Boey
dd6317f3bd
Update 2019-02-06-react-v16.8.0.md ( #1634 )
You can just normal install `eslint-plugin-react-hooks`
6 years ago
José Antonio Chio
7be4caf210
Update ESLint Plugin installation command ( #1758 )
6 years ago
BrainBoxBrown
59be66f3a8
Changed unicode hyphen to normal hyphen ( #1927 )
When copy and pasting `npm install jest-cli —save-dev` you get this error
`Invalid tag name "—save-dev": Tags may not have any characters that encodeURIComponent encodes`
I replaced the unicode characters '—' with ascii hypens '-'
6 years ago
Juho Vepsäläinen
a14c5b949c
docs: Add React Finland 2019 ( #1934 )
6 years ago
Sunil Pai
2aa3c54e08
Update addons-shallow-compare.md ( #1924 )
6 years ago
Robert Haritonov
d211df8929
Update 2019 conferences list ( #1898 )
* Update 2019 conferences list
Add React Advanced, React Day Berlin 2019. Sort passed conferences.
* add missing year to React Advanced 2019
6 years ago
Radoslav Stankov
1fc2dfe919
add React.NotAConf to the conferences list ( #1920 )
6 years ago
Parker Bond
c7dde3d237
Add Chain React to conferences list ( #1900 )
Chain React is a React Native focused conference put on yearly. This will be the 3rd year it has been held.
6 years ago
Nat Alison
8de5aff111
Update languages.yml to show italian finishing
6 years ago
Wojtek
59c3c0a155
Fix explanation of the `useState` example in 'Hooks API Reference' page ( #1881 )
6 years ago
Saransh Kataria
d0f2db967a
removed sentence since functions can have state ( #1878 )
With introduction of hooks, that statement is not valid anymore
6 years ago
Nat Alison
c6f99a6d9a
Add kannada to languages
6 years ago
Nat Alison
4541a8ff10
Update languages.yml
6 years ago
Ahmad Awais ⚡️
2304fa1a7c
📦 NEW: Add React.js Lahore Meetup Group ( #1873 )
This PR adds a relatively new sub-meetup-group of a Cloud Developers meetup group in the city of Lahore.
6 years ago
pavan
6faeeb809f
Adding immer in the list of immutable libraries ( #1839 )
* Adding immer in the list of immutable libraries
* Update optimizing-performance.md
6 years ago
pixelyunicorn
a1a7ec3a04
Added RQ React meetup in Philadelphia ( #1866 )
6 years ago
Dan Abramov
448b7f1a20
Remove ReactNYC meetup from the list
6 years ago
Jenn Creighton
ee4188ba07
remove ReactWeek from Conference list ( #1864 )
6 years ago
Saransh Kataria
e744030ad0
removed line as functions can have state now too ( #1783 )
* removed line as functions can have state now too
* removed this.setState line from docs
6 years ago