Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 3.67 KB

react-native-open-discussion.md

File metadata and controls

68 lines (54 loc) · 3.67 KB

React Native - Open Discussion

Date: 08.05.2018

Venue: Evozon

Description:

Our first meetup after the amazing JSHeroes with another great topic for an open discussion meetup. This time we will discover the wonderful world of React Native as we'll dive into its ecosystem. Keep in mind that everyone is invited to chime in during the open discussion meetups, so feel free to bring your projects / ideas to the table and let's learn more about React Native together!

Meeting notes:

Routing Options:

Elements Libs:

Performance:

  • Problems with bigger lists of elements, animations and live streaming
  • Optimized FlatList

Animations:

Data storage:

  • Async storage / Realm ( local )
  • File storage ( library , react native FS )
  • Redux Persist ( saves to local storage )

Backend as a Service options:

Notifications

Design:

Code Push

  • Setup takes about 1-2 days
  • You can code-push on a specific version of an app and keep making app updates
  • App-center ( microsoft ) https://appcenter.ms/ (easy build and release applications)

Project Structure

Testing

Useful links

  • Ignite - CLI for react-native boilerplates, plugins, etc
  • Reactotron - desktop app for inspecting react-native projects ( and react also )
  • apisauce - wrapper on top of Axios for req/res transforms & better error management
  • Inifinite Red - org which makes a lot of goodies
  • Awesome React Native - list of libraries, tools, tutorials, articles and more for react-native
  • Node API & Google Cloud SQL - A different approach on using GC SQL

Others