viktormarinho / scaffolder

Collection of pre-configured projects, with initializer scripts
3 stars 0 forks source link

Should scaffolder also include some zustand example? #1

Open abehidek opened 1 year ago

abehidek commented 1 year ago

Since this scaffolder creates an example using:

and other scaffolder like create-t3-app provides an example using all pieces of it's stack

Should the scaffolder also add some zustand example?

viktormarinho commented 1 year ago

I was thinking about including a auth "example", that would work as a nice start for authentication in your app (And i wanted to do it in a way that was okay to just utilize it as it was), but an auth system is too much opinionated for a client-only scaffold. I cannot presume what auth system you are utilizing in your back-end.

Do you think i should just include a dumb example, or try to setup something useful for the app itself?

Almost certain that i should just go with the dumb example, because i cant presume what you would want to store in the app state, but i don't know what to do as an example. Any thougths on this?