Skip to content

Commit d3c034b

Browse files
add "why" section
1 parent 2f9758e commit d3c034b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/Introduction.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# React Coroutine
22

3-
Small library which leverage the power of modern JavaScript to provide seamless way in creating stateful components with different purposes.
3+
Small library which leverages the power of modern JavaScript to provide seamless way in creating stateful components with different purposes.
4+
5+
## Why
6+
7+
In the world full of APIs, we starting to forget the power of plain JavaScript and how essential patterns eliminate the need in providing new abstractions.
8+
9+
This project tends to use the simplicity of functional React components and the essential mechanism of coroutines to create stateful components with colocation.
10+
411

512
```javascript
613
import React from 'react';

0 commit comments

Comments
 (0)