Skip to content

Commit 2866d16

Browse files
authored
Update README.md
1 parent 35c7fd2 commit 2866d16

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<a href="https://npmjs.com/package/react-ssr-prepass">
1111
<img alt="NPM Version" src="https://img.shields.io/npm/v/react-ssr-prepass.svg" />
1212
</a>
13+
<a href="https://github.com/FormidableLabs/react-ssr-prepass#maintenance-status">
14+
<img alt="Maintenance Status" src="https://img.shields.io/badge/maintenance-experimental-blueviolet.svg" />
15+
</a>
1316
</p>
1417

1518
<p>
@@ -29,10 +32,6 @@ You can use it to fetch data before your SSR code calls `renderToString` or
2932
> yet. This two-pass approach should just be used until server-side suspense
3033
> support lands in React.
3134
32-
### Maintenance Status: Experimental
33-
34-
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!
35-
3635
## The Why & How
3736

3837
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:
149148

150149
- [`react-apollo`'s `getDataFromTree`](https://github.com/apollographql/react-apollo/blob/master/src/getDataFromTree.ts)
151150
- [`react-tree-walker`](https://github.com/ctrlplusb/react-tree-walker)
151+
152+
## Maintenance Status
153+
154+
**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!

0 commit comments

Comments
 (0)