-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New documentation #193
Comments
I will start by getting an initial version of an ESDoc site set-up. @frodosamoa has kindly volunteered to help out. Once I get ESDoc configured, could you go through and add types to the rest of the API? Anyone who wants to take a stab at any of the other tasks, please add a comment to this issue. |
Let me know how I can help you guys. I use this package and want to contribute back to it 😁 |
Examples or demos would also be great :) |
@khanghoang Sorry for late replying. Yes, PRs are always welcome! |
Hi! I am developing ESDoc. Thanks. |
Please add examples. For instance: It is taking me far too long to grasp how to actually write withProps() correctly. |
Working on examples and expanding documentation. From defaultProps:
Are there any specific gotchas with this? It's a true sentence, but in its current form it states that it's different without explaining how it's different—or why someone should care. |
@threehams it will not affect your component somehow as it is |
Is there a general structure in mind for the wiki? I'm fine with the example PR being closed, but everyone still goes to the API docs link right now, and the wiki is a blank page. |
I would like to add examples. I have used this library quite a bit so I think that's the least I can do. |
Anyone making progress on this issue. Any way I can help? |
@arecvlohe I don't think there is someone working on this issue currently. PRs are still welcome :) |
@wuct Yeah, I was wondering if progress has been made on getting ESDoc setup. If not, that would be something I could try and tackle to get the ball moving. |
Hey everyone, |
Maybe @arecvlohe is working on ESDoc. |
Just a note on documentation... The doc here should probably be deleted: performance I believe even Andrew's talk about pending performance work is more recent: Recomposing your React application at react-europe 2016 Keep up the good work! |
@arecvlohe @codinglawyer any progress on documentation update? :D maybe we can join our efforts? |
I have not made any efforts into starting the ESDoc. I have not used it in the past but if I get it standing I will let you know. Otherwise create a branch start to work on it yourself. |
@arecvlohe I will |
@acdlite is there any branch with documentation in progress or should I just start from scratch? |
@pokorson No, there is no branch for new doc currently. |
Using this is as a mega-issue thread to keep track of our documentation efforts.
Recompose's documentation sucks. All we have is a big Markdown file that describes the API, and a README that is little changed from when I originally wrote it, months ago, in a hurry before publishing to npm.
We need to move the API documentation inline so it's easier to maintain, and we need more documents about the purpose, philosophy, and design of the library.
I propose the following steps:
enhance
HOC, then applying that to the base component.I'll update this list with links to separate issues as they are created.
The text was updated successfully, but these errors were encountered: