Community resource: source-derived bilingual API reference for Solid v2 beta #2943
idoly
started this conversation in
Show and tell
Replies: 1 comment
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Solid community,
I’ve been working on an experimental, source-derived API reference for the Solid v2 beta:
The project currently targets
solid-js@2.0.0-beta.26and@solidjs/web@2.0.0-beta.26.Instead of maintaining a manually curated API list, the catalog is generated directly from the installed packages using the TypeScript compiler API. The goal
is to make the evolving Solid v2 API surface easier to explore while keeping the reference tied to exact package versions and source code.
Current features include:
solid-jsand@solidjs/webThis is an independent community project and is not intended to replace the official documentation. I’m sharing it to collect feedback while Solid v2 is still
evolving.
I’d especially appreciate feedback on:
Thanks for taking a look. Feedback, corrections, and contributions are welcome.
All reactions