@svatom/basic
v1.1.0
Published
Helper functions for optics based CALMMjs architecture in svelte5
Maintainers
Readme
Svatom Library
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.
Dependencies
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"
}
}