mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 20:53:08 +00:00
36 lines
1.8 KiB
Markdown
36 lines
1.8 KiB
Markdown
---
|
|
id: support
|
|
title: Where To Get Support
|
|
layout: community
|
|
sectionid: community
|
|
permalink: community/support.html
|
|
redirect_from:
|
|
- "support.html"
|
|
---
|
|
|
|
React has a community of millions of developers.
|
|
|
|
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.
|
|
|
|
Before participating in React's communities, [please read our Code of Conduct](https://github.com/facebook/react/blob/master/CODE_OF_CONDUCT.md). We have adopted the [Contributor Covenant](https://www.contributor-covenant.org/) and we expect that all community members adhere to the guidelines within.
|
|
|
|
## Stack Overflow {#stack-overflow}
|
|
|
|
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](https://stackoverflow.com/questions/tagged/reactjs) tagged with **reactjs** or [ask your own](https://stackoverflow.com/questions/ask?tags=reactjs)!
|
|
|
|
## Popular Discussion Forums {#popular-discussion-forums}
|
|
|
|
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.
|
|
|
|
Each community consists of many thousands of React users.
|
|
|
|
* [DEV's React community](https://dev.to/t/react)
|
|
* [Hashnode's React community](https://hashnode.com/n/reactjs)
|
|
* [Reactiflux online chat](https://discord.gg/reactiflux)
|
|
* [Reddit's React community](https://www.reddit.com/r/reactjs/)
|
|
* [Spectrum's React community](https://spectrum.chat/react)
|
|
|
|
## News {#news}
|
|
|
|
For the latest news about React, [follow **@reactjs** on Twitter](https://twitter.com/reactjs) and the [official React blog](/blog/) on this website.
|