Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

fre

Tiny React16 like framework with Concurrent.
Collective - Host: opensource - https://opencollective.com/fre - Code: https://github.com/yisar/fre

Merge pull request #51 from mindplay-dk/use-setTimeout

use `setTimeout` instead of message-channel

github.com/frejs/fre - 974ed370b9180024394fa8a55c7047f9e6e631d7 authored over 5 years ago by 伊撒尔 <[email protected]>
Delete yarn.lock

github.com/frejs/fre - 72f6b550d044751aa4fbe2adcc47c69fb35f468c authored over 5 years ago by 伊撒尔 <[email protected]>
Delete .DS_Store

github.com/frejs/fre - 4f8dc4d1c68ebd518cd6241b332e9dd7b54e96ad authored over 5 years ago by 伊撒尔 <[email protected]>
Rename src/heapy.js to src/heapify.js

github.com/frejs/fre - eb74d0e526558d5c9c7f5e2b567a13462f381503 authored over 5 years ago by 伊撒尔 <[email protected]>
use `setTimeout` instead of message-channel

github.com/frejs/fre - 0b7433ca1b1830bccf1de6ac74d5bfc28ed973fe authored over 5 years ago by Rasmus Schultz <[email protected]>
publish v1.7.1

github.com/frejs/fre - cffeb04f7161f3b06674c775758b564df9d84e70 authored over 5 years ago by 132yse <[email protected]>
remove taskid

github.com/frejs/fre - 07f7ad58369254f0a23121e577429df6e9a462ec authored over 5 years ago by 132yse <[email protected]>
fix keys bug

github.com/frejs/fre - 88479c2c0ad417be41828e915bb353d16091aca7 authored over 5 years ago by 132yse <[email protected]>
clean up code

github.com/frejs/fre - 973274437740adc3daacf690031c45b478f98e30 authored over 5 years ago by 132yse <[email protected]>
clean up code

github.com/frejs/fre - dd726ac6a565b7270addfd7d7b96b4616d4fb0c3 authored over 5 years ago by 132yse <[email protected]>
remove use-routes

github.com/frejs/fre - b4bea6d6e0abd50fb485fb678732cd3a1a97ed28 authored over 5 years ago by 132yse <[email protected]>
update readme

github.com/frejs/fre - 4d4da5921ca2de73397033c2ef20cd44338c6c91 authored over 5 years ago by 132yse <[email protected]>
update readme

github.com/frejs/fre - 33ff759068ed396acd44b6aa5e671d2c7bd0913a authored over 5 years ago by 132yse <[email protected]>
publish v1.7.0

github.com/frejs/fre - 73b647cdd6cf22f6fc87c4a92860a84404ee8ef0 authored over 5 years ago by 132yse <[email protected]>
completed scheduler

github.com/frejs/fre - cc6c0c0a64b4df4ab40aae03b0e58ab3c0fb9d31 authored over 5 years ago by 132yse <[email protected]>
update demo

github.com/frejs/fre - 92008bf30beacff37651b06eeb2002b82223ec20 authored over 5 years ago by 132yse <[email protected]>
make concurrent up

github.com/frejs/fre - fbbb7a777d2ef187003cb349b54afffe6afba0d1 authored over 5 years ago by 132yse <[email protected]>
clean up code

github.com/frejs/fre - a23ee2ec13a4d189d6a7efbde35d017a9faabdbe authored over 5 years ago by 132yse <[email protected]>
add scheduler demo

github.com/frejs/fre - 6f25c30ec9d413d079c1f746fd14a54ccd2d6ff5 authored over 5 years ago by 132yse <[email protected]>
publish v1.6.6

github.com/frejs/fre - e2ccded7c004375f8a166225ceffcf45603419d8 authored over 5 years ago by 132yse <[email protected]>
fix Infinite cycle

github.com/frejs/fre - 6977f01bd08f86452904ec85d096823a42f09f26 authored over 5 years ago by 132yse <[email protected]>
publish v1.6.5

github.com/frejs/fre - 52e1aa582c401be75416fec1d8493b032559a4c1 authored over 5 years ago by 132yse <[email protected]>
finished scheduler

