Sophie Alpert
95f0232d65
Clarify key wording in tutorial
Per #1181 .
6 years ago
Brian Vaughn
a52f56d897
Merge pull request #1218 from bvaughn/prism-color-accessibility-tweaks
Tweaked Prism theme to improve color accessibility
6 years ago
Brian Vaughn
d0141c9326
Tweaked Prism theme to improve color accessibility
6 years ago
Dan Abramov
8c4652b041
Change highlight color ( #1211 )
6 years ago
Jason Lengstorf
6d48f5661a
fix: redirect slugs with and without trailing slashes ( #1209 )
fixes #1208
6 years ago
Enmanuel Durán
8caa61f8c2
Fixes broken link on the community support section ( #1207 )
6 years ago
Brian Vaughn
d0603c1b6c
Merge pull request #1205 from DSchau/gatsby-source-filesystem/home-example
feat: tweak plugin to use onCreateNode API, and get hot reloading working
6 years ago
Dustin Schau
3954cfe6f3
fix: address PR feedback (thanks @bvaughn!)
6 years ago
Dustin Schau
e855f5f503
chore: rearrange import order
6 years ago
Dustin Schau
6e2340d141
style: run prettier
6 years ago
Dustin Schau
12c43455e7
chore: add prop-types validation to code example
6 years ago
Dustin Schau
251ef1e752
fix: fix the parent node issue 🎉
6 years ago
Dustin Schau
169754fb1b
refactor: tweak to use the _updateState method
6 years ago
Dustin Schau
d83238caf0
feat: get hot reloading working for js code snippets
6 years ago
Dustin Schau
57cb7abde1
chore: remove outer wrapper div
6 years ago
Dustin Schau
fc0ef96fb6
chore: minor tweaks and run prettier
6 years ago
Dustin Schau
9d6015a871
fix: refactor plugin to use source-filesystem and onCreateNode
6 years ago
Dustin Schau
3ead525cf7
feat: refactor index page so hot reloading works for code examples
6 years ago
Brian Vaughn
f4c3087320
Merge pull request #1138 from kentcdodds/patch-2
update community testing tools
6 years ago
Brian Vaughn
aefa4b586f
Restored list alpha sort order
6 years ago
Sophie Alpert
a78049a5da
Fix number alignment in sidebar ( #1203 )
![screenshot](https://user-images.githubusercontent.com/6820/46177889-6cf2b480-c269-11e8-8a92-182b3c225e8a.png )
6 years ago
Tomasz Sapeta
85b3fa039d
Add App.js Conf 2019 ( #1200 )
6 years ago
Dustin Schau
c330d00203
fix: revert buddy line indenting ( #1202 )
* fix: revert buddy line indenting
Note: I'll work on fixing this in gatsby-remark-prismjs soon, but this
is the fix for now :)
Fixes #1201
* chore: revert version of node removal
6 years ago
Lionel
4a11063e9b
Update versiont into 16.5.2 ( #1198 )
6 years ago
Dan Abramov
0276f2cd75
Add a link to Formik ( #1197 )
6 years ago
Brian Vaughn
9cd3667141
Corrected misleading wording about React.Children.map
6 years ago
Alexander Nanberg
71b03486c0
Upgrade to Gatsby v2 ( #1104 )
* Upgrade to Gatsby v2
* Remove unnecessary polyfills since gatsby already provides them
* Move global styles to gatsby-browser
* Add fb comment and convert to cjs
* Revert to use pageQuery again
* Add back html.js
* Update dependencies
* Move TitleAndMetaTags
* Replace glamor/reset with normalize.css which fixes style order in prod
* Prettier formatting
* Remove unused types
* Remove old layout
* Fix versions link
* Update deps
* Update deps
* Remove hack since it's no longer needed
* Update dependencies
* Fix build error
* Fix prettier config resolution
* Update gatsby
* Remove custom onCreatePage logic
* Update dependencies
* Fix build
* Update dependencies
* prettier formatting
* update dependencies
* add custom babel config for flow
* upgrade dependencies
* update dependencies
* use stable gatsby release
6 years ago
Renee Ghattas
12f003c32d
Add Ottawa, Canada to meetup list ( #1190 )
We've kickstarted a new react meetup in Ottawa! We want to encourage everyone in the community to come out and learn some stuff.
6 years ago
Brian Vaughn
60ae291472
Merge pull request #1187 from bvaughn/optimizing-performance
Added links to the Profiler deep-dive YouTube video
6 years ago
Brian Vaughn
2816d93796
Merge pull request #1189 from bvaughn/tracking-to-tracing
Renamed schedule/tracking API references to schedule/tracing
6 years ago
Brian Vaughn
8246fcc53e
Renamed 'tracking' -> 'tracing'
6 years ago
Brian Vaughn
cc5f9c8eb1
Added links to the Profiler deep-dive YouTube video
6 years ago
Patrick Aljord
077b386514
Move React Alicante conf down and add React Europe 2019 ( #1184 )
6 years ago
Tanyoung Kim
83fd04aa81
Update example function name in Async blog post ( #1183 )
6 years ago
Dan Abramov
74e254a394
16.5.1
6 years ago
Brian Vaughn
f3e72d1757
Merge pull request #1177 from Shahor/master
Fix typo in react profiler blog post
6 years ago
Alexandre Gaudencio
0e0efcad74
Fix typo in react profiler blog post
6 years ago
Brian Vaughn
fccefec83e
Merge pull request #1176 from bvaughn/introducing-the-react-profiler
Introducing the new profiler
6 years ago
Brian Vaughn
ced306942e
Fixed a few typos and incorporated some feedback from Sebastian
6 years ago
Brian Vaughn
6a35ab8dff
Introducing the new Profiler: Take 1
6 years ago
Patrick Aljord
779a9bca3f
typo in accessibility ( #1168 )
6 years ago
Robert Haritonov
00d6421906
add React Amsterdam 2019 conference date ( #1166 )
6 years ago
Alex Krolick
22c0e135d7
change wording
@gaearon ^
6 years ago
Alex Krolick
8fd3a3d4fc
clarify where warning appears ( #1164 )
fixes #1163
6 years ago
Mohit kumar Bajoria
e502219ad6
update conferences.md ( #1162 )
6 years ago
Moti Zilberman
e5c3a9e4f0
Pointer events: Document tangentialPressure, twist ( #1118 )
Added to `SyntheticPointerEvent` in https://github.com/facebook/react/pull/13374
6 years ago
Brian Vaughn
4e2d45f555
Merge pull request #1160 from bvaughn/version-bumpin
Bumped docs version
6 years ago
Brian Vaughn
bfc61c3d69
Bumped docs version
6 years ago
Jonathan
bc756a8102
Update to the semantic HTML section of the a11y page ( #1156 )
6 years ago
Michael McGahan
cf628304bb
Change name of setState updater first arg to 'state' ( #1155 )
6 years ago