Exponent – Build native apps in JS that work across both iOS and Android
51–60 of 119 posts
Re: Exponent – Build native apps in JS that work across both iOS and Android
#52i'm not too familiar with react native - how much support is there for using languages other than javascript (i.e. a compiled-to-javascript language)?
One of my teammates working on Exponent was experimenting with ClojureScript and got it running, and one of our YC batchmatches wrote their app with ClojureScript and RN. It's still the very early days and I expect compiled-to-JS to get easier to use. Compiled-to-WASM might also be a good option one day.
Re: Exponent – Build native apps in JS that work across both iOS and Android
#53Re: Exponent – Build native apps in JS that work across both iOS and Android
#54Does XDE run on Raspberry Pi? (Or if not, how difficult would it be to port?) It would be a nice hook to introduce people to programming if they could write mobile apps on the Pi.
If there are any problems, they would probably be easy to fix. The thing I'd be most worried about is just that some things might run very slow on the Pi.
Re: Exponent – Build native apps in JS that work across both iOS and Android
#55Does XDE run on Raspberry Pi? (Or if not, how difficult would it be to port?) It would be a nice hook to introduce people to programming if they could write mobile apps on the Pi.
Re: Exponent – Build native apps in JS that work across both iOS and Android
#56I've been using https://www.decosoftware.com/ and like it a lot, but I really like the documentation on the Exponent website. Part of the allure of writing React Native apps for me is that knowing React would make me a more valuable developer. I'm curious to see how comfortable I feel saying "I know React" after using these IDEs long-term.
Re: Exponent – Build native apps in JS that work across both iOS and Android
#57Re: Exponent – Build native apps in JS that work across both iOS and Android
#58Re: Exponent – Build native apps in JS that work across both iOS and Android
#59It's promising. I wonder how different is it from Appcelerator Titanium ? I used it 5 years ago and it converts the written JS into real native code. The downside is that if Apple releases a new set of APIs, you have to wait till the editor (Appcelerator) releases the JS bridge to those new APIs.
(2) Exponent is based on React Native which is newer and people seem to like better (search Google for blog posts about experiences using React Native and then search Google for blog posts about using Titanium), though I can't actually compare them personally since I don't know that much about the inner workings of Titanium.
(3) You can do instant app updates with Exponent since the JS is run on the device rather than being cross compiled to native code. I don't think you can do this with Titanium (though I may be wrong -- they've added a lot of features since I last checked on it)
Re: Exponent – Build native apps in JS that work across both iOS and Android
#60How about Windows tablet support?