Is solid-realworld example really real world?
I'm trying to follow the pattern solid-realworld uses.
But the state management is really confusing me.
Other made a same question like me. https://github.com/solidjs/solid-realworld/issues/20
It's even not typescript.
Where can I see true real world example?
GitHub
Is this really a good example of a real world app? · Issue #20 · so...
Background - this is coming from writing and support (in production) some large commercial Solid applications (150+ routes). I've also been helping some folks on Discord that are new(ish) t...
3 Replies
It's just old.
It could probably use a rewrite.
Here is another repo with example apps: https://github.com/solidjs-community/solid-examples
GitHub
GitHub - solidjs-community/solid-examples: A set of useful examples...
A set of useful examples that demonstrate Solid use cases. - GitHub - solidjs-community/solid-examples: A set of useful examples that demonstrate Solid use cases.
What's there right now won't qualify as real world though
FWIW, I find the store abstractions in the "real world" app unnecessary and confusing (at least to me).
We have some very large real-world Solid apps in production. I'd personally recommend starting out just using the basics: signals, resources, etc. Then, if you see patterns emerging more than 3 or 4 times, start to consider abstractions that make sense to yourself.