TanStack / form

🤖 Powerful and type-safe form state management for the web. TS/JS, React Form, Solid Form, Lit Form and Vue Form.
https://tanstack.com/form
MIT License
3.78k stars 342 forks source link

[DOCS]: Get the Lit Docs To Be On Par With The React Documentation #747

Open tobySolutions opened 5 months ago

tobySolutions commented 5 months ago

This issue was brought about after a careful observation by Corbin and is targetted to help the Lit devs community to be able to get a very useful and well detailed documentation that helps them in every way possible with their integrations of Tanstack forms in their projects and also to help with general core engineering information as to how the library works with Lit.

For reference:

Related to #746.

Christian24 commented 4 months ago

@crutchcorn I suppose you are mostly talking about the guides section? Or also the examples? Which of these guides do you want to have available in the Lit docs?

Bildschirmfoto 2024-07-09 um 18 47 29
crutchcorn commented 4 months ago

@Christian24 both, ideally. I'd love to have all of them except for React Native, SSR, and Debugging

FWIW I know that @tobySolutions has started working on the docs for Lit, you might wanna check with him to see if there's any overlap between y'all's potential collab

Christian24 commented 4 months ago

Maybe assign it to him then? @tobySolutions Let me know if I can give you a hand.

Christian24 commented 4 months ago

In addition Lit does have SSR, but I never tried it: https://lit.dev/docs/ssr/overview/

tobySolutions commented 4 months ago

In addition Lit does have SSR, but I never tried it: https://lit.dev/docs/ssr/overview/

Thank you, Christian, yes, I started work on the docs guides for Lit and am currently working on things there. Of course, I'll make sure to hit you up if I need your help on things 😁.