Last 12 weeks · 0 commits
3 of 6 standards met
Repository: solidjs/solid-realworld. Description: A Solid Implementation of the Realworld Example App Stars: 236, Forks: 32. Primary language: JavaScript. Languages: JavaScript (97.2%), HTML (2.8%). Open PRs: 6, open issues: 7. Last activity: 3y ago. Community health: 62%. Top contributors: ryansolid, theghostbel, dependabot[bot].
why didn't you use Solid-Router? Can a fork be done for this? Cheers.
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) to Solid. They are looking at this repo as a pattern to follow and getting very confused by the state management abstraction introduced here. Suggestions: add note to README to advise this example may be aging a bit. adopt . remove central store abstraction in favor of examples of: a simple example of simple global state perhaps via a singleton module export (if this works with SSR?). a simple example of tree specific state using context. example of route specific state. Perhaps just keeping this issue around may be useful - unless you disagree. 😅