Skip to content

Commit 9022316

Browse files
committed
[docs] Link to template
1 parent 40dae09 commit 9022316

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

site/guides/01_the_basics/1_getting_started.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the distribution.
1414

1515
Let's go!
1616

17-
## TinyBase from a Vite template
17+
## TinyBase from a template
1818

1919
[Vite](https://vitejs.dev/) is a build tool that makes it easy to get started
2020
with modern web projects based on application templates. To use the TinyBase
@@ -37,18 +37,19 @@ application for you:
3737

3838
![Thumbnail of Vite app](https://tinybase.org/vite-tinybase.png 'Thumbnail of Vite app')
3939

40-
In fact, there are six templates for TinyBase, depending on whether you
41-
want to use TypeScript or React. Instructions are available in the README of
42-
each:
43-
44-
| Template | Language | React | Plus |
45-
| ---------------------------------------------------------------------------------------------- | ---------- | ----- | --------- |
46-
| [vite-tinybase](https://github.com/tinyplex/vite-tinybase) | JavaScript | No | |
47-
| [vite-tinybase-ts](https://github.com/tinyplex/vite-tinybase-ts) | TypeScript | No | |
48-
| [vite-tinybase-react](https://github.com/tinyplex/vite-tinybase-react) | JavaScript | Yes | |
49-
| [vite-tinybase-ts-react](https://github.com/tinyplex/vite-tinybase-ts-react) | TypeScript | Yes | |
50-
| [vite-tinybase-ts-react-crsqlite](https://github.com/tinyplex/vite-tinybase-ts-react-crsqlite) | TypeScript | Yes | CR-SQLite |
51-
| [tinybase-ts-react-partykit](https://github.com/tinyplex/tinybase-ts-react-partykit) | TypeScript | Yes | PartyKit |
40+
In fact, there are seven templates for TinyBase, depending on whether you want
41+
to use TypeScript or React, and the integrations you want to target.
42+
Instructions are available in the README of each:
43+
44+
| Template | Language | React | Plus |
45+
| ---------------------------------------------------------------------------------------------- | ---------- | ----- | ----------- |
46+
| [vite-tinybase](https://github.com/tinyplex/vite-tinybase) | JavaScript | No | |
47+
| [vite-tinybase-ts](https://github.com/tinyplex/vite-tinybase-ts) | TypeScript | No | |
48+
| [vite-tinybase-react](https://github.com/tinyplex/vite-tinybase-react) | JavaScript | Yes | |
49+
| [vite-tinybase-ts-react](https://github.com/tinyplex/vite-tinybase-ts-react) | TypeScript | Yes | |
50+
| [vite-tinybase-ts-react-crsqlite](https://github.com/tinyplex/vite-tinybase-ts-react-crsqlite) | TypeScript | Yes | CR-SQLite |
51+
| [tinybase-ts-react-partykit](https://github.com/tinyplex/tinybase-ts-react-partykit) | TypeScript | Yes | PartyKit |
52+
| [tinybase-ts-react-electricsql](https://github.com/tinyplex/tinybase-ts-react-electricsql) | TypeScript | Yes | ElectricSQL |
5253

5354
## TinyBase in a browser
5455

0 commit comments

Comments
 (0)