Collection of helper functions to apply the CalmmJs architecture in Svelte (version 5)
The core idea is to compose lenses to construct a bidirectional data flow between UI components.
Important: This library contains .svelte.js
files that need to be compiled in the context of a host project using the svelte compiler.
Svelte is required as peer dependency.
Currently these peer dependencies are required:
{
"devDependencies": {
"partial.lenses": "^14.17.0",
"ramda": "^0.30.1",
"svelte": "^5.0.0"
}
}