reflux/refluxjs

Can we have an API reference?

Open

#291 opened on Mar 14, 2015

View on GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (5,377 stars) (354 forks)batch import
enhancementhelp wanted

Description

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.

Contributor guide