mobile - Reactjs with flexbox or bootstrap -
i'm learning reactjs , friend of mine highly suggested drop using bootstrap , go 100% flexbox. i've looked , flexbox seems worth learning , appears react native uses version flexbox mobile applications. feel though dropping bootstrap means drop cool multiple screen size re-sizing benefits , lot of outbox stuff navbar,panels, buttons ect , flexbox i'll have custom build of stuff.
will worth going 100% flexbox if intent make nice mobile friendly web applications , possible convert on stuff react native. or easier stick know web application possible less overall hassle , make switch flexbox later?
thx in advance advice noob. :)
i wouldn't try use same patterns building web app , react native app. might want use different interface patterns.
react native uses flexbox because trying forward thinking , doesn't have worry browser support, because app being converted native application.
if you're building web app might want consider browser support , current issues in flexbox implementation.
see following link more information.
http://caniuse.com/#feat=flexbox
an alternative build app full mobile web app using reactjs , wrap application cordova native apps. way can develop using web development techniques familiar with.
Comments
Post a Comment