redux-cycles
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "redux-cycles", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Bring functional reactive programming to Redux using Cycle.js", | ||
"typings": "index.d.ts", | ||
"main": "dist", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"index.d.ts" | ||
], | ||
@@ -9,0 +11,0 @@ "repository": "https://github.com/cyclejs-community/redux-cycles", |
@@ -187,3 +187,3 @@ # Redux-cycles | ||
[Cycle.js](https://cycle.js.org) is an interesting and unusual way of represting real-world programs. | ||
[Cycle.js](https://cycle.js.org) is an interesting and unusual way of representing real-world programs. | ||
@@ -190,0 +190,0 @@ The program is represented as a pure function, which takes in some *sources* about events in the real world (think a stream of Redux actions), does something with it, and returns *sinks*, aka streams with commands to be performed. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23561
7
136