Comment on Show HN: React Resolver – Async Rendering and Data-Fetching for ReactparentComments−ericclemmonsOP11yIt's compatible, as this is live in production today with a Flux library, and there are Alt & Redux examples in the works.How you choose to fetch data is up to you, whether you use Flux, or fire AJAX calls within the `@resolve` function.That's your code, not mine. I just make it so you can put your data requirements _beside_ your component instead of several layers up :)
Comments
It's compatible, as this is live in production today with a Flux library, and there are Alt & Redux examples in the works.
How you choose to fetch data is up to you, whether you use Flux, or fire AJAX calls within the `@resolve` function.
That's your code, not mine. I just make it so you can put your data requirements _beside_ your component instead of several layers up :)