voronianski / flux-comparison

:pencil: Practical comparison of different Flux solutions

Home Page:https://labs.voronianski.dev/flux-comparison/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Relay

barrystaes opened this issue · comments

As i understand, Relay technically isnt a full Flux implementation. (but are there any?)
It was first presented by Facebook at React.js Conf (January 2015).

This FAQ says its heavily inspired by Flux but simpler.
https://gist.github.com/wincent/598fa75e22bdfa44cf47

Perhaps its worth comparing here too?

@barrystaes

Relay is a new framework from Facebook that provides data-fetching functionality for React applications. It was announced at React.js Conf (January 2015).

it's just announced, there's no code released yet.