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
Type
/
to 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 }}
developit
/
unistore
Public
Notifications
You must be signed in to change notification settings
Fork
134
Star
2.8k
Code
Issues
36
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
WIP Rethinking actions and action creation
- #182
#182
Open
lkmill
wants to merge 18 commits into
developit:master
developit/unistore:master
from
lkmill:feature/new-action-creators
lkmill/unistore:feature/new-action-creators
Copy head branch name to clipboard
Conversation
Commits
18
聽(18)
Checks
Files changed
Open
WIP Rethinking actions and action creation
#182
lkmill
wants to merge 18 commits into
developit:master
developit/unistore:master
from
lkmill:feature/new-action-creators
lkmill/unistore:feature/new-action-creators
Copy head branch name to clipboard
Commits
Commits on Dec 1, 2019
Implement new action creator logic
lkmill
committed
4d862dc
View commit details
Copy full SHA for 4d862dc
Browse repository at this point
Update tests to work with new action creators
lkmill
committed
7214734
View commit details
Copy full SHA for 7214734
Browse repository at this point
Update types to match new action logic
lkmill
committed
5e05817
View commit details
Copy full SHA for 5e05817
Browse repository at this point
Pass update object to listeners
lkmill
committed
5f629f7
View commit details
Copy full SHA for 5f629f7
Browse repository at this point
Pass update object to devtools on action
lkmill
committed
c90747d
View commit details
Copy full SHA for c90747d
Browse repository at this point
Differentiate between unnamed actions and direct setState calls in devtools
lkmill
committed
9f22c9c
View commit details
Copy full SHA for 9f22c9c
Browse repository at this point
Update tests to handle update argument in listeners
lkmill
committed
3b1e5b9
View commit details
Copy full SHA for 3b1e5b9
Browse repository at this point
Commits on Dec 2, 2019
Prefer action.type over action.name
lkmill
committed
e856053
View commit details
Copy full SHA for e856053
Browse repository at this point
Commits on Apr 5, 2020
Pass store.getState and store.action to action functions
lkmill
committed
91ad719
View commit details
Copy full SHA for 91ad719
Browse repository at this point
Split Action type into separate AsyncAction and SyncAction
lkmill
committed
203dc79
View commit details
Copy full SHA for 203dc79
Browse repository at this point
Update Action and MappedAction object types
lkmill
committed
a682ffd
View commit details
Copy full SHA for a682ffd
Browse repository at this point
Allow null mapStateToProps
lkmill
committed
49c4f87
View commit details
Copy full SHA for 49c4f87
Browse repository at this point
Use correct type letter for store state
lkmill
committed
4dc3fde
View commit details
Copy full SHA for 4dc3fde
Browse repository at this point
Commits on Apr 6, 2020
Rename store.action to store.dispatch
lkmill
committed
c246282
View commit details
Copy full SHA for c246282
Browse repository at this point
Move out dispatch and getState to fix this reference errors
lkmill
committed
f388389
View commit details
Copy full SHA for f388389
Browse repository at this point
Update tests to pass new logic
lkmill
committed
f53452e
View commit details
Copy full SHA for f53452e
Browse repository at this point
Commits on Apr 7, 2020
Print state properties that have changed in unnamed actions and setState
lkmill
committed
4361a83
View commit details
Copy full SHA for 4361a83
Browse repository at this point
Commits on Apr 16, 2020
Set update to empty object if not supplied
lkmill
committed
ac1f2ca
View commit details
Copy full SHA for ac1f2ca
Browse repository at this point
You can鈥檛 perform that action at this time.