react-async v0.6.0 Release Notes

    • Fibers are now optional, they are only needed if you want to pre-render React components by fetching async state recursively, e.g. using ReactAsync.renderComponentToStringWithAsyncState

    • ReactAsync.createClass is removed, use React.createClass with ReactAsync.Mixin mixin instead.

    • ReactAsync.renderComponent is removed, use React.renderComponent instead.

    • ReactAsync.renderComponentToString is renamed to ReactAsync.renderComponentToStringWithAsyncState

    • Add ReactAsync.isAsyncComponent to test if a component is an async component.

    • Add ReactAsync.prefetchAsyncState to prefetch state of an async component.