-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we have an API reference? #291
Comments
Good point 👍. Also, is there anyone that thinks Reflux needs an improved documentation ✨? Besides splitting the |
@TMiguelT if you want to start the API.md, I'll be happy to contribute. |
Yes, please. I'm currently limited with other obligations, so any help with getting API documentation through md files up would be helpful. |
Anybody want to setup a |
Sorry for not replying. We've moved the projects to the reflux org, and extracted the core methods to it's own project. We'll be working with setting this up with a main site as well as gh-pages. Probably using hexo.io as static site builder, to bundle in with jsdoc or esdoc. |
As well as the general readme, I think reflux should have an API.md file that would list the properties of the definition objects that you pass into createStore, createAction etc. as well as their methods.
At the moment, even
Store#getInitialState
isn't even mentioned in the readme, which is very confusing. I would be happy to make a PR, but I'm sure someone with a better knowledge of the codebase would make a better API reference.The text was updated successfully, but these errors were encountered: