Started out as a new signal-based framework that can run inside many other frameworks (React, Vue, Angular, Svelte, Solid).
Ended up as a workbench for comparing current signals implementations.
Important files:
packages/reptile-*/src/index.ts- connectors to current signal implementationspackages/reptile-*/src/index.test.ts- tests for conformancepackages/reptile-reactive-impl/src/index.ts- a custom signals implementation, meant for React. Meant to be small.