|
3aac2e092e
|
wip
|
2022-08-24 21:19:27 -04:00 |
|
|
ce666b75bb
|
improve typing of actions
|
2021-10-19 13:08:42 -04:00 |
|
|
f51c8158fc
|
have addEffect returns its effect
|
2021-10-18 16:11:51 -04:00 |
|
|
f1b7677f0f
|
add upreducerWrapper
|
2021-10-18 11:19:22 -04:00 |
|
|
707d9ec923
|
prettier
|
2021-10-18 10:15:06 -04:00 |
|
|
4e4fa13d90
|
generic actions
|
2021-10-18 09:16:02 -04:00 |
|
|
27958a6d14
|
add generic initial
|
2021-10-18 08:46:00 -04:00 |
|
|
a8f97940e8
|
add enhancer
|
2021-10-18 08:00:47 -04:00 |
|
|
55812ed6d8
|
wip
|
2021-10-17 18:41:56 -04:00 |
|
|
7cd7e27805
|
test with ts
|
2021-10-16 11:48:03 -04:00 |
|
|
c5a9a7397a
|
test with ts
|
2021-10-16 11:41:04 -04:00 |
|
|
69a8781b4b
|
test with ts
|
2021-10-15 15:10:19 -04:00 |
|
|
a657813415
|
test with ts
|
2021-10-15 13:35:43 -04:00 |
|
|
440c76d408
|
wip
|
2021-10-15 12:41:58 -04:00 |
|
|
3394a00419
|
test with ts
|
2021-10-15 10:41:31 -04:00 |
|
|
83f28a1720
|
tests in ts
|
2021-10-15 10:33:55 -04:00 |
|
|
6fb14a26d0
|
tests in ts
|
2021-10-15 10:31:37 -04:00 |
|
|
d75da07d3f
|
finished going over the tutorial
|
2021-10-13 19:31:37 -04:00 |
|
|
6dd8b1af9e
|
rename leftover from * to +
|
2021-10-13 13:54:17 -04:00 |
|
|
9778e04a8d
|
documentation, actions
|
2021-10-12 18:13:59 -04:00 |
|
|
2e357b71e2
|
wip
|
2021-10-12 14:49:08 -04:00 |
|
|
a5e8410768
|
wip
|
2021-10-12 13:11:32 -04:00 |
|
|
d14eb08bf0
|
splat
|
2021-10-12 09:42:30 -04:00 |
|
|
912ea85edc
|
subscription within a subscription
|
2021-10-09 13:22:17 -04:00 |
|
|
c1c1edf588
|
subscribe test
|
2021-10-09 12:13:50 -04:00 |
|
|
5eeb4d4ab7
|
initial test
|
2021-10-08 20:22:25 -04:00 |
|
|
d61c9478a2
|
add subscriptions
|
2021-10-08 20:22:25 -04:00 |
|
|
5247aa2255
|
Add subscription test
|
2021-10-08 20:22:24 -04:00 |
|
|
04159ec7cc
|
add selector tests
|
2021-10-08 20:22:24 -04:00 |
|
|
2c26f9652b
|
add the test
|
2021-10-08 20:22:23 -04:00 |
|
|
e4eff8a113
|
effects
|
2021-10-08 20:22:22 -04:00 |
|
|
b7ada06e3c
|
createStore
|
2021-10-08 20:22:22 -04:00 |
|
|
0ecb1059ee
|
reducer
|
2021-10-08 20:22:21 -04:00 |
|
|
1759ce16c6
|
mutations
|
2021-10-08 20:22:20 -04:00 |
|
|
1a653fac5b
|
addSelector
|
2021-10-08 20:22:20 -04:00 |
|
|
0870767994
|
wip
|
2021-10-08 20:22:19 -04:00 |
|
|
fd064f5996
|
actions
|
2021-10-08 20:22:19 -04:00 |
|
|
003a1309bd
|
buildInitial
|
2021-10-08 20:22:18 -04:00 |
|
|
74c29ce2d0
|
WIP
|
2021-10-08 20:22:16 -04:00 |
|
|
0ebf32c71b
|
use @yanick/updeep
|
2021-05-02 14:35:37 -04:00 |
|
Yanick Champoux
|
9c45ee7efc
|
feat: add support for subscriptions
|
2020-06-19 19:29:12 -04:00 |
|
Yanick Champoux
|
f0653442f3
|
going toward v2
|
2020-06-02 16:00:48 -04:00 |
|
Yanick Champoux
|
6349d720b8
|
feat!: use ts-action for action creation
|
2020-02-07 11:23:32 -05:00 |
|
Yanick Champoux
|
4c0d7b366f
|
wip
|
2020-02-01 12:51:32 -05:00 |
|
Yanick Champoux
|
931377b584
|
tests are passing
|
2020-02-01 12:51:32 -05:00 |
|
Yanick Champoux
|
f744616cb2
|
wip
|
2020-02-01 12:51:32 -05:00 |
|
Yanick Champoux
|
1825e8d269
|
selectors added to class
|
2020-02-01 12:49:44 -05:00 |
|
Yanick Champoux
|
499e987219
|
add the test
|
2020-02-01 12:47:38 -05:00 |
|
Yanick Champoux
|
c8f497f5e9
|
addCreator now supports inlined actionCreator
|
2020-02-01 12:46:18 -05:00 |
|
Yanick Champoux
|
93bebc5acf
|
fix: state is a PreloadedState<S>
|
2020-01-31 17:54:16 -05:00 |
|