|
1 | | -<!--- |
2 | | -Thanks for contributing to this redux-subspace! Before you submit, please read the following: |
| 1 | +# Deprecated |
3 | 2 |
|
4 | | -Search open/closed issues before submitting since someone might have asked the same thing before! |
5 | | ---> |
| 3 | +**This library is no longer being actively maintained.** |
6 | 4 |
|
7 | | -### Is it a bug, feature request or question? |
| 5 | +IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing |
| 6 | +the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to |
| 7 | +the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution. |
8 | 8 |
|
9 | | -<!--- Provide a general summary of the issue in the title above --> |
| 9 | +At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library: |
10 | 10 |
|
11 | | -### Which package(s) does this involve? |
| 11 | +* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse) |
| 12 | +* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal) |
| 13 | +* [`lean-redux`](https://www.npmjs.com/package/lean-redux) |
| 14 | +* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local) |
| 15 | +* [`multireducer`](https://www.npmjs.com/package/multireducer) |
12 | 16 |
|
13 | | -<!--- Please postfix the title above with packages like so: "{TITLE} [package-1, package-2]" --> |
14 | | - |
15 | | -### Input Code |
16 | | - |
17 | | -<!--- If you're describing a bug, please let us know which sample code reproduces your problem --> |
18 | | -<!--- Links to standalone repos or code sandboxes (https://codesandbox.io/ is great for this) are also welcome --> |
19 | | - |
20 | | -```js |
21 | | -// your code here |
22 | | -``` |
23 | | - |
24 | | -### Expected Behavior |
25 | | - |
26 | | -<!--- If you're describing a bug, tell us what should happen --> |
27 | | -<!--- If you're suggesting a change/improvement, tell us how it should work --> |
28 | | - |
29 | | -### Current Behavior |
30 | | - |
31 | | -<!--- If describing a bug, tell us what happens instead of the expected behavior --> |
32 | | -<!--- If suggesting a change/improvement, explain the difference from current behavior --> |
33 | | - |
34 | | -### Possible Solution |
35 | | - |
36 | | -<!--- Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change --> |
37 | | - |
38 | | -### Context |
39 | | - |
40 | | -<!--- How has this issue affected you? What are you trying to accomplish? --> |
41 | | -<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
42 | | - |
43 | | -### Your Setup |
44 | | - |
45 | | -<!--- Include as many relevant details about the setup you're using --> |
46 | | -<!--- How you setup the store, what middleware/enhancers you're using, which versions of packages are involved --> |
47 | | - |
48 | | -| package | version(s) |
49 | | -| ---------------| ------- |
50 | | -| redux | |
51 | | -| redux-subspace | |
52 | | -| etc. | |
| 17 | +If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself. |
0 commit comments