Last active
November 21, 2017 10:00
-
-
Save lenkavon/7f8c7263d4df98078813f3a0239a43bb to your computer and use it in GitHub Desktop.
Revisions
-
lenkavon revised this gist
Sep 26, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ combo React.js & ReactNative is easy choice. But to decide how to handle the dat 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. <a href="https://facebook.github.io/react-native/"><img height="100" width="100" alt="react.js" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="https://facebook.github.io/react/"><img height="100" width="100" alt="react native" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="http://redux.js.org/"><img height="100" width="100" alt="redux" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png"></a> <a href="https://redux-observable.js.org/"><img height="100" width="100" alt="redux observable" src="https://redux-observable.js.org/logo/logo-small.gif"></a> -
lenkavon revised this gist
Sep 26, 2017 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,10 +8,10 @@ combo React.js & ReactNative is easy choice. But to decide how to handle the dat 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. <a href="https://http://facebook.github.io/react-native/"><img height="100" width="100" alt="react.js" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="https://facebook.github.io/react/"><img height="100" width="100" alt="react native" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="http://redux.js.org/"><img height="100" width="100" alt="redux" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png"></a> <a href="https://redux-observable.js.org/"><img height="100" width="100" alt="redux observable" src="https://redux-observable.js.org/logo/logo-small.gif"></a> *** -
lenkavon revised this gist
Sep 26, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,7 @@ combo React.js & ReactNative is easy choice. But to decide how to handle the dat 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. <a href="https://http://facebook.github.io/react-native/"><img height="100" width="100" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="https://facebook.github.io/react/"><img height="100" width="100" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="http://redux.js.org/"><img height="100" width="100" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png"></a> <a href="https://redux-observable.js.org/"><img height="100" width="100" src="https://redux-observable.js.org/logo/logo-small.gif"></a> -
lenkavon revised this gist
Sep 25, 2017 . 1 changed file with 4 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,18 +3,17 @@ This is the response to [lightning talk](https://blog.reactiveconf.com/open-call ## 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. <a href="https://facebook.github.io/react/"><img height="100" width="100" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="http://redux.js.org/"><img height="100" width="100" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png"></a> <a href="https://redux-observable.js.org/"><img height="100" width="100" src="https://redux-observable.js.org/logo/logo-small.gif"></a> *** I am a mobile developer and teamleader at [CN Group](https://www.cngroup.dk/index), where we are using the latest technologies and methodologies to craft high quality software for our customers. <a style="vertical-align:middle" href="https://www.cngroup.dk/index"><img height="30" src="https://www.drupal.org/files/cn-group-logo-4.png"></a> -
lenkavon created this gist
Sep 25, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ This is the response to [lightning talk](https://blog.reactiveconf.com/open-call-for-reactiveconf-lightning-talks-2017-a4f5394e5f96) CFP at [ReactiveConf](http://www.reactiveconf.com). ## 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 and ReactNative is easy choice. But to decide how to handle the data flow is not so obvious. My team had undergone 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. And I would like to share with you the challenges, we had to overcome on the way. <a href="https://facebook.github.io/react/"><img height="100" width="100" src="http://angular.github.io/react-native-renderer/assets/react.png"></a> <a href="http://redux.js.org/"><img height="100" width="100" src="https://raw.githubusercontent.com/reactjs/redux/master/logo/logo.png"></a> <a href="https://redux-observable.js.org/"><img height="100" width="100" src="https://redux-observable.js.org/logo/logo-small.gif"></a> *** I am a mobile developer and teamleader at [CN Group](https://www.cngroup.dk/index), where we are using the latest technologies and metodologies to craft high quality software for our customers. <a style="vertical-align:middle" href="https://www.cngroup.dk/index"><img height="30" src="https://www.drupal.org/files/cn-group-logo-4.png"></a>