-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement custom slice creators #3894
base: master
Are you sure you want to change the base?
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d3ea89 - Browse repository at this point
Copy the full SHA 6d3ea89View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad94c66 - Browse repository at this point
Copy the full SHA ad94c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for cad9cb9 - Browse repository at this point
Copy the full SHA cad9cb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cef24b7 - Browse repository at this point
Copy the full SHA cef24b7View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1315a65 - Browse repository at this point
Copy the full SHA 1315a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 204c927 - Browse repository at this point
Copy the full SHA 204c927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5074af3 - Browse repository at this point
Copy the full SHA 5074af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for be096e9 - Browse repository at this point
Copy the full SHA be096e9View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa5aae6 - Browse repository at this point
Copy the full SHA aa5aae6View commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 346f227 - Browse repository at this point
Copy the full SHA 346f227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295eebc - Browse repository at this point
Copy the full SHA 295eebcView commit details
Commits on Dec 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e676b6 - Browse repository at this point
Copy the full SHA 0e676b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f502c2 - Browse repository at this point
Copy the full SHA 3f502c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e21a7da - Browse repository at this point
Copy the full SHA e21a7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f725ab6 - Browse repository at this point
Copy the full SHA f725ab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 640b9c5 - Browse repository at this point
Copy the full SHA 640b9c5View commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d7669d - Browse repository at this point
Copy the full SHA 0d7669dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 604799a - Browse repository at this point
Copy the full SHA 604799aView commit details -
Modify
BuildCreateSliceConfig
to allow passingasyncThunk
by defa……ult and prevent passing of `reducer` and `reducerWithPrepare` - Changed `BuildCreateSliceConfig` to allow passing `asyncThunk` without sacrificing autocompletion. - Implemented type constraints to disallow usage of `reducer` and `reducerWithPrepare`, removing them from autocomplete suggestions.
Configuration menu - View commit details
-
Copy full SHA for 888e886 - Browse repository at this point
Copy the full SHA 888e886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc5509 - Browse repository at this point
Copy the full SHA 5cc5509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d60f50 - Browse repository at this point
Copy the full SHA 0d60f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a993d91 - Browse repository at this point
Copy the full SHA a993d91View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb8cd15 - Browse repository at this point
Copy the full SHA bb8cd15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e299c9 - Browse repository at this point
Copy the full SHA 5e299c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45fa03a - Browse repository at this point
Copy the full SHA 45fa03aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6376f8b - Browse repository at this point
Copy the full SHA 6376f8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 821a732 - Browse repository at this point
Copy the full SHA 821a732View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e1da7b - Browse repository at this point
Copy the full SHA 8e1da7bView commit details -
Merge branch 'create-slice-creators' of https://github.com/reduxjs/re…
…dux-toolkit into create-slice-creators
Configuration menu - View commit details
-
Copy full SHA for fc92596 - Browse repository at this point
Copy the full SHA fc92596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ac1b1 - Browse repository at this point
Copy the full SHA 00ac1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7753cec - Browse repository at this point
Copy the full SHA 7753cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d81dea - Browse repository at this point
Copy the full SHA 4d81deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0e07c - Browse repository at this point
Copy the full SHA 6d0e07cView commit details
Commits on Dec 31, 2023
-
Merge branch 'create-slice-creators' of https://github.com/reduxjs/re…
…dux-toolkit into create-slice-creators
Configuration menu - View commit details
-
Copy full SHA for 4cebc82 - Browse repository at this point
Copy the full SHA 4cebc82View commit details -
Configuration menu - View commit details
-
Copy full SHA for db89fb7 - Browse repository at this point
Copy the full SHA db89fb7View commit details -
Add some type tests for
createSlice
- Add type tests to make sure the default `createSlice` does not allow `create.asyncThunk()` but should allow `create.reducer()` and `create.preparedReducer()`
Configuration menu - View commit details
-
Copy full SHA for 58ae809 - Browse repository at this point
Copy the full SHA 58ae809View commit details -
Merge pull request #4024 from aryaemami59/create-slice-creators
Modify `BuildCreateSliceConfig` to allow passing `asyncThunk` by default and prevent passing of `reducer` and `reducerWithPrepare`
Configuration menu - View commit details
-
Copy full SHA for 41223be - Browse repository at this point
Copy the full SHA 41223beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f39f4c7 - Browse repository at this point
Copy the full SHA f39f4c7View commit details
Commits on Jan 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d075606 - Browse repository at this point
Copy the full SHA d075606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22f0898 - Browse repository at this point
Copy the full SHA 22f0898View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc6737f - Browse repository at this point
Copy the full SHA fc6737fView commit details -
Derive RegisteredReducerType from keys of SliceReducerCreators, remov…
…ing need for ReducerTypes.
Configuration menu - View commit details
-
Copy full SHA for c90f5ba - Browse repository at this point
Copy the full SHA c90f5baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 219d1bd - Browse repository at this point
Copy the full SHA 219d1bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d33808 - Browse repository at this point
Copy the full SHA 7d33808View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3f8e2a - Browse repository at this point
Copy the full SHA e3f8e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c948b - Browse repository at this point
Copy the full SHA c2c948bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06d3ffc - Browse repository at this point
Copy the full SHA 06d3ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e641fb5 - Browse repository at this point
Copy the full SHA e641fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b936b8 - Browse repository at this point
Copy the full SHA 2b936b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5173d2f - Browse repository at this point
Copy the full SHA 5173d2fView commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98e1eb5 - Browse repository at this point
Copy the full SHA 98e1eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa92ced - Browse repository at this point
Copy the full SHA aa92cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a4008 - Browse repository at this point
Copy the full SHA 02a4008View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1256bcb - Browse repository at this point
Copy the full SHA 1256bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cecda64 - Browse repository at this point
Copy the full SHA cecda64View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9e40fd2 - Browse repository at this point
Copy the full SHA 9e40fd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30f3b2e - Browse repository at this point
Copy the full SHA 30f3b2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8787733 - Browse repository at this point
Copy the full SHA 8787733View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd9f0f9 - Browse repository at this point
Copy the full SHA cd9f0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33015e5 - Browse repository at this point
Copy the full SHA 33015e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b299631 - Browse repository at this point
Copy the full SHA b299631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6200338 - Browse repository at this point
Copy the full SHA 6200338View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f41ea - Browse repository at this point
Copy the full SHA 08f41eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f35359f - Browse repository at this point
Copy the full SHA f35359fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7798d78 - Browse repository at this point
Copy the full SHA 7798d78View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d20781 - Browse repository at this point
Copy the full SHA 3d20781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139f750 - Browse repository at this point
Copy the full SHA 139f750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947de20 - Browse repository at this point
Copy the full SHA 947de20View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4a8289 - Browse repository at this point
Copy the full SHA e4a8289View commit details
Commits on Jan 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ef78e4 - Browse repository at this point
Copy the full SHA 2ef78e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2660af - Browse repository at this point
Copy the full SHA a2660afView commit details
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8398520 - Browse repository at this point
Copy the full SHA 8398520View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45d765b - Browse repository at this point
Copy the full SHA 45d765bView commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eacd621 - Browse repository at this point
Copy the full SHA eacd621View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13c7f82 - Browse repository at this point
Copy the full SHA 13c7f82View commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c562a7 - Browse repository at this point
Copy the full SHA 1c562a7View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0472445 - Browse repository at this point
Copy the full SHA 0472445View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9321c5 - Browse repository at this point
Copy the full SHA e9321c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4807a6 - Browse repository at this point
Copy the full SHA d4807a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 209a6e6 - Browse repository at this point
Copy the full SHA 209a6e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 882ee34 - Browse repository at this point
Copy the full SHA 882ee34View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cabcd - Browse repository at this point
Copy the full SHA e0cabcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e238555 - Browse repository at this point
Copy the full SHA e238555View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0178a8a - Browse repository at this point
Copy the full SHA 0178a8aView commit details
Commits on Jan 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d408c32 - Browse repository at this point
Copy the full SHA d408c32View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9e3e8e - Browse repository at this point
Copy the full SHA f9e3e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66afcde - Browse repository at this point
Copy the full SHA 66afcdeView commit details
Commits on Feb 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 687aa46 - Browse repository at this point
Copy the full SHA 687aa46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d105d - Browse repository at this point
Copy the full SHA 72d105dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5ca560 - Browse repository at this point
Copy the full SHA b5ca560View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8cab74 - Browse repository at this point
Copy the full SHA a8cab74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bee39c - Browse repository at this point
Copy the full SHA 9bee39cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86dc55f - Browse repository at this point
Copy the full SHA 86dc55fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b681ca3 - Browse repository at this point
Copy the full SHA b681ca3View commit details
Commits on Feb 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a14ccd1 - Browse repository at this point
Copy the full SHA a14ccd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5704f - Browse repository at this point
Copy the full SHA 2f5704fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aece5b - Browse repository at this point
Copy the full SHA 1aece5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f43b01e - Browse repository at this point
Copy the full SHA f43b01eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d85c9 - Browse repository at this point
Copy the full SHA 01d85c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247c98f - Browse repository at this point
Copy the full SHA 247c98fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 765ec1c - Browse repository at this point
Copy the full SHA 765ec1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7ed3f - Browse repository at this point
Copy the full SHA 8d7ed3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b606bf8 - Browse repository at this point
Copy the full SHA b606bf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3612fb - Browse repository at this point
Copy the full SHA f3612fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8714db0 - Browse repository at this point
Copy the full SHA 8714db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bbf1fa - Browse repository at this point
Copy the full SHA 3bbf1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 593e420 - Browse repository at this point
Copy the full SHA 593e420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 241003f - Browse repository at this point
Copy the full SHA 241003fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adeb42 - Browse repository at this point
Copy the full SHA 8adeb42View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7eb6b9 - Browse repository at this point
Copy the full SHA b7eb6b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 415b23c - Browse repository at this point
Copy the full SHA 415b23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63777d7 - Browse repository at this point
Copy the full SHA 63777d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6ab87 - Browse repository at this point
Copy the full SHA fb6ab87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 619acff - Browse repository at this point
Copy the full SHA 619acffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9020ac - Browse repository at this point
Copy the full SHA d9020acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8d2f4 - Browse repository at this point
Copy the full SHA 5f8d2f4View commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e1f3f89 - Browse repository at this point
Copy the full SHA e1f3f89View commit details -
Configuration menu - View commit details
-
Copy full SHA for f559617 - Browse repository at this point
Copy the full SHA f559617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 162e482 - Browse repository at this point
Copy the full SHA 162e482View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5dbe61 - Browse repository at this point
Copy the full SHA f5dbe61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 611bd97 - Browse repository at this point
Copy the full SHA 611bd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9456b99 - Browse repository at this point
Copy the full SHA 9456b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1164b - Browse repository at this point
Copy the full SHA db1164bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e3203 - Browse repository at this point
Copy the full SHA 06e3203View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37711f2 - Browse repository at this point
Copy the full SHA 37711f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8360f12 - Browse repository at this point
Copy the full SHA 8360f12View commit details
Commits on Feb 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a274b0 - Browse repository at this point
Copy the full SHA 9a274b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 711c8b4 - Browse repository at this point
Copy the full SHA 711c8b4View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8daec5 - Browse repository at this point
Copy the full SHA c8daec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1c6f0 - Browse repository at this point
Copy the full SHA 8c1c6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fa0bd - Browse repository at this point
Copy the full SHA 97fa0bdView commit details -
pass name and state to SliceReducerCreators when getting final action…
…s/case reducers type
Configuration menu - View commit details
-
Copy full SHA for c0ba6ab - Browse repository at this point
Copy the full SHA c0ba6abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01feaae - Browse repository at this point
Copy the full SHA 01feaaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af2b00 - Browse repository at this point
Copy the full SHA 8af2b00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8af945 - Browse repository at this point
Copy the full SHA c8af945View commit details -
Configuration menu - View commit details
-
Copy full SHA for 869db56 - Browse repository at this point
Copy the full SHA 869db56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7118f1a - Browse repository at this point
Copy the full SHA 7118f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca7b1da - Browse repository at this point
Copy the full SHA ca7b1daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b3084 - Browse repository at this point
Copy the full SHA 96b3084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2653a61 - Browse repository at this point
Copy the full SHA 2653a61View commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29d70bb - Browse repository at this point
Copy the full SHA 29d70bbView commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d2ecf6 - Browse repository at this point
Copy the full SHA 3d2ecf6View commit details
Commits on Feb 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de1f721 - Browse repository at this point
Copy the full SHA de1f721View commit details
Commits on Feb 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 46e792b - Browse repository at this point
Copy the full SHA 46e792bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 930e868 - Browse repository at this point
Copy the full SHA 930e868View commit details -
Configuration menu - View commit details
-
Copy full SHA for ece8442 - Browse repository at this point
Copy the full SHA ece8442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af6bd4 - Browse repository at this point
Copy the full SHA 4af6bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a53a0c6 - Browse repository at this point
Copy the full SHA a53a0c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09cc0c7 - Browse repository at this point
Copy the full SHA 09cc0c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7252c16 - Browse repository at this point
Copy the full SHA 7252c16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5fe79 - Browse repository at this point
Copy the full SHA 5f5fe79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c4794 - Browse repository at this point
Copy the full SHA 31c4794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c9262 - Browse repository at this point
Copy the full SHA 82c9262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db2dcc - Browse repository at this point
Copy the full SHA 4db2dccView commit details
Commits on Feb 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ebfd549 - Browse repository at this point
Copy the full SHA ebfd549View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd73745 - Browse repository at this point
Copy the full SHA bd73745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82da65d - Browse repository at this point
Copy the full SHA 82da65dView commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cff430e - Browse repository at this point
Copy the full SHA cff430eView commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37bd76e - Browse repository at this point
Copy the full SHA 37bd76eView commit details -
move creator callback section back and cut and paste slice creators s…
…ection to usage guide
Configuration menu - View commit details
-
Copy full SHA for 633028d - Browse repository at this point
Copy the full SHA 633028dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ce8b30 - Browse repository at this point
Copy the full SHA 2ce8b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e60c5a - Browse repository at this point
Copy the full SHA 7e60c5aView commit details
Commits on Feb 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e310604 - Browse repository at this point
Copy the full SHA e310604View commit details
Commits on Mar 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad6a8e5 - Browse repository at this point
Copy the full SHA ad6a8e5View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7148e8c - Browse repository at this point
Copy the full SHA 7148e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05b9a7 - Browse repository at this point
Copy the full SHA b05b9a7View commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94937b1 - Browse repository at this point
Copy the full SHA 94937b1View commit details -
remove first argument for exposeAction and exposeCaseReducer, and alw…
…ays use reducerName
Configuration menu - View commit details
-
Copy full SHA for 5403d80 - Browse repository at this point
Copy the full SHA 5403d80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90555ee - Browse repository at this point
Copy the full SHA 90555eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e25c1f - Browse repository at this point
Copy the full SHA 2e25c1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b8d90 - Browse repository at this point
Copy the full SHA e3b8d90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cb7e47 - Browse repository at this point
Copy the full SHA 2cb7e47View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfc9bae - Browse repository at this point
Copy the full SHA bfc9baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51aecbc - Browse repository at this point
Copy the full SHA 51aecbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27950e1 - Browse repository at this point
Copy the full SHA 27950e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1a64f - Browse repository at this point
Copy the full SHA 8c1a64fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f82d47 - Browse repository at this point
Copy the full SHA 3f82d47View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde0288 - Browse repository at this point
Copy the full SHA bde0288View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d55413 - Browse repository at this point
Copy the full SHA 0d55413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f1ac68 - Browse repository at this point
Copy the full SHA 1f1ac68View commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7aa3933 - Browse repository at this point
Copy the full SHA 7aa3933View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2523fc - Browse repository at this point
Copy the full SHA c2523fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e3fa4 - Browse repository at this point
Copy the full SHA a9e3fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02bbfba - Browse repository at this point
Copy the full SHA 02bbfbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0133506 - Browse repository at this point
Copy the full SHA 0133506View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f86a6d5 - Browse repository at this point
Copy the full SHA f86a6d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d8d12 - Browse repository at this point
Copy the full SHA 52d8d12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e256a6 - Browse repository at this point
Copy the full SHA 5e256a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a84abbd - Browse repository at this point
Copy the full SHA a84abbdView commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fe391e - Browse repository at this point
Copy the full SHA 5fe391eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8ad517 - Browse repository at this point
Copy the full SHA f8ad517View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdf4498 - Browse repository at this point
Copy the full SHA cdf4498View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d08f5d - Browse repository at this point
Copy the full SHA 2d08f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6226c1d - Browse repository at this point
Copy the full SHA 6226c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce04544 - Browse repository at this point
Copy the full SHA ce04544View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32cdde8 - Browse repository at this point
Copy the full SHA 32cdde8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f01293 - Browse repository at this point
Copy the full SHA 0f01293View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45c8b9e - Browse repository at this point
Copy the full SHA 45c8b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c0c7f - Browse repository at this point
Copy the full SHA 99c0c7fView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62e96d5 - Browse repository at this point
Copy the full SHA 62e96d5View commit details
Commits on Jun 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a12524a - Browse repository at this point
Copy the full SHA a12524aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e99e084 - Browse repository at this point
Copy the full SHA e99e084View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ec07e9 - Browse repository at this point
Copy the full SHA 3ec07e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d1d5d - Browse repository at this point
Copy the full SHA b6d1d5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9744e0 - Browse repository at this point
Copy the full SHA e9744e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10f345 - Browse repository at this point
Copy the full SHA b10f345View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ef2d024 - Browse repository at this point
Copy the full SHA ef2d024View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d7def1 - Browse repository at this point
Copy the full SHA 2d7def1View commit details