issues
search
atlassian
/
react-sweet-state
Shared state management solution for React
https://atlassian.github.io/react-sweet-state/
MIT License
871
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix container subscription leak in strict mode
#228
albertogasparin
closed
2 months ago
0
Ensure that getContainerStore is called once in StrictMode
#227
hinok
closed
2 months ago
1
Store is not removed from the registry in StrictMode
#226
hinok
closed
2 months ago
1
A store's `onUpdate` handler is not called in React `StrictMode`
#225
dclark-atlassian
closed
2 months ago
1
createActions helper
#224
theKashey
opened
8 months ago
2
Using container on update hook causes React 16 errors to be printed
#223
yamadapc
opened
8 months ago
5
Add favicon
#222
michael-letcher
opened
9 months ago
2
Add unstable_concurrent behaviour
#221
albertogasparin
opened
10 months ago
8
Discussion: Should an error in onUpdate trigger the container's error boundary?
#220
obweger
opened
10 months ago
3
Unexpected change in behaviour beween React 17 and 18
#219
obweger
opened
12 months ago
14
fix: correct nested batch behavior.
#218
theKashey
opened
1 year ago
3
Unstable scheduling behavior
#217
theKashey
opened
1 year ago
0
Uncaught TypeError: Cannot read properties of null (reading 'unsubscribe')
#216
AjithKumarvm
closed
1 year ago
6
Remove legacy container implementation
#215
albertogasparin
closed
1 year ago
0
Setup steps added
#214
rajanlagah
opened
1 year ago
2
Move from .js to .ts
#213
rajanlagah
closed
1 year ago
1
[WIP] Task/#206
#212
rajanlagah
closed
1 year ago
2
Add more testing docs
#211
albertogasparin
opened
1 year ago
0
Update selector.md
#210
fahmitech
closed
1 year ago
2
Support childless global containers pattern
#208
albertogasparin
closed
1 year ago
0
Fixed typo in comparison.md
#207
Kyjor
closed
1 year ago
1
New major
#206
albertogasparin
opened
1 year ago
2
Fix onContainerUpdate and override compat
#205
albertogasparin
closed
1 year ago
0
Improve performance of subscribe/unsubscribe in store
#204
andrewsokolov
closed
1 year ago
1
Refactor dispatch and getStore naming
#203
albertogasparin
closed
1 year ago
0
Hook mount/unmount time depends at number of hooks on page
#202
andrewsokolov
closed
1 year ago
1
Cross store actions
#201
albertogasparin
opened
1 year ago
20
Throw error when not contained
#200
albertogasparin
closed
1 year ago
0
Shareable container implementation
#198
albertogasparin
closed
1 year ago
7
Enable devtools trace by default
#197
albertogasparin
closed
1 year ago
0
Dynamic container implementation
#196
albertogasparin
closed
1 year ago
17
Fix store cleanup race condition
#195
albertogasparin
closed
1 year ago
0
Container cleanup occurs after remounting, clearing state set by onInit
#193
s-taylor
closed
1 year ago
1
Bump webpack from 5.70.0 to 5.76.0
#192
dependabot[bot]
opened
1 year ago
0
Non global states
#190
theKashey
closed
1 year ago
4
Bump minimist and mkdirp
#189
dependabot[bot]
opened
1 year ago
0
Docs: Add note about store name being unique to avoid clashes
#187
remy-bordignon
closed
1 year ago
2
Ability to pass callback function during store creation for store initialisation and updates
#186
KennyYe
closed
1 year ago
3
Bump json5 from 1.0.1 to 1.0.2
#185
dependabot[bot]
opened
1 year ago
0
"Families" containers
#184
theKashey
closed
1 year ago
7
Persistent global scoped stores
#183
tompuric
closed
1 year ago
2
Bump loader-utils from 1.4.0 to 1.4.2
#182
dependabot[bot]
opened
2 years ago
0
better type/name for dispatched actions
#181
cbejensen
closed
1 year ago
1
remove link to missing 'performance tips' page
#180
monners
closed
2 years ago
2
docs: Add Resources tab listing tutorials created by the community
#179
nickscamara
opened
2 years ago
3
Input caret will jump to end of string when using store
#178
AlexThurston
opened
2 years ago
5
Ensure shallowEqual bails out for complex objects
#177
albertogasparin
closed
2 years ago
0
change HookFunction & createSelector types
#176
mukuljainx
closed
2 years ago
1
Incorrect selector behaviour with promises
#175
TimeRaider
closed
2 years ago
0
#173: fix ActionThunk type definition
#174
TimeRaider
closed
2 years ago
1
Next