state
state copied to clipboard
A Redux-based state container for local-first software, offering seamless synchronization using Automerge CRDTs. (Formerly known as π Cevitxe).
Possibilities: - Go to the next row, first column if it exists (current, default) - Create a new column - Create a new row and go to the first column
Enable running Cevitxe's `StoreManager` entirely in a web worker process. See [HerbCaudill/react-redux-worker](http://github.com/HerbCaudill/react-redux-worker) for a starting point. All the Automerge, local storage and sync components would live in the worker, thus...
## randomly select a URL if more than one is provided? select best based on ping? https://github.com/DevResults/cevitxe/blob/c8f9e8c6676987c5fed42131fd7115a22c9fd12e/packages/core/src/Client.ts#L23-L28 --- ###### This comment was generated by [todo](https://todo.jasonet.co) based on a `TODO` comment...
Currently the `StoreManager` constructor takes an array of middlewares. ```ts export const storeManager = new StoreManager({ databaseName: 'todo', proxyReducer, initialState, urls, middlewares: [logger], }) ``` To maintain consistency with the...
https://github.com/DevResults/cevitxe/blob/f1626ccf91fca32a1c89a7cc20c8ef6d56b5f93a/packages/core/src/RepoSync.ts#L24-L40
https://github.com/DevResults/cevitxe/blob/f1626ccf91fca32a1c89a7cc20c8ef6d56b5f93a/packages/core/src/Repo.ts#L186-L196
https://github.com/DevResults/cevitxe/blob/f1626ccf91fca32a1c89a7cc20c8ef6d56b5f93a/packages/core/src/Repo.ts#L108-L116
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...