Skip to content

Commit

Permalink
Rewrite Community/Support page (reactjs#1117)
Browse files Browse the repository at this point in the history
* Add Reddit and Spectrum (both are popular)
* Remove Facebook
* Remove IRC
* Remove #reactjs hashtag
  • Loading branch information
sophiebits authored and gaearon committed Aug 13, 2018
1 parent 85110bc commit a914555
Showing 1 changed file with 15 additions and 30 deletions.
45 changes: 15 additions & 30 deletions content/community/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,27 @@ redirect_from:
- "support.html"
---

**React** is worked on full-time by Facebook's product infrastructure and Instagram's user interface engineering teams. They're often around and available for questions.
React has a community of millions of developers.

## Stack Overflow

Many members of the community use Stack Overflow to ask questions. Read through the [existing questions](http://stackoverflow.com/questions/tagged/reactjs) tagged with **reactjs** or [ask your own](http://stackoverflow.com/questions/ask?tags=reactjs)!

## Discussion Forum

For longer-form conversations about React, we've set up a [discussion forum at **discuss.reactjs.org**](https://discuss.reactjs.org/). This forum is a great place for discussion about best practices and application architecture as well as the future of React. If you have an answerable code-level question, please post it to Stack Overflow instead.

In the forum there's also a category for job posts and a category for discussion of our weekly meeting notes.
On this page we've listed some React-related communities that you can be a part of; see the other pages in this section for additional online and in-person learning materials.

## 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.

## Reactiflux Chat
## Stack Overflow

If you need an answer right away, check out the [Reactiflux Discord](https://discord.gg/0ZcbPKXt5bZjGY5n) community. There are usually a number of React experts there who can help out or point you to somewhere you might want to look.
Stack Overflow is a popular forum to ask code-level questions or if you're stuck with a specific error. Read through the [existing questions](http://stackoverflow.com/questions/tagged/reactjs) tagged with **reactjs** or [ask your own](http://stackoverflow.com/questions/ask?tags=reactjs)!

## Freenode IRC
## Popular Discussion Forums

Some developers also hang out in [#reactjs on Freenode](http://irc.lc/freenode/reactjs).
There are many online forums which are a great place for discussion about best practices and application architecture as well as the future of React. If you have an answerable code-level question, Stack Overflow is usually a better fit.

>Note:
>
>Our IRC channel is called **#reactjs**. It is *not* called **#react** or **#reactos**.
>
>The **#reactos** channel belongs to an unrelated [ReactOS](https://reactos.org/) operating system project. The **#react** channel is not affiliated with us either. To discuss the React JavaScript library on its official IRC channel, please make sure that you post in **#reactjs**.
Each community consists of many thousands of React users.

## Facebook and Twitter
* [DEV's React community](https://dev.to/t/react)
* [Hashnode's React community](https://hashnode.com/n/reactjs)
* [React Discuss](https://discuss.reactjs.org/)
* [Reactiflux online chat](https://discord.gg/0ZcbPKXt5bZjGY5n)
* [Reddit's React community](https://www.reddit.com/r/reactjs/)
* [Spectrum's React community](https://spectrum.chat/react)

For the latest news about React, [like us on Facebook](https://facebook.com/react) and [follow **@reactjs** on Twitter](https://twitter.com/reactjs). In addition, you can use the [#reactjs](https://twitter.com/hashtag/reactjs) hashtag to see what others are saying or add to the conversation.
## News

<div><a class="twitter-timeline" data-dnt="true" data-chrome="nofooter noheader transparent" href="https://twitter.com/search?q=%23reactjs" data-widget-id="342522405270470656"></a></div>
For the latest news about React, [follow **@reactjs** on Twitter](https://twitter.com/reactjs) and the [official React blog](/blog) on this website.

0 comments on commit a914555

Please sign in to comment.