cortina-react
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "cortina-react", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Coroutine-based EDSL for building React components and applications", | ||
@@ -5,0 +5,0 @@ "author": "Arthur Xavier <arthur.xavierx@gmail.com> (http://arthur-xavier.github.io/)", |
@@ -1,2 +0,2 @@ | ||
# cora-react | ||
# cortina-react | ||
Coroutine-based EDSL for building React components and applications |
import React, { Component } from 'react'; | ||
import { Process } from 'cora'; | ||
import { all, race } from 'cora/src/combinators'; | ||
import { getIterator, isFunction } from 'cora/src/types'; | ||
import { Process } from 'cortina'; | ||
import { all, race } from 'cortina/src/combinators'; | ||
import { getIterator, isFunction } from 'cortina/src/types'; | ||
@@ -6,0 +6,0 @@ import { emit } from './event'; |
@@ -1,3 +0,3 @@ | ||
import { Channel, Query } from 'cora'; | ||
import { isFunction } from 'cora/src/types'; | ||
import { Channel, Query } from 'cortina'; | ||
import { isFunction } from 'cortina/src/types'; | ||
@@ -4,0 +4,0 @@ export const emit = Query('emit', function(event) { |
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
16643