Not long ago, Alibaba open sourced two intriguing projects that may interest the ClojureScript community as well. Here are some links:
Weex - Build web & Mobile Android, iOS Native Apps with JavaScript / by Alibaba (alternative to ReactNative & NativeScript) https://weex-project.io/ https://weex-project.io/v-0.10/advanced/index.html https://weex-project.io/v-0.10/guide/index.html https://weex-project.io/v-0.10/references/index.html https://weex-project.io/v-0.10/references/specs/js-bundle-format.html https://weex-project.io/v-0.10/references/specs/js-framework-apis.html https://market.weex-project.io https://market.weex-project.io/doc.html Rax - Blazing fast, tiny (8.0kb) & universal (browser, Weex/Native & NodeJS) ReactJS/ReactNative compatible rendering virtual DOM engine, by Alibaba http://rax.taobaofed.org http://rax.taobaofed.org/playground/ https://github.com/alibaba/rax https://github.com/alibaba/rax/tree/master/docs https://github.com/alibaba/rax/tree/master/examples @JiyinYiyong [https://twitter.com/jiyinyiyong] has a great coverage of "Weex Conf 2017" where Weex, Rax, ReactJS, ReactNative stuff been presented: https://medium.com/@jiyinyiyong/my-day-in-weex-conf-2017-90258ba0fc51 With rax using the same ReactJS API (like Inferno as well), all the ReactJS wrappers (OmNext, Reagent, Rum, Quisc) may be interested into using rax that is smaller, faster with server-side rendering support but mos importantly providing native deployment/packaging for iOS & Android over Weex (instead of ReactNative) ... I've also created a Twitter list that may be useful for those watching this space: https://twitter.com/Jaguard/lists/weex -- 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.
