You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# React Coroutine
2
2
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.
0 commit comments