matthiasn / systems-toolbox

Tools and building blocks for building Systems in Clojure and ClojureScript
Eclipse Public License 1.0
174 stars 23 forks source link

mobile platform support #19

Open batwicket opened 9 years ago

batwicket commented 9 years ago

Reagent can be built for React Native now and would seem to be in good shape if JSX continues to be supported by Facebook. Whether the React model is fast enough for mobile infrastructure may be TBD since the DOM is not involved. Clean state management, a higher abstraction level, and global JS optimization will be an advantage, however.

The client infrastructure is built on strong JS foundations and the React Native team is trying to backfill support for websockets and other standard JS infrastructure. The risk doesn't seem high. The toolbox may be well-positioned to support React Native if required at some point.

Just saying.. hopefully this comes across as constructive rather than pushy.

matthiasn commented 9 years ago

Not at all pushy, much appreciated. I think this would be nice, do you have an idea for a demo app? Cheers

batwicket commented 9 years ago

Sure.. it’s not my focus currently, though. I may be able to get something up in a week or two.. or not-so-much :).

On Jul 9, 2015, at 12:36 AM, Matthias Nehlsen notifications@github.com wrote:

Not at all pushy, much appreciated. I think this would be nice, do you have an idea for a demo app? Cheers

— Reply to this email directly or view it on GitHub https://github.com/matthiasn/systems-toolbox/issues/19#issuecomment-119815484.

matthiasn commented 9 years ago

(thumbsup)