Skip to content

Commit 76ce717

Browse files
authored
Merge pull request #1 from FormidableLabs/maintenance-status
add maintenance status to readme
2 parents de9ab95 + 2866d16 commit 76ce717

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 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>
@@ -145,3 +148,7 @@ The approach of doing an initial "data fetching pass" is inspired by:
145148

146149
- [`react-apollo`'s `getDataFromTree`](https://github.com/apollographql/react-apollo/blob/master/src/getDataFromTree.ts)
147150
- [`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)