parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 518 forks source link

📕 Parse Typescript Docs (JS SDK) #818

Open espipj opened 3 years ago

espipj commented 3 years ago

Proposed solution: It has been difficult to adopt Parse in the client codebase that Im writting using the JS SDK which provides types but there's no actual documentation about them anywhere in the docs.

I am happy to help on tackling this but would need some guidance starting 😃

davimacedo commented 3 years ago

Could you please give more details about the problems you currently have?

espipj commented 3 years ago

Hey @davimacedo I think something like this would be really helpful. I understand that the way of doing this in Parse is using subclassing but there's little documentation about it too (and none with TS) 😃

davimacedo commented 3 years ago

That'd be cool. A PR on this direction would be very welcome.

sadortun commented 3 years ago

@espipj I've been using TS with Parse for some time, LMK of you need help with this.