Skip to content

Commit 6dec4a0

Browse files
committed
Version bump to 1.0.0 as it comes from a stable source.
1 parent 870963f commit 6dec4a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Walk a React element tree, executing a provided visitor function against each el
1515

1616
## Introduction
1717

18-
This is a port/generalisation of the implementation within the awesome [`react-apollo`](https://github.com/apollostack/react-apollo) project. I've come to find many use-cases in my own projects and want to avoid code duplication.
18+
This is a extract of the implementation within the awesome [`react-apollo`](https://github.com/apollostack/react-apollo) project. I've come to find many use-cases for it in my own projects and want to avoid code duplication.
1919

20-
It's quite useful for performing pre-rendering parses on your React element tree to do things like data prefetching.
20+
With this you could, for example, perform pre-rendering parses on your React element tree to do things like data prefetching. 🤛
2121

2222
# Example
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tree-walker",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Walk a React element tree, executing a provided function against each node.",
55
"license": "MIT",
66
"main": "commonjs/index.js",

0 commit comments

Comments
 (0)