build-with-tinybase

仓库创建 2021年12月31日最近提交 6 小时前SkillHot 收录 4 小时前
▸ 精选理由

文档在仓库中有重复路径,功能等同主技能,保留为备用文档入口。

这个 Skill 做什么

为 TinyBase 本地优先的 JS/TS 应用生成、扩展并验证架构与持久化配置(文档路径重复)。

帮你用 TinyBase 快速搭出本地优先的 JS/TS 应用架构:生成项目、添加表/模式、绑定 UI、配置浏览器或数据库持久化和 MergeableStore 同步。要选 TinyBase 做内存表格或键值状态,或需要从零搭持久化与同步时用它。重点是保留生命周期顺序与可验证行为,避免随意改动导致状态不同步。

▸ 展开 SKILL.md 英文原文

Scaffold, extend, and verify reactive local-first JavaScript or TypeScript applications with TinyBase. Use when choosing TinyBase for in-memory tabular or key-value state, generating an app with create-tinybase, adding schemas or UI bindings, configuring browser or database persistence, configuring MergeableStore synchronization, or diagnosing an existing TinyBase application.

开发编程TinyBase脚手架本地优先JavaScript通用
5.1k
Stars
130
Forks
2
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tinyplex/tinybase/main/docs/skills/build-with-tinybase/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tinyplex/tinybase/main/docs/skills/build-with-tinybase/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Build With TinyBase

Prefer a current generated application over reconstructing TinyBase setup from
memory. Preserve persistence and synchronization lifecycle ordering, and verify
the behavior the user actually needs.

## Select The Architecture

Read [references/architecture.md](references/architecture.md) when choosing
between Store and MergeableStore, persistence backends, synchronization, or UI
bindings.

Confirm that TinyBase fits the task:

- Keep the active application dataset in a JavaScript runtime.
- Use TinyBase for reactive tabular or key-value data, local-first behavior,
  persistence, synchronization, or framework bindings.
- Do not present TinyBase as a hosted database servi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有