github.com/frejs/fre - b0df84a94d4d432b11fd1b6a73777f9afeb0ddf9 authored over 5 years ago by 132yse <[email protected]>
fix messageLoop

github.com/frejs/fre - 662cc5d2838d67be1684bd262caa2b5dbc7aa744 authored over 5 years ago by 132yse <[email protected]>
clean up code

github.com/frejs/fre - 38e05ea39db09b1b6f218b6a7a0042c88d03fb79 authored over 5 years ago by 132yse <[email protected]>
clean up code

github.com/frejs/fre - 9073a583c04be2af1ba87636bc794e78c4e12bdd authored over 5 years ago by 132yse <[email protected]>
remove timerTask

github.com/frejs/fre - 5c74e799e4bad687d9173567ec60b752e3ccf804 authored over 5 years ago by 132yse <[email protected]>
achieve preliminarily

github.com/frejs/fre - 5fe4cced0c557062c1a77525cde7309d4836200b authored over 5 years ago by 132yse <[email protected]>
Merge pull request #50 from 132yse/scheduler

New scheduler with min-heap, no rAF

github.com/frejs/fre - 614d97671760684a5abe92110f994403ed19a085 authored over 5 years ago by 伊撒尔 <[email protected]>
clean up code

github.com/frejs/fre - c7d3e830977ae617b1c7b4a8342be414579d0506 authored over 5 years ago by 132yse <[email protected]>
fix frame var

github.com/frejs/fre - 450fc545dcca7df32f93b762feac9589c4f40f92 authored over 5 years ago by 132yse <[email protected]>
finished scheduler with min heap

github.com/frejs/fre - fb9255f071f14acc24c80f0a5350b998a05f38ff authored over 5 years ago by 132yse <[email protected]>
WIP+minheap-scheduler

github.com/frejs/fre - 4d90df5e0aaba83c7c7a87430e46557226c486e2 authored over 5 years ago by 132yse <[email protected]>
finish min-heap methods

github.com/frejs/fre - a4c82f9f96dd948a10008f4ec712b1e74566c668 authored over 5 years ago by 132yse <[email protected]>
fix timeremaining

github.com/frejs/fre - ad0adc6341e1b3a677b9434c2a84f36668924fb1 authored over 5 years ago by 132yse <[email protected]>
finished scheduler prototype

github.com/frejs/fre - 0b499bdc76db033a19bed80bd6f9e4de6612c056 authored over 5 years ago by 132yse <[email protected]>
begin to implement scheduler

github.com/frejs/fre - 786b0b706b8c02f960ec1de73b704f17bc8543c6 authored over 5 years ago by 132yse <[email protected]>
build and publish new version

github.com/frejs/fre - 56bd147b0413e18f3e7e9320fe4fd56fc8fbfd78 authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - bf78fc9f10f5de179a39eb5ec849b28d89e4b1a8 authored over 5 years ago by 132 <[email protected]>
fix dom and parentNode which is hook component

github.com/frejs/fre - 41e6fa09c2d78f7f1de0310884929a24169efb2c authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - c2517d4daf6f5803dcac9a8c5b49610bd5d542a8 authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - c1dd3701497bae5b62e574d282c227b2a0ae565e authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - 9340d68ababea0bcae6cce62795bc787819edfc0 authored over 5 years ago by 132 <[email protected]>
clean up underfined method

github.com/frejs/fre - 5903899c70bce321d4c059e46957a840654f66a0 authored over 5 years ago by 132 <[email protected]>
Merge pull request #47 from mindplay-dk/object-props

JSX props map to object properties

github.com/frejs/fre - 4545e3abc160195f90af6a6c7b0f754a2eab66c3 authored over 5 years ago by 伊撒尔 <[email protected]>
JSX props map to object properties by default and falls back to attributes (except for SVG elements)

github.com/frejs/fre - a5af7fdcdb0e3a2dbe98e65d42a5720620c491d7 authored over 5 years ago by Rasmus Schultz <[email protected]>
clean up code

