Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TanStack
/
db
Public
Notifications
You must be signed in to change notification settings
Fork
257
Star
3.9k
Code
Issues
137
Pull requests
148
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: Add paced mutations with timing strategies
- #704
#704
Merged
KyleAMathews
merged 26 commits into
main
TanStack/db:main
from
serialized-transaction
TanStack/db:serialized-transaction
Copy head branch name to clipboard
Oct 31, 2025
Conversation
Commits
26
(26)
Checks
Files changed
Merged
feat: Add paced mutations with timing strategies
#704
KyleAMathews
merged 26 commits into
main
TanStack/db:main
from
serialized-transaction
TanStack/db:serialized-transaction
Copy head branch name to clipboard
Commits
Commits on Oct 20, 2025
feat: add useSerializedMutations hook with timing strategies
Show description for 42f371a
KyleAMathews
and
claude
committed
42f371a
View commit details
Copy full SHA for 42f371a
Browse repository at this point
Fix feedback-4 issues and add interactive demo
Show description for 61eba8f
KyleAMathews
and
claude
committed
61eba8f
View commit details
Copy full SHA for 61eba8f
Browse repository at this point
Commits on Oct 21, 2025
Merge origin/main into serialized-transaction
KyleAMathews
committed
1e7240a
View commit details
Copy full SHA for 1e7240a
Browse repository at this point
fix: serialized mutations strategy execution and transaction handling
Show description for 53fdefc
KyleAMathews
committed
53fdefc
View commit details
Copy full SHA for 53fdefc
Browse repository at this point
prettier
KyleAMathews
committed
b050bf7
View commit details
Copy full SHA for b050bf7
Browse repository at this point
test: add comprehensive tests for queue and throttle strategies
Show description for c62164f
KyleAMathews
and
claude
committed
c62164f
View commit details
Copy full SHA for c62164f
Browse repository at this point
Commits on Oct 22, 2025
fix: resolve TypeScript strict mode errors in useSerializedMutations tests
Show description for eb60264
KyleAMathews
and
claude
committed
eb60264
View commit details
Copy full SHA for eb60264
Browse repository at this point
refactor: convert demo to slider-based interface with 300ms default
Show description for ebd80fe
KyleAMathews
and
claude
committed
ebd80fe
View commit details
Copy full SHA for ebd80fe
Browse repository at this point
fix(demo): improve UI and fix slider reset issue
Show description for dc155ad
KyleAMathews
and
claude
committed
dc155ad
View commit details
Copy full SHA for dc155ad
Browse repository at this point
fix(queue): capture transaction before clearing activeTransaction
Show description for f1deaa7
KyleAMathews
and
claude
committed
f1deaa7
View commit details
Copy full SHA for f1deaa7
Browse repository at this point
fix(queue): explicitly default to FIFO processing order
Show description for 969d532
KyleAMathews
and
claude
committed
969d532
View commit details
Copy full SHA for 969d532
Browse repository at this point
docs: clarify queue strategy creates separate transactions with configurable order
Show description for 051e138
KyleAMathews
and
claude
committed
051e138
View commit details
Copy full SHA for 051e138
Browse repository at this point
refactor: rename "Serialized Mutations" to "Paced Mutations"
Show description for 066e79a
KyleAMathews
and
claude
committed
066e79a
View commit details
Copy full SHA for 066e79a
Browse repository at this point
update lock
KyleAMathews
committed
05fecc6
View commit details
Copy full SHA for 05fecc6
Browse repository at this point
chore: change paced mutations changeset from minor to patch
Show description for c99cfd4
KyleAMathews
and
claude
committed
c99cfd4
View commit details
Copy full SHA for c99cfd4
Browse repository at this point
fix: update remaining references to useSerializedMutations
Show description for bb0fb11
KyleAMathews
and
claude
committed
bb0fb11
View commit details
Copy full SHA for bb0fb11
Browse repository at this point
docs: mention TanStack Pacer in changeset
Show description for 90e8f0a
KyleAMathews
and
claude
committed
90e8f0a
View commit details
Copy full SHA for 90e8f0a
Browse repository at this point
docs: clarify key design difference between strategies
Show description for cc237ef
KyleAMathews
and
claude
committed
cc237ef
View commit details
Copy full SHA for cc237ef
Browse repository at this point
docs: add comprehensive Paced Mutations guide
Show description for e64f3d3
KyleAMathews
and
claude
committed
e64f3d3
View commit details
Copy full SHA for e64f3d3
Browse repository at this point
fix: remove id property from PacedMutationsConfig
Show description for 3b03ead
KyleAMathews
and
claude
committed
3b03ead
View commit details
Copy full SHA for 3b03ead
Browse repository at this point
Commits on Oct 23, 2025
fix: prevent unnecessary recreation of paced mutations instance
Show description for 3960b8a
KyleAMathews
and
claude
committed
3960b8a
View commit details
Copy full SHA for 3960b8a
Browse repository at this point
test: add memoization tests for usePacedMutations
Show description for 1f8253f
KyleAMathews
and
claude
committed
1f8253f
View commit details
Copy full SHA for 1f8253f
Browse repository at this point
fix: stabilize mutationFn to prevent recreating paced mutations instance
Show description for 7b4e55a
KyleAMathews
and
claude
committed
7b4e55a
View commit details
Copy full SHA for 7b4e55a
Browse repository at this point
Commits on Oct 27, 2025
Merge remote-tracking branch 'origin/main' into serialized-transaction
Show description for 1ea79dd
KyleAMathews
committed
1ea79dd
View commit details
Copy full SHA for 1ea79dd
Browse repository at this point
Refactor paced mutations to work like createOptimisticAction
Show description for a403d52
claude
authored and
KyleAMathews
committed
a403d52
View commit details
Copy full SHA for a403d52
Browse repository at this point
Update paced mutations demo to use new onMutate API
Show description for 755d706
KyleAMathews
and
claude
committed
755d706
View commit details
Copy full SHA for 755d706
Browse repository at this point
You can’t perform that action at this time.