Robuta

https://tinybase.org/api/persister-file/interfaces/persister/filepersister/methods/listener/dellistener/ delListener | TinyBase The delListener method removes a listener that was previously added to the Persister. tinybase https://tinybase.org/guides/using-metrics/ Using Metrics | TinyBase These guides discuss how to define Metrics that aggregate values together. usingmetricstinybase https://tinybase.org/api/ui-react/functions/queries-components/resultrowview/ ResultRowView | TinyBase The ResultRowView component renders the contents of a single Row in a given query's ResultTable, and registers a listener so that any changes to that result... tinybase https://tinybase.org/api/store/type-aliases/store/ Store type aliases | TinyBase type aliasesstoretinybase https://tinybase.org/api/mergeable-store/type-aliases/mergeable/ Mergeable type aliases | TinyBase type aliasesmergeabletinybase https://beta.tinybase.org/api/indexes/interfaces/indexes/indexes/methods/getter/getindexids/ getIndexIds | TinyBase The getIndexIds method returns an array of the Index Ids registered with this Indexes object. tinybase https://tinybase.org/api/persister-cr-sqlite-wasm/functions/ Functions | TinyBase functionstinybase https://tinybase.org/api/store/type-aliases/store/values/ Values | TinyBase The Values type is the data structure representing all the keyed values in a Store. valuestinybase https://beta.tinybase.org/api/persister-automerge/ persister-automerge | TinyBase The persister-automerge module of the TinyBase project provides a way to save and load Store data to and from an Automerge document. automergetinybase https://tinybase.org/api/metrics/type-aliases/metric/ Metric type aliases | TinyBase type aliasesmetrictinybase https://tinybase.org/api/persister-react-native-mmkv/functions/creation/createreactnativemmkvpersister/ createReactNativeMmkvPersister | TinyBase The createReactNativeMmkvPersister function creates a ReactNativeMmkvPersister object that can persist the Store to a local `react-native-mmkv` storage. tinybase https://beta.tinybase.org/api/the-essentials/getting-data/ Getting data | TinyBase getting datatinybase https://tinybase.org/api/persister-automerge/interfaces/persister/automergepersister/methods/getter/getdochandle/ getDocHandle | TinyBase The getDocHandle method returns the Automerge document handler the Store is being persisted to. tinybase https://tinybase.org/api/store/interfaces/store/store/methods/setter/setrow/ setRow | TinyBase The setRow method takes an object and sets the entire data of a single Row in the Store. setrowtinybase https://tinybase.org/demos/todo-app/todo-app-v3-persistence/ Todo App v3 (persistence) | TinyBase In this demo, we build a yet more complex 'Todo' app, complete with persistence and a schema. todo apppersistencetinybase https://beta.tinybase.org/api/relationships/ relationships | TinyBase The relationships module of the TinyBase project provides the ability to create and track relationships between the data in Store objects. relationshipstinybase https://tinybase.org/api/synchronizer-ws-server/type-aliases/development/ Development type aliases | TinyBase development typealiasestinybase https://tinybase.org/api/persister-browser/interfaces/persister/localpersister/methods/lifecycle/ Lifecycle methods | TinyBase lifecyclemethodstinybase https://tinybase.org/api/mergeable-store/interfaces/mergeable/mergeablestore/methods/listener/addhastableslistener/ addHasTablesListener | TinyBase The addHasTablesListener method registers a listener function with the Store that will be called when Tables as a whole are added to or removed from the Store. tinybase https://tinybase.org/api/persister-remote/interfaces/persister/remotepersister/methods/listener/dellistener/ delListener | TinyBase The delListener method removes a listener that was previously added to the Persister. tinybase https://beta.tinybase.org/api/persister-cr-sqlite-wasm/ persister-cr-sqlite-wasm | TinyBase The persister-cr-sqlite-wasm module of the TinyBase project lets you save and load Store data to and from a local CR-SQLite database (in an appropriate... crsqlitewasmtinybase https://tinybase.org/api/mergeable-store/interfaces/mergeable/mergeablestore/methods/syncing/getmergeablecontenthashes/ getMergeableContentHashes | TinyBase The getMergeableContentHashes method returns hashes for the full content of a MergeableStore. tinybase https://tinybase.org/api/schematizers/functions/creation/createcustomschematizer/ createCustomSchematizer | TinyBase The createCustomSchematizer function creates a custom Schematizer that can convert schemas from any validation library into TinyBase schemas. tinybase https://tinybase.org/api/common/functions/hash/getvaluehash/ getValueHash | TinyBase The getValueHash function returns a hash for a single Value, based on its value and the HLC of the Value. tinybase https://tinybase.org/api/metrics/interfaces/metrics/metrics/methods/configuration/ Configuration methods | TinyBase configurationmethodstinybase https://tinybase.org/api/ui-react/functions/state-hooks/usetablesstate/ useTablesState | TinyBase The useTablesState hook returns a Tables object and a function to set it, following the same pattern as React's useState hook. tinybase https://beta.tinybase.org/api/persister-durable-object-sql-storage/ persister-durable-object-sql-storage | TinyBase The persister-durable-object-sql-storage module of the TinyBase project lets you save and load Store data to and from Cloudflare Durable Object SQLite storage... durableobjectsqlstoragetinybase https://tinybase.org/demos/todo-app/todo-app-v5-checkpoints/ Todo App v5 (checkpoints) | TinyBase In this version of the Todo app, we add a Checkpoints object that provides us with an undo and redo stack as the main store changes. todo appcheckpointstinybase https://tinybase.org/demos/ui-components-svelte/ UI Components (Svelte) | TinyBase In this set of demos, we use a Store containing some sample data to showcase the UI components in the ui-svelte-dom module. ui componentssveltetinybase https://thisweekinreact.com/fr/newsletter/151 React Hebdo #151: Remotion, Next.js, SVG-in-JS, TypeScript, Expo, VisionCamera, Conform, TinyBase,...