about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-04-26 19:47:34 +0300
committerGitHub <noreply@github.com>2025-04-26 19:47:34 +0300
commitea718190ca3269ff8c9aac28257ce9e87c847f6c (patch)
tree493a7b1b389435392df67052c48d8bcb6bd1a7bc
parent1470223480fa993a7186ea1f237db4aa1299ea04 (diff)
downloadvoidsky-ea718190ca3269ff8c9aac28257ce9e87c847f6c.tar.zst
Update mention of MobX in README (#8286)
-rw-r--r--README.md2
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!