This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relates to #546
- Loading branch information
Showing
9 changed files
with
164 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,17 @@ | ||
<!--- | ||
Thanks for contributing to this redux-subspace! Before you submit, please read the following: | ||
# Deprecated | ||
|
||
Search open/closed issues before submitting since someone might have asked the same thing before! | ||
--> | ||
**This library is no longer being actively maintained.** | ||
|
||
### Is it a bug, feature request or question? | ||
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 | ||
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 | ||
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution. | ||
|
||
<!--- Provide a general summary of the issue in the title above --> | ||
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library: | ||
|
||
### Which package(s) does this involve? | ||
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse) | ||
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal) | ||
* [`lean-redux`](https://www.npmjs.com/package/lean-redux) | ||
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local) | ||
* [`multireducer`](https://www.npmjs.com/package/multireducer) | ||
|
||
<!--- Please postfix the title above with packages like so: "{TITLE} [package-1, package-2]" --> | ||
|
||
### Input Code | ||
|
||
<!--- If you're describing a bug, please let us know which sample code reproduces your problem --> | ||
<!--- Links to standalone repos or code sandboxes (https://codesandbox.io/ is great for this) are also welcome --> | ||
|
||
```js | ||
// your code here | ||
``` | ||
|
||
### Expected Behavior | ||
|
||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
### Current Behavior | ||
|
||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!--- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
### Possible Solution | ||
|
||
<!--- Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change --> | ||
|
||
### Context | ||
|
||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
### Your Setup | ||
|
||
<!--- Include as many relevant details about the setup you're using --> | ||
<!--- How you setup the store, what middleware/enhancers you're using, which versions of packages are involved --> | ||
|
||
| package | version(s) | ||
| ---------------| ------- | ||
| redux | | ||
| redux-subspace | | ||
| etc. | | ||
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
<!-- | ||
Thanks for contributing to redux-subspace! | ||
## Deprecated | ||
|
||
Before making a PR please make sure to read our contributing guidelines | ||
https://github.com/ioof-holdings/redux-subspace/blob/master/CONTRIBUTING.md | ||
**This library is no longer being actively maintained.** | ||
|
||
For issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by the ticket number fixed by the PR. It should be underlined in the preview if done correctly. | ||
--> | ||
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 | ||
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 | ||
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution. | ||
|
||
| Q | A | ||
| ----------------------- | --- | ||
| Fixed Issues? | Fixes `#1`, Fixes `#2` <!-- remove the (`) quotes to link the issues --> | ||
| Documentation only PR | <!--(Can use an emoji 👍) --> | ||
| Patch: Bug Fix? | <!--(Can use an emoji 👍) --> | ||
| Minor: New Feature? | <!--(Can use an emoji 👍) --> | ||
| Major: Breaking Change? | <!--(Can use an emoji 👍) --> | ||
| Tests Added + Pass? | Yes | ||
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library: | ||
|
||
<!-- Describe your changes below in as much detail as possible --> | ||
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse) | ||
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal) | ||
* [`lean-redux`](https://www.npmjs.com/package/lean-redux) | ||
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local) | ||
* [`multireducer`](https://www.npmjs.com/package/multireducer) | ||
|
||
<!-- Don't forget to [add yourself as a contributor](https://github.com/ioof-holdings/redux-subspace/blob/master/CONTRIBUTING.md#add-yourself-as-a-contributor) if you're not already --> | ||
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters