Skip to content

atilafassina/start-start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StartStart

Getting a headstart onto SolidStart.

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 <Suspense> / <Show> combo.

Clone it

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"