jazz
jazz copied to clipboard
A new way to build apps with distributed state.
- [x] Project Setup - [ ] Intro to CoValues - [x] Declaration - [x] Reading - [x] Creation - [x] Editing & Subscription - [x] Persistence - [x] Remote...
Before ```ts var pipeline = new Pipeline({ pipelineId: "test", environments: new ListOfEnvironments([ new Environment({ name: "L3", status: "RUNNING", executionId: "execId", },{ owner }) ],{ owner }), }, { owner });...
With node20 (v20.12.2), installing and running `cojson-simple-sync` (version `0.6.1`, also tried `0.6.1-alpha.0`) results in this error: ``` COJSON sync server listening on port 4200 file:///.../node_modules/cojson-simple-sync/dist/index.js:10 globalThis.crypto = webcrypto; ^ TypeError:...
``` Can't resolve 'cojson/src/crypto' in '.../node_modules/jazz-browser-auth-local/dist' ```
Low hanging fruit: - [ ] ~~Use Effects everywhere I always wanted Results or Promises with error types~~ - [ ] Expose an effectful high level API - [ ]...