Hi there! How are you? I hope you are well!
If you followed my previous posts on the series, you probably found some useful stuff about React native development! This series continues with a fresh start to the project: new repo, new techniques to manage workflow and some good practices more than the previous time! So, here are the links to follow to keep up-to-date with the development process:
repo: https://github.com/GeoDoo/geodooBlog
Trello board: https://trello.com/b/DJrb3gSW/geodooblog
At this phase of the new project, although I started implementing some functionality I am on a crossroad. This time, of course, I started with Redux for managing the state of the app. I need to decide if I will proceed with RxJs or Redux sagas to implement the side-effects of the app, such as cache, api calls etc.