diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-04-26 19:47:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-26 19:47:34 +0300 |
commit | ea718190ca3269ff8c9aac28257ce9e87c847f6c (patch) | |
tree | 493a7b1b389435392df67052c48d8bcb6bd1a7bc /README.md | |
parent | 1470223480fa993a7186ea1f237db4aa1299ea04 (diff) | |
download | voidsky-ea718190ca3269ff8c9aac28257ce9e87c847f6c.tar.zst |
Update mention of MobX in README (#8286)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 64bcbcea5..f86d52b53 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The Bluesky Social application encompasses a set of schemas and APIs built in th - Open an issue and give some time for discussion before submitting a PR. - Stay away from PRs like... - Changing "Post" to "Skeet." - - Refactoring the codebase, e.g., to replace MobX with Redux or something. + - Refactoring the codebase, e.g., to replace React Query with Redux Toolkit or something. - Adding entirely new features without prior discussion. Remember, we serve a wide community of users. Our day-to-day involves us constantly asking "which top priority is our top priority." If you submit well-written PRs that solve problems concisely, that's an awesome contribution. Otherwise, as much as we'd love to accept your ideas and contributions, we really don't have the bandwidth. That's what forking is for! |