Skip to content

Commit 2da1020

Browse files
committed
v7.3.0-beta.1
1 parent dcce1a7 commit 2da1020

File tree

577 files changed

+2071
-1131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+2071
-1131
lines changed

coverage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"tests":7252,"assertions":32251,"lines":{"total":2399,"covered":2399,"skipped":0,"pct":100},"statements":{"total":2599,"covered":2599,"skipped":0,"pct":100},"functions":{"total":1037,"covered":1037,"skipped":0,"pct":100},"branches":{"total":906,"covered":906,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}
1+
{"tests":7268,"assertions":32293,"lines":{"total":2408,"covered":2408,"skipped":0,"pct":100},"statements":{"total":2617,"covered":2617,"skipped":0,"pct":100},"functions":{"total":1046,"covered":1046,"skipped":0,"pct":100},"branches":{"total":906,"covered":906,"skipped":0,"pct":100},"branchesTrue":{"total":0,"covered":0,"skipped":0,"pct":100}}

docs/api/all.html

Lines changed: 305 additions & 8 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/the-essentials/">The Essentials</a></li><li><a href="/api/the-essentials/using-react/">Using React</a></li></ul></nav><section class="s1" id="/api/the-essentials/using-react/" data-id="UR3"><h1>Using React</h1><section class="s2" id="/api/the-essentials/using-react/usecreatestore/" data-id="uCS2"><h2><code>useCreateStore</code></h2><div class="essential">Essential</div><p>The <code>useCreateStore</code> hook is used to create a <a href="/api/the-essentials/creating-stores/store/"><code>Store</code></a> within a React application with convenient memoization. <a href="/api/the-essentials/using-react/usecreatestore/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/userow/" data-id="uR3"><h2><code>useRow</code></h2><div class="essential">Essential</div><p>The <code>useRow</code> hook returns an object containing the data of a single <a href="/api/store/type-aliases/store/row/"><code>Row</code></a> in a given <a href="/api/store/type-aliases/store/table/"><code>Table</code></a>, and registers a listener so that any changes to that result will cause a re-render. <a href="/api/the-essentials/using-react/userow/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/usecell/" data-id="uC4"><h2><code>useCell</code></h2><div class="essential">Essential</div><p>The <code>useCell</code> hook returns an object containing the value of a single <a href="/api/store/type-aliases/store/cell/"><code>Cell</code></a> in a given <a href="/api/store/type-aliases/store/row/"><code>Row</code></a>, in a given <a href="/api/store/type-aliases/store/table/"><code>Table</code></a>, and registers a listener so that any changes to that result will cause a re-render. <a href="/api/the-essentials/using-react/usecell/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/usevalue/" data-id="uV3"><h2><code>useValue</code></h2><div class="essential">Essential</div><p>The <code>useValue</code> hook returns an object containing the data of a single <a href="/api/store/type-aliases/store/value/"><code>Value</code></a> in a <a href="/api/the-essentials/creating-stores/store/"><code>Store</code></a>, and registers a listener so that any changes to that result will cause a re-render. <a href="/api/the-essentials/using-react/usevalue/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/inspector/" data-id="I63"><h2><code>Inspector</code></h2><div class="essential">Essential</div><p>The <code>Inspector</code> component renders a tool which allows you to view and edit the content of a <a href="/api/the-essentials/creating-stores/store/"><code>Store</code></a> in a debug web environment. <a href="/api/the-essentials/using-react/inspector/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/provider/" data-id="P34"><h2><code>Provider</code></h2><div class="essential">Essential</div><p>The <code>Provider</code> component is used to wrap part of an application in a context that provides default objects to be used by hooks and components within. <a href="/api/the-essentials/using-react/provider/">Read more</a>.</p></section></section>
1+
<nav><ul><li><a href="/">TinyBase</a></li><li><a href="/api/">API</a></li><li><a href="/api/the-essentials/">The Essentials</a></li><li><a href="/api/the-essentials/using-react/">Using React</a></li></ul></nav><section class="s1" id="/api/the-essentials/using-react/" data-id="UR3"><h1>Using React</h1><section class="s2" id="/api/the-essentials/using-react/usecreatestore/" data-id="uCS3"><h2><code>useCreateStore</code></h2><div class="essential">Essential</div><p>The <code>useCreateStore</code> hook is used to create a <a href="/api/the-essentials/creating-stores/store/"><code>Store</code></a> within a React application with convenient memoization. <a href="/api/the-essentials/using-react/usecreatestore/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/userow/" data-id="uR3"><h2><code>useRow</code></h2><div class="essential">Essential</div><p>The <code>useRow</code> hook returns an object containing the data of a single <a href="/api/store/type-aliases/store/row/"><code>Row</code></a> in a given <a href="/api/store/type-aliases/store/table/"><code>Table</code></a>, and registers a listener so that any changes to that result will cause a re-render. <a href="/api/the-essentials/using-react/userow/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/usecell/" data-id="uC4"><h2><code>useCell</code></h2><div class="essential">Essential</div><p>The <code>useCell</code> hook returns an object containing the value of a single <a href="/api/store/type-aliases/store/cell/"><code>Cell</code></a> in a given <a href="/api/store/type-aliases/store/row/"><code>Row</code></a>, in a given <a href="/api/store/type-aliases/store/table/"><code>Table</code></a>, and registers a listener so that any changes to that result will cause a re-render. <a href="/api/the-essentials/using-react/usecell/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/usevalue/" data-id="uV3"><h2><code>useValue</code></h2><div class="essential">Essential</div><p>The <code>useValue</code> hook returns an object containing the data of a single <a href="/api/store/type-aliases/store/value/"><code>Value</code></a> in a <a href="/api/the-essentials/creating-stores/store/"><code>Store</code></a>, and registers a listener so that any changes to that result will cause a re-render. <a href="/api/the-essentials/using-react/usevalue/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/inspector/" data-id="I63"><h2><code>Inspector</code></h2><div class="essential">Essential</div><p>The <code>Inspector</code> component renders a tool which allows you to view and edit the content of a <a href="/api/the-essentials/creating-stores/store/"><code>Store</code></a> in a debug web environment. <a href="/api/the-essentials/using-react/inspector/">Read more</a>.</p></section><section class="s2" id="/api/the-essentials/using-react/provider/" data-id="P34"><h2><code>Provider</code></h2><div class="essential">Essential</div><p>The <code>Provider</code> component is used to wrap part of an application in a context that provides default objects to be used by hooks and components within. <a href="/api/the-essentials/using-react/provider/">Read more</a>.</p></section></section>

0 commit comments

Comments
 (0)