Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atilafassina/start-start

A demo on how to create starters with SolidStart
https://github.com/atilafassina/start-start

fullstack solid solidjs solidstart ssr starter starter-kit template typescript

Last synced: 3 months ago
JSON representation

A demo on how to create starters with SolidStart

Awesome Lists containing this project

README

        

# StartStart

Getting a headstart onto [SolidStart](https://start.solidjs.com).

## Whatโ€™s this?
This is an opinionated starter built on top of the official template. Beyond the initial setup it has:

- ๐Ÿ›Ÿ Error boundary.
- ๐Ÿชƒ Fetch requests with caching.
- ๐Ÿ”ฎ Route data preloading.
- Data handling within route with `` / `` combo.

## Clone it

```sh
pnpm dlx degit atilafassina/start-start
```

## Use it

- To create new fetch requests, change the `src/lib/db.ts`.
- Add new `.tsx` files to create more routes within the app.

## Check the video guide

[![cover on youtube for "Get Started with SolidStart"](/public/oss.png)](https://www.youtube.com/watch?v=2K5cLC_b64w)