Commit Graph

4092 Commits

Author SHA1 Message Date
Sophie Alpert
32fde785d9 Suspense for data might be done before Q3 I guess 2018-11-27 15:37:52 -08:00
Sophie Alpert
eea24420fd Seasons are ambiguous (sorry Southern hemisphere friends) 2018-11-27 13:31:52 -08:00
Dan Abramov
5708408447 Oops, it's not too late.. 2018-11-27 20:42:10 +00:00
Dan Abramov
fb8e1b07e1 Blog post: React 16.x Roadmap (#1439) 2018-11-27 20:37:08 +00:00
Dan
dd7b0e4818 Bump npm-run-all 2018-11-27 00:22:48 +00:00
Mark Erikson
b7262e78b6 Merge pull request #1430 from markerikson/fix-tutorial-start-instructions
Clarify project setup steps
2018-11-24 14:58:10 -05:00
Mark Erikson
c5e71fd32c Improve wording 2018-11-24 14:51:12 -05:00
Mark Erikson
96a2b3686a Clarify project setup steps 2018-11-24 14:49:15 -05:00
rthurgood
13959877d3 Update context.md (#1420) 2018-11-21 18:09:17 +00:00
Manjula Subhashchandra Dube
6a06ae3e1e ADD REACT INDIA 2019 (#1418)
* ADD REACT INDIA 2019

* added in
2018-11-21 14:55:06 +00:00
Rex Raphael
b6cf5c9bbc React Norway (#1412)
* ReactNorway Conf

* Update conferences.md

* corrected order
2018-11-20 13:00:16 +00:00
Jane Manchun Wong
bbfb7c5b27 articleLayout.container.flexDirection='column' only when media is less than 'small' (#1416)
* Specify articleLayout.container to flex in column direction

* articleLayout.container.flexDirection=column when media less than small

* Comply with eslint rules
2018-11-20 12:56:56 +00:00
Dan Abramov
e6818c5979 Revert "Specify articleLayout.container to flex in column direction (#1414)" (#1415)
This reverts commit d0718a3953.
2018-11-20 11:39:37 +00:00
Jane Manchun Wong
d0718a3953 Specify articleLayout.container to flex in column direction (#1414) 2018-11-20 11:06:03 +00:00
Explorer /
f71ed309a3 Add link to the license file (#1408)
* Update README.md

* update link 👍
2018-11-19 18:33:22 +00:00
David Edmondson
5284091bdd Replace unmaintained react-loadable package with loadable-components. (#1407)
* Replace react-loadable with two active alternatives.

`react-loadable` no longer has an active maintainer. Only personal forks are available for Webpack 4 + Babel 7 support.

* Remove react-universal-component.

Change recommendation to only `loadable-components` and link directly to the SSR documentation.
2018-11-19 18:31:02 +00:00
Sophie Alpert
f203cd5d86 Clarify stance on classes 2018-11-16 17:46:48 -08:00
Sophie Alpert
cd6950a718 Add information about versioning policy (#1403) 2018-11-16 17:07:48 -08:00
Dan Abramov
1a97b5bd01 Update to 16.6.3 (#1398) 2018-11-13 20:35:56 +00:00
Dan Abramov
b45b478014 Fix typo 2018-11-13 20:05:37 +00:00
Brian Vaughn
3893d0616f Merge pull request #1397 from bvaughn/blog-react-conf-recap
React Conf recap blog post
2018-11-13 11:43:40 -08:00
Brian Vaughn
402c5de8b3 Embed YouTube videos 2018-11-13 11:29:25 -08:00
Brian Vaughn
c06a09267b Remove references to 16.7 2018-11-13 11:27:10 -08:00
Brian Vaughn
96fba6373f Change Tom's profile link to Twitter 2018-11-13 11:25:36 -08:00
Brian Vaughn
4f6d18e984 React Conf recap blog post 2018-11-13 11:23:17 -08:00
Dan Abramov
b57384395d Update how-to-contribute.md 2018-11-12 16:27:35 +00:00
Brian Vaughn
3bf9950e20 Merge pull request #1386 from reactjs/useReducer-example
Updated useReducer reducer example to show default case
2018-11-09 10:01:42 -08:00
Dustin Schau
96398fd271 fix: attempt to fix windows issues with example code snippets (#1385)
This PR may (!?) fix the issue with windows support the GraphQL query
not running. Will need to be validated by someone on Windows, but this
_seems_ like it'll work.
2018-11-09 17:54:54 +00:00
Brian Vaughn
ceb2c60855 Updated useReducer reducer example to show default case 2018-11-09 09:38:08 -08:00
Andrew Clark
333656c363 Update version to 16.6.1 2018-11-06 18:41:40 -08:00
einarq
d7fc875f71 Typo in useReducer docs, the initialCount prop is unused (#1376)
* Typo in useReducer docs, the initialCount prop is unused, should be passed to the useReducer hook as initial state

* Fix example
2018-11-05 15:53:23 +00:00
Dan Abramov
6b1fd7d984 Custom Hooks => Building Your Own Hooks (#1364) 2018-11-02 17:32:01 +00:00
Dan Abramov
d034688387 Add a disclaimer 2018-11-02 17:30:28 +00:00
Sophie Alpert
bd1d4832c0 Clarify when cleanup effect runs with [] deps
Fixes #1348.
2018-11-02 10:29:42 -07:00
Dan Abramov
145debb391 useMutationEffect for updating a ref to latest value (#1363) 2018-11-02 17:14:04 +00:00
Dillon Mulroy
c30ab0e369 Fix anchor link for getDerivedStateFromError (#1362)
The anchor for `getDerivedStateFromError` was previously `#getderivedstatefromerror` when it should be `#static-getderivedstatefromerror`
2018-11-02 16:09:45 +00:00
Sam Chen
9e61a8c0f3 Fix broken link (#1361) 2018-11-02 13:52:11 +00:00
Andrew Clark
fed55ff3bc Merge pull request #1349 from acdlite/upgrade-to-alpha
Upgrade to latest alpha
2018-10-30 18:39:34 -07:00
Andrew Clark
aa84227cab Upgrade to latest alpha
I'm going to add some new pages soon and I want to dogfood the new
Concurrent + Suspense + Hooks features.
2018-10-30 18:36:18 -07:00
Frederick Ros
ab79d82d95 Fix a typo (#1344)
Seems like the MyErrorBoundary import statement has a typo
2018-10-30 11:29:31 -07:00
Joe Haddad
f45e10b870 Use Create React App instead of unofficial fork (#1347)
Create React App supports TypeScript as of 2.1.
2018-10-30 11:18:47 -07:00
Dan Abramov
3c46595136 Add some spacing because it looks weird on website 2018-10-29 17:33:47 -07:00
Sophie Alpert
7e964ef8bf Add Hooks video 2018-10-29 15:42:28 -07:00
v891
a8bf119e01 Update hooks-overview.md (#1320) 2018-10-26 15:40:48 -07:00
Misha Moroshko
a1c7038255 Remove highlighted line in code example (#1322) 2018-10-26 15:39:29 -07:00
Misha Moroshko
4fff01e641 Add : (#1321) 2018-10-26 15:35:36 -07:00
Niladri Dutta
1823921be0 Add PrimeReact to UI components list (#1240)
* Add PrimeReact to ui components list

* sort list alphabetically

* remove newline
2018-10-26 12:00:53 -07:00
Kurt Furbush
7258e584cb Update code-splitting.md (#1299)
Grammar fix
2018-10-26 09:12:44 -07:00
Philip Jackson
497de67653 Update hooks-reference.md (#1315)
Fix internal hyperlinks
2018-10-26 09:10:24 -07:00
Bæring Gunnar Steinþórsson
8d562573c7 Update hooks-intro.md (#1316)
Make link to Writing Custom Hooks lead to the top of the page rather than to how to Using a Custom Hook
2018-10-26 09:09:05 -07:00