forked from remix-run/remix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b462ed8
commit 7ca6521
Showing
2 changed files
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
--- | ||
title: Community | ||
description: Community resources for learning Remix and related technologies | ||
--- | ||
|
||
# Community | ||
|
||
The Remix community is large and growing rapidly. We're excited you're a part of it. We try hard to keep it a friendly place where people want to hang out and help/be helped. We're all here just trying to build websites and make the web better. | ||
|
||
To that end, please keep in mind [our code of conduct](https://github.com/remix-run/remix/blob/main/CODE_OF_CONDUCT.md). | ||
|
||
## Support | ||
|
||
### Discord | ||
|
||
The [Remix Discord server](https://rmx.as/discord) is a great place to have conversations, answer and ask questions, all about Remix. | ||
|
||
### StackOverflow | ||
|
||
The [`remix.run` tag on StackOverflow](https://stackoverflow.com/questions/tagged/remix.run) is where you can find questions to answer. When asking questions on StackOverflow, be sure to tag your question with `remix.run`. | ||
|
||
### GitHub Discussions | ||
|
||
Our [GitHub discussions forum](https://github.com/remix-run/remix/discussions) is a good place to chat about ideas and approaches you can take with Remix. | ||
|
||
## Examples | ||
|
||
You can find (and create) examples in the Remix GitHub repo under [the `/examples` directory](https://github.com/remix-run/remix/tree/main/examples). | ||
|
||
## Courses | ||
|
||
Here's a list of courses (in no particular order) you can take to help learn Remix: | ||
|
||
- 🆓 [Up and Running with Remix](https://rmx.as/egghead-course) by [Kent C. Dodds](https://twitter.com/kentcdodds) on [Egghead.io](https://egghead.io) | ||
- [Learn Remix by Building a Social Media Platform with TypeScript and Prisma](https://egghead.io/courses/learn-remix-by-building-a-social-media-platform-with-typescript-and-prisma-cddb0550) by [Ian Jones](https://twitter.com/_jonesian) on [Egghead.io](https://egghead.io) | ||
- [Remix for Everyone](https://leveluptutorials.com/tutorials/remix-for-everyone) by [Scott Tolinski](https://twitter.com/stolinski) on [Level Up Tutorials](https://leveluptutorials.com) | ||
- [Realtime Remix with Supabase](https://leveluptutorials.com/tutorials/realtime-remix-with-supabase) by [Jon Meyers](https://twitter.com/jonmeyers_io) on [Level Up Tutorials](https://leveluptutorials.com) | ||
|
||
If you need to learn React first, [this free egghead course](https://kcd.im/beginner-react) by Kent C. Dodds has everything you need. | ||
|
||
## Mailing Lists | ||
|
||
- [Official Remix Team Mailing List](https://remix.run/newsletter) - Regular email from the Remix team letting you know what the team is up to. | ||
- [Moulton](https://www.readmoulton.com/) - Unofficial Remix newsletter | ||
|
||
You can also subscribe to [releases on GitHub](https://github.com/remix-run/remix/releases). | ||
|
||
## Tutorials | ||
|
||
In addition to the [official](../tutorials/blog) [tutorials](../tutorials/jokes), here are Remix tutorials you can follow to learn Remix: | ||
|
||
- [How to Debug Remix loaders and actions in VS Code](https://www.youtube.com/watch?v=pf9A9nBOnRc) by [Michael Carter](https://twitter.com/kiliman). | ||
- [How to build a Remix website with Sanity.io and live preview](https://www.sanity.io/guides/remix-run-live-preview) by [Simeon Griggs](https://twitter.com/simeongriggs) | ||
|
||
## Events | ||
|
||
### Remix Conf | ||
|
||
[Remix Conf](../../../../conf) is a yearly conference all about Remix. | ||
|
||
### Meetups | ||
|
||
There are Remix Meetups all over the world with thousands of members. Some online, some in person, and some a hybrid of the two. Find them on [the Remix Meetup page](https://rmx.as/meetup). | ||
|
||
## Other | ||
|
||
- [Remix Guide](https://remix.guide/) - A handy collection of links for things about Remix. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters