Getting a headstart onto SolidStart.
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
<Suspense>/<Show>combo.
pnpm dlx degit atilafassina/start-start- To create new fetch requests, change the
src/lib/db.ts. - Add new
.tsxfiles to create more routes within the app.
