Skip to content

Commit

Permalink
docs: add community page
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 18, 2022
1 parent b462ed8 commit 7ca6521
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 0 deletions.
67 changes: 67 additions & 0 deletions docs/pages/community.md
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.
6 changes: 6 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Here you'll find various examples of using Remix to accomplish certain tasks. Ea

Also, remember to check out the README!

You can also initialize a new project with any of these examples using the `--template` flag of the `create-remix` CLI. For example:

```
npx create-remix --template https://github.com/remix-run/remix/tree/main/examples/tailwindcss
```

Enjoy!

## Contributing
Expand Down

0 comments on commit 7ca6521

Please sign in to comment.