Nicolas Fernandez

Results 34 comments of Nicolas Fernandez

Yay! El jue, 11 de junio de 2015 02:37 PM, Andrew Clark [email protected] escribió: > @burabure https://github.com/burabure Thanks for all these docs > updates. 4.0.0-rc1 has been released, so very...

I explain context in my updated docs.#136 #169

just checking: right now the HoC needs a higher FlummoxComponent to pass the flux object to the context right?. or is there a way to pass the flux object to...

Slightly unrelated: are there plans to add this behavior to the HoC?, should I open an issue?

been working on the docs!. Quickstart and React integration are ready. i'll be doing "Why HoC > FluxComponent > fluxMixin" next week! https://github.com/acdlite/flummox/compare/master...burabure:master

thanks @akofman, happy to help =) about the issue: I think you're right. with ES6 arrow functions `this` would point to the outside scope instead of connectToStores context. thanks! i'll...

thank you @acdlite. is that behaviour documented?, I think there's something about them in the upgrade guide, but it seems everything else is outdated. I'll add it to the component,...

just checking: `this.props` on the fluxcomponent would also be undefined since 3.0 right? also, i think `connectToStores={{` double wrapping with {} is wrong right? ``` js class BlogPostPage extends React.Component...

stateGetter's second param (props) in the docs now. https://github.com/burabure/flummox/commit/145f977adf8f6bd2028cd6231321cdbf882a33bd @acdlite if you have a couple minutes for a quick check, in case I messed up some detail, it would be...

typo fixed and proof read. ready to pull in =)