From 1afab28a7e60738ac72bfee9e2a869acc01d3ede Mon Sep 17 00:00:00 2001 From: Ben Halpern Date: Tue, 26 Jun 2018 13:44:29 -0400 Subject: [PATCH] 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 --- content/community/support.md | 4 ++++ src/components/LayoutFooter/Footer.js | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/content/community/support.md b/content/community/support.md index 3243bde3b..0b52550cf 100644 --- a/content/community/support.md +++ b/content/community/support.md @@ -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. diff --git a/src/components/LayoutFooter/Footer.js b/src/components/LayoutFooter/Footer.js index 0b9402c8e..12420e686 100644 --- a/src/components/LayoutFooter/Footer.js +++ b/src/components/LayoutFooter/Footer.js @@ -98,6 +98,12 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => ( rel="noopener"> Reactiflux Chat + + DEV Community +