Let's discuss what to do with the shallow renderer here. As I mentioned in #16168 (comment), we aren't using it much and don't consider it a best practice. So we aren't going to be very good stewards of its API going forward.
My proposal was for Enzyme or folks interested in it to copy the code into another repo, and continue maintaining it there under a difference package name. It would make sense to Enzyme to start depending on that fork. We would then deprecate react-test-renderer/shallow in favor of the community-maintained fork.
If you'd like to volunteer to set up a repo, please let us know in this issue!
cc @davidmarkclements regarding the proposed react-shallow-renderer package name.
Let's discuss what to do with the shallow renderer here. As I mentioned in #16168 (comment), we aren't using it much and don't consider it a best practice. So we aren't going to be very good stewards of its API going forward.
My proposal was for Enzyme or folks interested in it to copy the code into another repo, and continue maintaining it there under a difference package name. It would make sense to Enzyme to start depending on that fork. We would then deprecate
react-test-renderer/shallowin favor of the community-maintained fork.If you'd like to volunteer to set up a repo, please let us know in this issue!
cc @davidmarkclements regarding the proposed
react-shallow-rendererpackage name.