Ecosyste.ms: OpenCollective

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

Preact

3kb alternative to React with the same ES6 API.
Collective - Host: opensource - https://opencollective.com/preact - Website: https://preactjs.com - Code: https://github.com/preactjs

Merge pull request #527 from jviide/sub2

refactor: inline Signal.prototype.subscribe implementation

github.com/preactjs/signals - dc0f5285e31a9388a8944c33f80e88e653a11e73 authored 10 months ago
Merge pull request #526 from jviide/inline-cycle-errors

refactor: inline cycle errors & use a shared .peek() implementation for signals and computeds

github.com/preactjs/signals - 089b3fd7aaaa39f9322a9eb5f1cbaad220e0f6af authored 10 months ago
refactor: inline Signal.prototype.subscribe implementation

github.com/preactjs/signals - 9444f7955a44950781a4d0853680dba29d450989 authored 10 months ago
refactor: share peek() implementation between signals and computeds

github.com/preactjs/signals - 18fa480b6c596edf7a2a750efc0f77084a64e6dc authored 10 months ago
refactor: inline cycleDetected function

github.com/preactjs/signals - 1ee9eab125e0f54fe5707e4d8829b8916172d7cc authored 10 months ago
Merge pull request #524 from jviide/patch-minus-one

build: remove @babel/plugin-transform-typescript patch introduced in #174

github.com/preactjs/signals - d1e51e47404defcc5f1d55d0a6974a618bb0e369 authored 10 months ago
build: remove @babel/plugin-transform-typescript patch introduced in #174

The patch is already a part of Babel itself.

github.com/preactjs/signals - 9ed5e05cb3767f8421516d116abe9e3189f1d207 authored 10 months ago
Merge pull request #523 from jviide/sub

refactor: use untracked to implement Signal.prototype.subscribe

github.com/preactjs/signals - e7b9ccccfd7c9f239a871d53b41600e64699bacc authored 10 months ago
refactor: use untracked to implement Signal.prototype.subscribe

github.com/preactjs/signals - 3e58027e0b8aaabc21c68a3e1c0017128c50b443 authored 10 months ago
Merge pull request #1091 from ainus64/patch-1

HOTFIX: Fix en getting-started.md

github.com/preactjs/preact-www - 0a7749f0ccf2e1f82578c5738e34e9f5293e94ba authored 10 months ago
HOTFIX: Fix en getting-started.md

Se ha corregido un error en el código Markdown ya que se mostraba el simbolo # en la vista previ...

