On Friday, April 21, 2017 at 9:56:36 AM UTC-4, g vim wrote: > With Facebook is about to launch React Fiber and Relay Modern is > Clojurescript development likely to target them and, if so, what are the > implications for Om Next given that the new React/Relay is based on GraphQL? > > gvim
React Fiber shouldn't change much for users. However, CLJS wrappers (Reagent, Om, etc.) won't need to provide their own requestAnimationFrame scheduling. Relay Classic was a GraphQL client and a (very JS-centric) React wrapper. The GraphQL part has been extracted out in Relay Modern, making it far more amenable to CLJS. Several teams I know of (including mine) are looking into tighter CLJS integration. As OmNext doesn't use GraphQL or Relay, these developments shouldn't affect it much. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/clojurescript.
