solidjs / solid-start

SolidStart, the Solid app framework
https://start.solidjs.com
MIT License
4.94k stars 371 forks source link

It would be great to see an full example on solidstart #1306

Open sh1man opened 5 months ago

sh1man commented 5 months ago

It would be great to see an example of a project where everything is included: 1) authorization 2) working with the sqlite database, 3) application context where certain functions are described 4) storing an authorization token

ryansolid commented 5 months ago

I agree. While I don't think it belongs as a template in this repo I've been thinking it would be cool to create an updated version of the Realworld Demo App (https://github.com/solidjs/solid-realworld)

sh1man999 commented 5 months ago

yes, I'm really looking forward to the updated version, it's very interesting for beginners

sh1man999 commented 5 months ago

i would like to see the use of trpc in this project