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
Brian Vaughn
4e995afde8
Merge pull request #233 from xjlim/fix-links
fix links issue introduce by gatsby catch links plugin
7 years ago
Brian Vaughn
6d0d4f180f
Merge pull request #234 from jeremyckahn/patch-1
Fix grammatical error in reference-test-renderer.md
7 years ago
Brian Vaughn
162ce4f7be
Merge pull request #222 from emmafallancy/upgrade-gatsbyjs
Update gatsby package through yarn upgrade-interactive
7 years ago
Emmanuel Fallancy
f9d2e2ad02
Update resolution in package.json
7 years ago
Jeremy Kahn
1388eb8642
Fix grammatical error in reference-test-renderer.md
7 years ago
Joe Lim
f443db83ae
fix links issue introduce by gatsby catch links plugin
7 years ago
Brian Vaughn
91dbcc8eb8
Merge pull request #228 from dimitarnestorov/master
Switching to a more popular representation of optional arguments
7 years ago
Bernard Lin
f1ef9ffbeb
Fixing typo ( #229 )
7 years ago
Bernard Lin
7d53bbedf5
Update conferences ( #227 )
7 years ago
Keyan Zhang
5cc60281b5
prettier
7 years ago
Keyan Zhang
d73bff0982
Use qs to parse query params
7 years ago
Dimitar Nestorov
0560d6be8b
Switching to a more popular representation of optional arguments
7 years ago
Ferdy Budhidharma
f456a7a9b8
feat(react-dom-reference): update findDOMNode API ( #202 )
* feat(react-dom-reference): update findDOMNode API
* Fixed confusing wording on findDOMNode
* Reword and make more precise
7 years ago
Brian Vaughn
a468658e0b
Merge pull request #224 from reactjs/gaearon-patch-5
Suggest a smaller Function.name polyfill
7 years ago
Dan Abramov
2c7c414ce7
Suggest a smaller Function.name polyfill
7 years ago
Brian Vaughn
bed5fda226
Merge pull request #223 from wKovacs64/wKovacs64-patch-1
Add note about Function.name to error boundary doc
7 years ago
Justin Hall
6e74bd8aa6
Add note about Function.name to error boundary doc
7 years ago