github.com/frejs/fre - 5e36c051a8aae1ddef6c437d342039f5bf14a305 authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - 48f2c06d0812ea63fca329dc064733b7ca82b938 authored over 5 years ago by 132 <[email protected]>
rename and clean up

github.com/frejs/fre - 0b2c624307d3a9d145ab5ce08f5b18e3e2dfd987 authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - 331c9c8ea2a9b37e27f213fde84bd6646a0a4219 authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - 064a48626a0cf903e52520a50a635c4462721440 authored over 5 years ago by 132 <[email protected]>
publish new version

github.com/frejs/fre - d46d9b9afd566e5836027d4b9f25b5ce20ef677f authored over 5 years ago by 132 <[email protected]>
new h and reconcilation

github.com/frejs/fre - 7078a9f6a84a5fdc900ab6039171ea752701d45b authored over 5 years ago by 132 <[email protected]>
rename variable

github.com/frejs/fre - 641213303b7c26ab2f0bab096c5203b13611578b authored over 5 years ago by 132 <[email protected]>
use typeof to judge type

github.com/frejs/fre - 2c4c67df40a3d98f4624ea10209f3c551fd822df authored over 5 years ago by 132 <[email protected]>
Merge branch 'master' of github.com:132yse/fre

github.com/frejs/fre - fa3bcaa38430c4c76dd86b5924118ab18ea8fa2f authored over 5 years ago by 132 <[email protected]>
update test case

github.com/frejs/fre - cebc077c62946c5b26b9a36790067f0955fe4def authored over 5 years ago by 132 <[email protected]>
Merge pull request #43 from mindplay-dk/react-compat

Improve compatibility of `children` with React

github.com/frejs/fre - 86c766a350cd38db18d83b13efb7d633dfc04510 authored over 5 years ago by 伊撒尔 <[email protected]>
improve compatibility of `children` with React: single child nodes/literals aren't wrapped in arrays, zero child nodes generate an object with no `children` property

github.com/frejs/fre - d8f12a5b1f5d333d32bdc04a4ebe601d25480e01 authored over 5 years ago by Rasmus Schultz <[email protected]>
Merge pull request #42 from mindplay-dk/add-tests

Initial tests

github.com/frejs/fre - da1b8aaa282f9774ba6876d8cd2336546d69e560 authored over 5 years ago by 伊撒尔 <[email protected]>
working test-setup and test-coverage for `h`; includes fixes for two failing tests, (1) an `undefined` JSX literal should not be emitted, and (2) the reserved `key`-attribute should not be emitted as `props`

github.com/frejs/fre - 130f7b641231a7a783c96b892fa378bfa40e361f authored over 5 years ago by Rasmus Schultz <[email protected]>
Merge pull request #41 from mindplay-dk/npm-support

support builds via either `yarn` or `npm`

github.com/frejs/fre - dc6147c6208a5b15dbfdd60f37658d8d19fbb81a authored over 5 years ago by 伊撒尔 <[email protected]>
support builds via either `yarn` or `npm`

github.com/frejs/fre - fb08050934b99a8162684e9d7d05fc1eef7d0e16 authored over 5 years ago by Rasmus Schultz <[email protected]>
clean up code

github.com/frejs/fre - ef451bcc508a73ba69771f90e6fa0d51b1639fc3 authored over 5 years ago by 132 <[email protected]>
update docs

github.com/frejs/fre - d8e5a7229ad1bebd55f767336da2949fafa59032 authored over 5 years ago by 132 <[email protected]>
update site

github.com/frejs/fre - 3f4a90010133b247b3c02cd4d7522d1cc95918a0 authored over 5 years ago by 132 <[email protected]>
hello docs

github.com/frejs/fre - 90f713c89a268d0fcd8cb42e356879362812f327 authored over 5 years ago by 132 <[email protected]>
clean up code

github.com/frejs/fre - c6e780a0c415621553c863a6476c2e9789854d7d authored over 5 years ago by 132 <[email protected]>
publish new version

github.com/frejs/fre - 199e954c142891b00b980e4b784736b5a3ed9312 authored over 5 years ago by 132 <[email protected]>
svg supported

