Brian Vaughn
6bc35cd810
Upgraded all Gatsby packages except Sharp ones (b'c of a recent regression)
7 years ago
Brian Vaughn
95b2092da1
Reverted recent Yarn upgrades
7 years ago
Dan Abramov
1f8ab10759
Bump to React 16.1.0 ( #263 )
7 years ago
Brian Vaughn
9f46dbe8c3
Upgraded Gatsby to fix image resize bug
7 years ago
Brian Vaughn
130a20363d
Merge pull request #239 from kinyaying/master
Update typechecking-with-proptypes.md
7 years ago
Brian Vaughn
0021670de2
Removed an unnecessary new-line
7 years ago
Brian Vaughn
06ba550d28
Merge branch 'add-static-typechecking-guide'
7 years ago
Brian Vaughn
9469e21918
Wording tweaks
7 years ago
kinyaying
b66d5442f9
Update typechecking-with-proptypes.md
Revert the code style and change the paragraph. And thanks for @bvaughn's advise.
7 years ago
Brian Vaughn
f81eadfe63
Merge pull request #256 from manpenaloza/addContributionVideoSections
add intro video topics and linked scenes to directly navigate to
7 years ago
Manuel Penaloza
0596de747b
add dash symbols as separator
7 years ago
Manuel Penaloza
45e7c494fb
switched text<>links positions
7 years ago
Manuel Penaloza
d1d85f340a
change headline
7 years ago
Manuel Penaloza
955cf6ad7b
opimization of text and video links
7 years ago
Brian Vaughn
bc9a412a4e
Merge pull request #255 from bvaughn/gatsby-remark-babel-repl-link
Added gatsby-remark-babel-repl-link plug-in
7 years ago
Manuel Penaloza
ef2bd0a053
add intro video topics and linked scenes to directly navigate to
7 years ago
Brian Vaughn
32a66d7b83
Migrated remaining Babel REPL links
7 years ago
Brian Vaughn
a3e7c8b7ed
Added gatsby-remark-babel-repl-link plug-in
7 years ago
Brian Vaughn
8c6ef38081
Updated .eslintignore
7 years ago
Brian Vaughn
d743b1c6ed
gatsby-remark-codepen-examples supports 'directory' option
7 years ago
Brian Vaughn
aa04afb822
Moved Codepen examples from ./codepen to ./examples
7 years ago
Brian Vaughn
d818d7c51a
Merge pull request #251 from bvaughn/gatsby-remark-codepen-examples
Added custom remark transform for Codepen example links
7 years ago
Brian Vaughn
4614ab0791
Whitespace
7 years ago
Brian Vaughn
17a126e5e1
Replaced console.log with console.error
7 years ago
Brian Vaughn
3f6854d081
Changed Codepen link protocol from 'codepen:' to 'codepen://' for improved clarity
7 years ago
Brian Vaughn
b9616f1bdf
Added check to ensure linked Codepen file exists
7 years ago
Brian Vaughn
6fd0d7950e
Added custom remark transform for Codepen example links
7 years ago
Brian Vaughn
330e26e79e
Tweaked wordin in in Tutorial as per request
7 years ago
Brian Vaughn
130c2694f7
Removed un-used script tags in error-decoder.md
7 years ago
Brian Vaughn
3248fc8c14
Merge branch 'master' of github.com:reactjs/reactjs.org
7 years ago
Brian Vaughn
f93f56b112
Merge branch 'fb-query-string-param'
7 years ago
Brian Vaughn
d23c8c9aad
Removed 'qs' module dependency from ErrorDecoder
7 years ago
Brian Vaughn
6d5d1024d2
Merge pull request #245 from bvaughn/codepen-continued
Seamlessly sync examples from Github -> Codepen
7 years ago
Brian Vaughn
cadaeae62b
Reorganized codepen folder further to support nesting
7 years ago
Brian Vaughn
6eef46d1cb
Renamed 'examples' folder to 'codepen' for clarity
7 years ago
Brian Vaughn
56735c44a0
Prettier
7 years ago
Brian Vaughn
eb6511a9f5
Tweaked Codepen configuration/options slightly
7 years ago
Brian Vaughn
64e0aade1e
Refactor Codepen payload a little
7 years ago
Brian Vaughn
49ee183ac9
Merge pull request #244 from reactjs/gaearon-patch-6
Recommend a real rAF polyfill
7 years ago
Brian Vaughn
f14eb61e5f
Removed HTML boilerplate from examples folder to simplify build script
7 years ago
Brian Vaughn
b809279c83
Replaced string.split().pop() with string.endsWith()
7 years ago
Brian Vaughn
d8d60761f2
Merged master
7 years ago
Dan Abramov
37da66e90f
Recommend a real rAF polyfill
7 years ago
Brian Vaughn
13c0e48b34
Merge branch 'refactor-index'
7 years ago
Brian Vaughn
f5aaf4c1b4
Moved home page example code to /content/home
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
7 years ago
Tay Yang Shun
65f1ced297
Shift into home folder
7 years ago
kinyaying
400a2c6c1c
Update typechecking-with-proptypes.md
change the words
7 years ago
Dan Abramov
f91081efd4
Direct people to "good first issue" tag instead
We can still tag them with difficulty. GitHub treats GFI specially now.
7 years ago
kinyaying
bf28861146
Update typechecking-with-proptypes.md
add 'javascript' after ```
7 years ago
kinyaying
bd04b6f8ab
Update typechecking-with-proptypes.md
1、Declare the defaultProps alone. And it is obeying AirBNB's styleguide.
2、Someone is confused about is it OK to put propTypes and defaultProps as static props inside React class. And we can explain about this question.
7 years ago