Add dev.to link to footer (#1003)

* Add DEV Community (dev.to) link to footer

Add to the channels section of footer alongside similar resources

* Add DEV Community to support page
This commit is contained in:
Ben Halpern
2018-06-26 13:44:29 -04:00
committed by Dan Abramov
parent 0383450454
commit 1afab28a7e
2 changed files with 10 additions and 0 deletions

View File

@@ -19,6 +19,10 @@ For longer-form conversations about React, we've set up a [discussion forum at *
In the forum there's also a category for job posts and a category for discussion of our weekly meeting notes.
## DEV Community
[DEV's React tag](https://dev.to/t/react) is a place to share React projects, articles and tutorials as well as start discussions and ask for feedback on React-related topics. Developers of all skill-levels are welcome to take part.
## React Community on Hashnode
[Hashnode's React community](https://hashnode.com/n/reactjs) is a great place to stay up-to-date with React discussion, news and stories.

View File

@@ -98,6 +98,12 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
rel="noopener">
Reactiflux Chat
</ExternalFooterLink>
<ExternalFooterLink
href="https://dev.to/t/react"
target="_blank"
rel="noopener">
DEV Community
</ExternalFooterLink>
<ExternalFooterLink
href="https://www.facebook.com/react"
target="_blank"