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
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
.
reflex-dev
/
reflex
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
28.9k
Code
Issues
255
Pull requests
86
Discussions
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Implement client state with useClientState hook
- #6936
#6936
Draft
masenf
wants to merge 28 commits into
main
reflex-dev/reflex:main
from
claude/clientstatevar-context-refactor-jv3pig
reflex-dev/reflex:claude/clientstatevar-context-refactor-jv3pig
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Draft
Implement client state with useClientState hook
#6936
masenf
wants to merge 28 commits into
main
reflex-dev/reflex:main
from
claude/clientstatevar-context-refactor-jv3pig
reflex-dev/reflex:claude/clientstatevar-context-refactor-jv3pig
Copy head branch name to clipboard
Commits
Commits on Aug 22, 2026
feat(client_state): promote to rx.client_state on a React context
Show description for e6fe6fa
claude
committed
e6fe6fa
View commit details
Copy full SHA for e6fe6fa
Browse repository at this point
fix(client_state): valid codegen with no default, and two runtime fixes
Show description for 6225012
claude
committed
6225012
View commit details
Copy full SHA for 6225012
Browse repository at this point
fix(client_state): address review nits on retrieve, provider teardown, exports
Show description for b745638
claude
committed
b745638
View commit details
Copy full SHA for b745638
Browse repository at this point
test(js): add vitest unit tests for the shipped frontend javascript
Show description for 047710e
claude
committed
047710e
View commit details
Copy full SHA for 047710e
Browse repository at this point
refactor(client_state): pass the registry in, and fix hash and docstring
Show description for b7dc16d
claude
committed
b7dc16d
View commit details
Copy full SHA for b7dc16d
Browse repository at this point
feat(client_state): scope client state by name down the component tree
Show description for 7d80c8f
claude
committed
7d80c8f
View commit details
Copy full SHA for 7d80c8f
Browse repository at this point
docs(client_state): document naming and tree scoping
Show description for c94d4b9
claude
committed
c94d4b9
View commit details
Copy full SHA for c94d4b9
Browse repository at this point
feat(foreach): scope loop vars per item, fixing #3210
Show description for 73add07
claude
committed
73add07
View commit details
Copy full SHA for 73add07
Browse repository at this point
fix(client_state): carry a Var default's hooks and imports
Show description for fca7ce7
claude
committed
fca7ce7
View commit details
Copy full SHA for fca7ce7
Browse repository at this point
Commits on Aug 25, 2026
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
claude
committed
57b017b
View commit details
Copy full SHA for 57b017b
Browse repository at this point
refactor(client_state): give the registry key one definition per language
Show description for 362efa4
claude
committed
362efa4
View commit details
Copy full SHA for 362efa4
Browse repository at this point
perf(memo): stop analyzing one memo's params twice
Show description for 70b34c5
claude
committed
70b34c5
View commit details
Copy full SHA for 70b34c5
Browse repository at this point
test(client_state): pin down what frees a client state slot
Show description for 8a4fb6e
claude
committed
8a4fb6e
View commit details
Copy full SHA for 8a4fb6e
Browse repository at this point
test(foreach): pin what a list change does to a row's values and state
Show description for f01da50
claude
committed
f01da50
View commit details
Copy full SHA for f01da50
Browse repository at this point
docs(foreach): spell out the stale-seed caveat under positional keys
Show description for 5abe947
claude
committed
5abe947
View commit details
Copy full SHA for 5abe947
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 2f538da
claude
committed
2f538da
View commit details
Copy full SHA for 2f538da
Browse repository at this point
Commits on Aug 27, 2026
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 5efdd80
claude
committed
5efdd80
View commit details
Copy full SHA for 5efdd80
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 1000b0f
claude
committed
1000b0f
View commit details
Copy full SHA for 1000b0f
Browse repository at this point
Commits on Aug 28, 2026
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 4099719
claude
committed
4099719
View commit details
Copy full SHA for 4099719
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for b9d7a5e
claude
committed
b9d7a5e
View commit details
Copy full SHA for b9d7a5e
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for c2d3b78
claude
committed
c2d3b78
View commit details
Copy full SHA for c2d3b78
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 657e5fe
claude
committed
657e5fe
View commit details
Copy full SHA for 657e5fe
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for c3cf471
claude
committed
c3cf471
View commit details
Copy full SHA for c3cf471
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 5c82e45
claude
committed
5c82e45
View commit details
Copy full SHA for 5c82e45
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for acfa5af
claude
committed
acfa5af
View commit details
Copy full SHA for acfa5af
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 1ba7886
claude
committed
1ba7886
View commit details
Copy full SHA for 1ba7886
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for 46b3ca8
claude
committed
46b3ca8
View commit details
Copy full SHA for 46b3ca8
Browse repository at this point
Merge remote-tracking branch 'origin/main' into claude/clientstatevar-context-refactor-jv3pig
Show description for e03ef30
claude
committed
e03ef30
View commit details
Copy full SHA for e03ef30
Browse repository at this point
You can’t perform that action at this time.