Skip to content

Instantly share code, notes, and snippets.

@lenkavon
Last active November 21, 2017 10:00
Show Gist options
  • Star 45 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lenkavon/7f8c7263d4df98078813f3a0239a43bb to your computer and use it in GitHub Desktop.
Save lenkavon/7f8c7263d4df98078813f3a0239a43bb to your computer and use it in GitHub Desktop.
Sharing code between web and mobile using React, ReactNative and Redux

This is the response to lightning talk CFP at ReactiveConf.

Sharing code between web and mobile using React + ReactNative + Redux

When you stand in front of the project that aims to come with mobile and web application, going for combo React.js & ReactNative is easy choice. But to decide how to handle the data flow is a different story.

My team made this decision and after couple of talks and earlier experience with graphQL + Relay, we went for Redux. Redux enabled us to share most of the bussines logic even though the apps differ in usecases. I would like to share the challenges we had to overcome with you.

react.js react native redux redux observable


I am a mobile developer and teamleader at CN Group, where we are using the latest technologies and methodologies to craft high quality software for our customers.

@eyalcohen4
Copy link

Hey! Is this talk available anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment