i want make iphone/android app has limited capabilities offline. app should able save/cache state used in last instance connected internet.
i wondering if reactjs , how?
if not, there other framework can use?
thanks
note: since op hasn't specified whether talking react native or not, assume referring hybrid app development since mentioned iphone/android app.
i making hybrid application using apache cordova + reactjs + twitter bootstrap. apache cordova enables wrapping of html, css , javascript code depending on platform of device.
reactjs used creating user interfaces large applications in data changes on time. scales brilliantly because of virtual dom.
twitter bootstrap used styling purposes.
you should go through apache cordova documentation in detail first, find out how can save/cache state using localstorage or other options.
offline applications react extremely efficient , work fast.
cordova offers event called online can use check if app connected internet or not.
short answer: yes, it's possible want.
Comments
Post a Comment