github.com/preactjs/preact-www - 3c89929c96cad4e0b6da3708b577628a1cfd763f authored 11 months ago
Add "preact" implementation to table-app (#15)

I'm changing the default implementation used by benchmarks to be the "preact" implementation so ...

github.com/preactjs/benchmarks - 1ef8dbe71e520fa285174e0e03c2ffd4da3b7f25 authored 11 months ago
Change pnpm formatting to match pnpm native style (#14)

Currently, every time pnpm writes the lock file, it uses single quotes, but prettier is currentl...

github.com/preactjs/benchmarks - a658ee5cd1c0aeac2bad93f751a83a58ad1242d9 authored 11 months ago
Merge pull request #1090 from preactjs/chore/sponsors

github.com/preactjs/preact-www - 937e139f6d2308258a18d7bf331de2295fd281d8 authored 11 months ago
revert: Airbnb SVG pt.2

github.com/preactjs/preact-www - e87c2c015f935ad2a93bb49a3760c335e16eb8ba authored 11 months ago
revert: Airbnb SVG

github.com/preactjs/preact-www - d2878cf91ec423b8d017451598f38b51430bebcc authored 11 months ago
Cleanup code a bit (#13)

* Clean up code a bit
* Combine format and result files

github.com/preactjs/benchmarks - b7f3b97a13972e6dd2dbf061edf1cacf1fac7d1d authored 11 months ago
chore: Update sponsors

github.com/preactjs/preact-www - ac61b90b0fe4d6d9beacbe823dc2c83c2d772393 authored 11 months ago
update some actions to remove node 20 warnings (#4298)

github.com/preactjs/preact - c5f048366a8a02417125eb17829f472122938b82 authored 11 months ago
Add prettierrc (#11)

Specify this repositories style so when it is included in other repos the current style is maint...

github.com/preactjs/benchmarks - c99bb703d973e2e9c66f91d6b9ccd8877dec6e0a authored 11 months ago
Merge pull request #512 from jviide/patch-01

Fix: always reset the evaluation context upon entering an untracked block

github.com/preactjs/signals - d7f2afafd7ce0f914cf13d02f87f21ab0c26a74b authored 11 months ago
Move all untracked() tests into their own section

github.com/preactjs/signals - e357b4d1451d388a0844ba7a50a07f402ad2c557 authored 11 months ago
Fix: always reset the evaluation context upon entering an untracked block

github.com/preactjs/signals - a5b6ccd275efb2235d7dd03cd0dc031ecf431ebe authored 11 months ago
Add a test for untracked(() => effect(() => untracked(() => signal.value)))

github.com/preactjs/signals - d9d416147cfed39fd170051db6176186b386e7b7 authored 11 months ago
Add more many_updates implementations

github.com/preactjs/benchmarks - 56bcf12e33ba78648d6dfde4e21cc4620bb05b0a authored 11 months ago
Remove default values from app/index form submission

github.com/preactjs/benchmarks - 329259aecb933f9fd1451625f3e6aa1484b79e28 authored 11 months ago
Migrate browser log analysis script (#9)

* === BEGIN analyze-logs === Copy over analyze script from preact

* Fix up analyze script

github.com/preactjs/benchmarks - 0c2a8193cd37928facb9686e8318376bd316e885 authored 11 months ago
Merge pull request #10 from preactjs/replace1k

Migrate benchmarks from Preact core repo

github.com/preactjs/benchmarks - e833c01cd385ffe11cd40a39a5ec44c702d8f56c authored 11 months ago
Migrate text-update implementations to mount/rerender pattern

github.com/preactjs/benchmarks - 65f895b440fd3ab99e7ea8aef97ff1d4540a9e02 authored 11 months ago
Extend preact types with `createRoot` API

github.com/preactjs/benchmarks - e11c0e708bfa06e39533fe909c28c391205d18d7 authored 11 months ago
Add preact/hooks table-app implementation

github.com/preactjs/benchmarks - d4aeeee20297d4ae29444ba04e94e8b21946407a authored 11 months ago
Remove apps/index.js from global type namespace

github.com/preactjs/benchmarks - 19b0ede8e6d5be753eca792d87e9574be412ff48 authored 11 months ago
Add hydrate benchmark

github.com/preactjs/benchmarks - 39c32366c0a5a13b4eb94c15dff3ec1410a93831 authored 11 months ago
Add create10k & update10th1k

github.com/preactjs/benchmarks - eade7ee3dae5e9ab762aca3bd760f5134833ea72 authored 11 months ago
Migrate many updates benchmark

github.com/preactjs/benchmarks - 3b595645a4eb45298d1a8f7ce51a7fec487b1a20 authored 11 months ago
Add text-update benchmark

github.com/preactjs/benchmarks - c9fe4b79ee4f79bbb9253a27ade376b8bf2451bb authored 11 months ago
=== BEGIN replace1k === Copy over class replace1k implementation

github.com/preactjs/benchmarks - b38e15fc968313fd731808718644b5e1b453bedf authored 11 months ago
Add filter list implementation

github.com/preactjs/benchmarks - 384c0a7ff2b377672871e7f2d77fd72f94daff01 authored 11 months ago
Migrate TODO benchmark

github.com/preactjs/benchmarks - 2e96ec50f783749e0aae9194d36941fb3dcea97f authored 11 months ago
Simplify and use JSX for class impl of table-app

github.com/preactjs/benchmarks - 4ebdbfb4a3a9af614a18a7ea764f2bec8d048809 authored 11 months ago
Merge pull request #8 from preactjs/tach-integration

Integrate tachometer runner into benchmarks

github.com/preactjs/benchmarks - 14084a68143b6f094ba031981b6524d219bfb396 authored 11 months ago
Add selenium webdriver types

github.com/preactjs/benchmarks - 562a0e748057318aeff4ae30a02c00c769f3483b authored 11 months ago
Fix GH action option

github.com/preactjs/benchmarks - 6d366624c077fef8f86073a3aecde20fe245ab2c authored 11 months ago
Fix default depGroup value

github.com/preactjs/benchmarks - 036bb9705ce67db131e000dd02b51c9fa31bc275 authored 11 months ago
Add missing type packages

github.com/preactjs/benchmarks - 26f51c91438797a67eeb0bb22f7189bb5a9b335e authored 11 months ago
Tweak loading initial deps on index page

github.com/preactjs/benchmarks - 5dad15d6d8b71da98abc6b89b5aac4996b1cd747 authored 11 months ago
Require opting into HMR on start script

Also patch vite to not load the client script when hmr is disabled to avoid it affecting benchmarks

github.com/preactjs/benchmarks - a5a738aa0b85ef7f8ec84cf17544edfe582258c8 authored 11 months ago
Merge pull request #1088 from preactjs/refactor/sponsored-links

refactor: Add `nofollow` & `sponsored` to sponsor links

github.com/preactjs/preact-www - ba948c41396e34d959abbce1c4aeb8872f143cfa authored 11 months ago
refactor: Add `nofollow` & `sponsored` to sponsor links

github.com/preactjs/preact-www - c4f27a901addd0767aefa49c1c14083f7b8f2068 authored 11 months ago
Display table of results to the terminal

github.com/preactjs/benchmarks - 546b1721db2efe9eaf7d06b66722757c8f393808 authored 11 months ago
Move stat funcs into a stats.js file

github.com/preactjs/benchmarks - dac77bef96733075070b54c588b346a7cc8897cc authored 11 months ago
WIP: display tachometer tables

github.com/preactjs/benchmarks - 594307e65955b228f8db2ae064c10891e9f1fb7b authored 11 months ago
Add bench help output to readme

github.com/preactjs/benchmarks - 8d86d1dd0f05463d0afd03bc43b9e8c9b10df502 authored 11 months ago
Implement some initial stats

github.com/preactjs/benchmarks - 6180f96c26c2c755da781cbffbbe5500761fa14a authored 11 months ago
Import and run tach in process

github.com/preactjs/benchmarks - 85f7d8a7466f36d8d1b8fbf63f91616be440f6e8 authored 11 months ago
Refactor code a bit

github.com/preactjs/benchmarks - da9af003c1c33940103056a0f576b6084fffe58f authored 11 months ago
Reorganize tach code and hide tach's default result tables

github.com/preactjs/benchmarks - 9ad961dccc90cf3c0f97e6b07143ba5ca33931e3 authored 11 months ago
Add command to generate tach configs and run tachometer

github.com/preactjs/benchmarks - 0c3191bc0428f2b2ed7f1164fbbf3c6e363707b1 authored 11 months ago
Add displayResults stub

github.com/preactjs/benchmarks - 0f033c265b86dc50443dea095e1440b32f52e128 authored 11 months ago
Add dummy implementation for table-app

github.com/preactjs/benchmarks - 128961d6002bf2f3c0cddd7947f4e5c17b964b57 authored 11 months ago
Fix loading page with only some deps specified

github.com/preactjs/benchmarks - c534b9644493934465262ee1219d48e518a31293 authored 11 months ago
Clean up CLI output a bit when running benchmarks

github.com/preactjs/benchmarks - f34d6c496faa50184af43f22870d9ae710cff6e0 authored 11 months ago
=== BEGIN tach-integration === Add CLI interface

github.com/preactjs/benchmarks - f6d60f5853dfe345ca94749ac12d73397037f37c authored 11 months ago
Fix restoring versions on dev index page

github.com/preactjs/benchmarks - 29a3bc6218b7a3e1854b064572bcbee0311f375d authored 11 months ago
Add some notes about testing

github.com/preactjs/benchmarks - 7bb2a2a5efbec1e2206c71b73a1720dfd1d84cc0 authored 11 months ago
Use "@" to separate a dependency name and its version

github.com/preactjs/benchmarks - 318de8265b328c4cf37b7227b95198da47c5a290 authored 11 months ago
Merge pull request #7 from preactjs/initial-setup

Initial setup of benchmarking repo

github.com/preactjs/benchmarks - caedb37962731230e612c196d79a4f32e7da4a09 authored 11 months ago
Merge pull request #4292 from preactjs/release-10.19.6

Release 10.19.6

github.com/preactjs/preact - c3160cc9bbc988b88c876517db113360b4fb81f6 authored 11 months ago
Release 10.19.6

github.com/preactjs/preact - d06291bb6b463ef99f9db889746b660ac7378714 authored 11 months ago
Merge pull request #4287 from preactjs/reconcile-test

chore: add reconcile bug test

github.com/preactjs/preact - ea7564053f31fa2948b811a1fb8750df63232bfe authored 11 months ago
see if adding this branch back affects perf

github.com/preactjs/preact - 0435d0c9dbbc0adf2a8883d46354c2a989e02fff authored 11 months ago
Merge branch 'main' into reconcile-test

github.com/preactjs/preact - 92380e4fae7271ecaa3987f74f40510be5aabb66 authored 11 months ago
Merge pull request #109 from preactjs/refactor/clean-some-sourcemaps

refactor: Clean sourcemaps in newer Vite versions

github.com/preactjs/preset-vite - a25a25215beee6c77c378fc74b7079c29ada1ca9 authored 11 months ago
Merge pull request #4291 from preactjs/fix-invalid-vnode-id

fix: invalid vnode id for text nodes

github.com/preactjs/preact - 5b6a62e82c7f9694685a719ded9ba666035325d2 authored 11 months ago
fix: invalid vnode id for text nodes

github.com/preactjs/preact - 6bbbf3bb3231d5065779838d73c9cc685e592522 authored 11 months ago
Merge branch 'main' into reconcile-test

github.com/preactjs/preact - 84ac10e83b38eee41ac7dc04de55174f85875077 authored 11 months ago
Merge pull request #4284 from preactjs/fix-and-add-test-for-4283

fix: increment skew when we aren't removing the first pointer

github.com/preactjs/preact - 53060fb9772e717ced145290584cd0b5f98ff7e5 authored 11 months ago
Match null placeholders using skewed index (#4290)

If we've skewed our matching before hitting a null placeholder (e.g. we've inserted or removed a...

github.com/preactjs/preact - b55824286026b0ba20e818e2ef339bb61553cc33 authored 11 months ago
refactor: Skip second loop, delete from bundle earlier

github.com/preactjs/preset-vite - 775e26dc5f3e38705b3dd410d970037529e5bf34 authored 11 months ago
refactor: Clean sourcemaps in newer Vite versions

github.com/preactjs/preset-vite - d1a2486dde1863c4e48dbbb9e2612c0355eb8425 authored 11 months ago
Merge pull request #108 from preactjs/docs/prerender-instructions

docs: Rewrite prerendering instructions

github.com/preactjs/preset-vite - 0db4c5bfd645385c9879ea3b4a2dee38a63e8e26 authored 11 months ago
docs: Document all pkg manager init methods in README

github.com/preactjs/create-preact - d260cec11e65fa86063bc13553b0580f586ad843 authored 11 months ago
refactor: Reduce `installPackage()` calls & switch back to silent (#17)

github.com/preactjs/create-preact - 4f277b8db5d819481220a28b9f9f265d1201d666 authored 11 months ago
chore: add another test case

github.com/preactjs/preact - b7b8d1652c39e3ce9768c81e04f64dadf9d57857 authored 11 months ago
fix: invalid vnode id for text nodes

github.com/preactjs/preact - a600efa6327d79844c716c09a9a816718bfc75da authored 11 months ago
chore: update test assertion

github.com/preactjs/preact - cf7a22fc99ce7869489af88231fe233be4ca0fc6 authored 11 months ago
chore: add another testcase

github.com/preactjs/preact - 474d00e3d1d0054879c12e93790f665219be30c0 authored 11 months ago
chore: add another test case

github.com/preactjs/preact - a8c1ee63ad4f59dd84916d37d30523538c725b0f authored 11 months ago
chore: fix typo in test name

github.com/preactjs/preact - 6b1ae4a544e63ab76b10afa5777973b800c55fa1 authored 11 months ago
chore: remove test focus

github.com/preactjs/preact - 72235daeb1eae4cee74ace2e2b17931691abb1a2 authored 11 months ago
chore: add reconcile bug test

github.com/preactjs/preact - 3e85030c41eddd15e44a57af2b3d563e2352cbdb authored 11 months ago
docs: Rewrite prerendering instructions

github.com/preactjs/preset-vite - f0c4e538afc80d7d516ea3411717dedcf3e99ed9 authored 11 months ago
Version Packages (#327)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/preactjs/preact-render-to-string - 797c82fd7a8cb49c2cfd1f5c3f5e94a44b473956 authored 11 months ago