I had a small talk last week about react native & ux stuff, not thorough or so but I guess I could write down some here.
you could also download the keynote file here.
From React Native Document
not very interested but many importants mentioned here. Improving User Experience · React Native
Micro-interactions
- instant way to get users to fall in love with your application.
- playing with lottie - just a cool library.
Offline Support
- some examples.
redux-persist
to persist application data for offline usage.react-native-offline
for re-dispatch actions when internet state changes.
Optimistic UI
- most of it: True Lies Of Optimistic User Interfaces — Smashing Magazine
- live coding: adding optimistic ui to toggle like function with
redux-thunk
.
Else
- image
- transitions
- beyond react: concurrent mode
most important:
Test your mobile UX again. And again.