github.com/frejs/fre - bffc3f08dd972133c4d257397eb98e72f9668679 authored over 5 years ago by 132 <[email protected]>
refactor update-queue

github.com/frejs/fre - eddb9e0138884d3d31d1b53c90e8ed3446ad554b authored over 5 years ago by 132 <[email protected]>
clearn up code

github.com/frejs/fre - 32310f9e78d7ca0e8f96ab9d764de2277a53fcd8 authored over 5 years ago by 132 <[email protected]>
fix #32 and publish new version

github.com/frejs/fre - 42a5ab57f61bf163c4b80a62e4f83da9d0178273 authored over 5 years ago by 132 <[email protected]>
重构完成

github.com/frejs/fre - dbf7b58709eb0659ac6099031f72514b8ec7ddce authored over 5 years ago by 132 <[email protected]>
又双重构了commit逻辑

github.com/frejs/fre - 39f1dbe889684d413f143734836b595ab942bcfc authored over 5 years ago by 132 <[email protected]>
Merge pull request #39 from yiliang114/master

fix: 新旧 style merge

github.com/frejs/fre - 8bb221b4c35b66d87afadb074c842633b95ff6c3 authored over 5 years ago by 伊撒尔 <[email protected]>
fix: 新旧 style merge

github.com/frejs/fre - 52701b1bd0db1863eca9c3d9db005bdceb9757dc authored over 5 years ago by mrjzhang <[email protected]>
fix useContext

github.com/frejs/fre - bb45a0e07a2164aabe9d035dc5fd330493718695 authored over 5 years ago by 132yse <[email protected]>
v1.5.11

github.com/frejs/fre - 545aa363657c2cb529344409447ff426190b7909 authored over 5 years ago by 132yse <[email protected]>
publish new version

github.com/frejs/fre - 61d4861f422cd26aa39f78d053e9e0c81b4b9318 authored over 5 years ago by 132yse <[email protected]>
clean up code

github.com/frejs/fre - 2f3c5b0ed3fc68744a91ecd512be0988daf48b3c authored over 5 years ago by 132yse <[email protected]>
Merge branch 'master' of github.com:132yse/fre

github.com/frejs/fre - b7ed75879d28e9a69c433e1505b4e8e084aa6b58 authored over 5 years ago by 132yse <[email protected]>
add docs

github.com/frejs/fre - 7f8b27761e01579456a484e027fd078ea6806a4b authored over 5 years ago by 132yse <[email protected]>
Update reconciler.js

github.com/frejs/fre - 2370e9ced7bc25e628a13cefb7b5bf18c59e9e0c authored over 5 years ago by 伊撒尔 <[email protected]>
rebuild

github.com/frejs/fre - df6883bf007045b1da25d8e20a07cba79c61c878 authored over 5 years ago by 132yse <[email protected]>
rebuild

github.com/frejs/fre - e2964a5a21639c8423ad611de29520d98cce40ea authored over 5 years ago by 132yse <[email protected]>
fix useEffect

github.com/frejs/fre - 825f00e02b1052903c5fdc610986ea2f3afde6dc authored over 5 years ago by 132yse <[email protected]>
rebuild

github.com/frejs/fre - 2f0bbc4b27441b1a5e5f10cd066081dcf19dfda3 authored over 5 years ago by 132yse <[email protected]>
publish v1.5.8

github.com/frejs/fre - 01c29aa319aaaacd28dbfe50b1255b92c6e9f8b2 authored over 5 years ago by 132yse <[email protected]>
add umd and esm build

github.com/frejs/fre - 402ff8af6500970c10528adfbeeb1bd3c9e642c0 authored over 5 years ago by 132yse <[email protected]>
fix use-routes bu

github.com/frejs/fre - 328815a86839f4bda6cd2646b1cb50eb6923c3e8 authored over 5 years ago by 132yse <[email protected]>
add useroutes

github.com/frejs/fre - ef1f0778af157c4634a943985866b0a4977475d9 authored over 5 years ago by 132yse <[email protected]>