Heitor Althmann
636434fb3d
Removed double "the" statement ( #1245 )
We’ll set **the the** first move to be “X” [...]
6 years ago
Kyle Mathews
8bca96cb1b
Upgrade to latest Gatsby packages ( #1244 )
This includes a number of fixing including this PR which prevents errors
during development when editing markdown files https://github.com/gatsbyjs/gatsby/pull/8859
6 years ago
Dan Abramov
35992a2a4d
Fix bad word breaks in Safari
6 years ago
Dan Abramov
425cb9a429
Terminology: Lifecycle hooks -> Lifecycle methods ( #1237 )
6 years ago
Rishi Advani
41ac3cf45d
Update CONTRIBUTING.md ( #1234 )
The code example directly before the statement "Use semicolons" was missing a semicolon :)
6 years ago
Bartosz Kaszubowski
5c3f61d312
Small changes to "classnames" tip ( #1151 )
Just two small changes on "Styling and CSS" page:
* tip regarding "classnames" has been placed in quote box to visually emphasize it
* link to "classnames" package now points to React related section on the page
6 years ago
Michał Gołębiowski-Owczarek
06a8850b2f
HTTPS-ify lots of URLs, update some to their newer homes ( #1157 )
This matters for user security.
I didn't touch blog posts & pages related to past conferences.
The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
6 years ago
Anoop Kumar Gupta
b1588024e6
Location updated Delhi NCR ( #1225 )
6 years ago
kh0ma
fc83f24358
Chage JSON payload to prevent errors with parsing ( #1229 )
6 years ago
Dan
e89ad6306b
Fix example
6 years ago
Dan Abramov
81afcfbd87
Functional -> function ( #863 )
6 years ago
Dan Abramov
f49ae1960e
Link to a good article
6 years ago
Joe Haddad
3ba06e06c2
Add PostCSS mention ( #1220 )
* Add postcss mention
* Moved next to other we
* Specify stage 3 for now
* Update 2018-10-01-create-react-app-v2.md
6 years ago
Joe Haddad
2137a7dc9a
Explain that you can also use the browsers feature to target older ones ( #1221 )
* Explain that you can also use the browsers feature to target older ones
* adjust wording
* Update 2018-10-01-create-react-app-v2.md
6 years ago
Dustin Schau
7d12082d8b
fix: prevent gatsby file detection from breaking path field ( #1226 )
Fixes #1088
This should fix the path issues that people intermittently run into.
Gatsby sees the relative path (and the parent node with an absolute
path), joins on the parent path and the relative path, and presumes it's
a file... which is normally good, but which here is not what we want
beacuse then we're getting a resolver of type file instead of type
string referring to the relative path of the document.
This seems to fix a (long standing?) bug where the "Edit this Page"
button is broken, as well. e.g. see [this page](https://reactjs.org/community/support.html ) which _should_ have an Edit this Page button
I'd need to think more as to whether there's a cleaner fix here, but
this seems to work pretty well!
6 years ago
Joe Haddad
f2d39bec16
Create React App v2 Blog Post ( #1215 )
* Initial draft
* Change release URL to what will be
* Specify `node_module` compilation happens automatically
* Borrow Dan's more friendly title for vendor compilation
* Add detail to CSS Modules section
* Add demo gif for CSS Modules
* Add Sass support demo
* Rewrite
* Wordsmith
* oops
* Co-credit
* tweaks
* more links
* consistency
* tweak link
6 years ago
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