danielearwicker / immuto

Very strongly typed Redux adaptation for TypeScript
MIT License
36 stars 4 forks source link

Proper documentation on gitbooks #6

Open danielearwicker opened 8 years ago

danielearwicker commented 8 years ago

This is underway but will take a while...

basarat commented 8 years ago

Let me know if you have any questions. I went with gitbook 3.0 for https://github.com/alm-tools/alm as it supported in repo docs more easily. Also redux uses 3.0.0 for the same reason : https://github.com/reactjs/redux/blob/master/book.json :rose:

basarat commented 8 years ago

Also are you thinking of making import * as I from "immuto" defacto? If so maybe the logo should have capital I?

PS nice logo :rose:

danielearwicker commented 8 years ago

Yep will go with gitbooks. I prefer importing the names I need instead of * as I, but I use the latter to work around that extra error we get when generating declarations. Thanks for all your help btw!