Skip to content
This repository was archived by the owner on Apr 8, 2019. It is now read-only.

Commit 9076fe4

Browse files
authored
Update README.md
1 parent 718c30f commit 9076fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ReactCLI.render(
4141

4242
#### About
4343

44-
ReactCLI is analogous to ReactDOM or ReactNative. It just renders any updates dictated by React and the React reconciler to the command line. This means that you get all of the core features of React for free, like stateful components, context, refs, etc - in addition to being able to use third party libraries for things like state management. In addition, it provides a couple core components that are useful for building out command line interfaces.
44+
ReactCLI is analogous to ReactDOM or ReactNative. It just renders any updates dictated by React and the React reconciler to the command line. This means that you get all of the core features of React for free, like stateful components, context, refs, etc - in addition to being able to use third party libraries for things like state management. It also provides a couple core components that are useful for building out command line interfaces.
4545

4646
#### Components
4747

0 commit comments

Comments
 (0)