From 35c7fd2b27bcf760c244b3e501253484e2b90644 Mon Sep 17 00:00:00 2001 From: boygirl Date: Sun, 14 Apr 2019 15:06:49 -0700 Subject: [PATCH 1/2] add maintenance status to readme @kitten We're adding maintenance status to all our OSS. Since this is a new project, I've labeled it "experimental". Let me know if you disagree or have any questions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ce6be01..d78330d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ You can use it to fetch data before your SSR code calls `renderToString` or > yet. This two-pass approach should just be used until server-side suspense > support lands in React. +### Maintenance Status: Experimental + +This project is quite new. We're not sure what our ongoing maintenance plan for this project will be. Bug reports, feature requests and pull requests are welcome. If you like this project, let us know! + ## The Why & How It's quite common to have some data that needs to be fetched before From 2866d16e046c9626e026293a7aef52b445d0d90d Mon Sep 17 00:00:00 2001 From: boygirl Date: Sun, 14 Apr 2019 17:15:46 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d78330d..d727bd7 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ NPM Version + + Maintenance Status +

@@ -29,10 +32,6 @@ You can use it to fetch data before your SSR code calls `renderToString` or > yet. This two-pass approach should just be used until server-side suspense > support lands in React. -### Maintenance Status: Experimental - -This project is quite new. We're not sure what our ongoing maintenance plan for this project will be. Bug reports, feature requests and pull requests are welcome. If you like this project, let us know! - ## The Why & How It's quite common to have some data that needs to be fetched before @@ -149,3 +148,7 @@ The approach of doing an initial "data fetching pass" is inspired by: - [`react-apollo`'s `getDataFromTree`](https://github.com/apollographql/react-apollo/blob/master/src/getDataFromTree.ts) - [`react-tree-walker`](https://github.com/ctrlplusb/react-tree-walker) + +## Maintenance Status + +**Experimental:** This project is quite new. We're not sure what our ongoing maintenance plan for this project will be. Bug reports, feature requests and pull requests are welcome. If you like this project, let us know!