Skip to content

Commit 4da10c1

Browse files
committed
Added ReadMe and som images for this repo
1 parent b24ae10 commit 4da10c1

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
1-
# react-native-redux-examples
2-
This repository contains several Redux and Redux Recompose examples for React Native
1+
# React Native Redux Examples
2+
3+
This repository contains the implementation of a simple React Native application developed across several blog entries at [julioecheverri.com](http://www.julioecheverri.com).
4+
This is mainly intended to learn about some basic skills on configuring, managing, persisting and monitoring **Redux** state on the _Reeact Native App_.
5+
6+
A simple mobile application is implemented, just a counter app that increases or decreses the value based on button events (see UI below).
7+
8+
![React Native Counter App](./public-images/react-native-redux-counter.png 'React Native Counter App')
9+
10+
The app works like this:
11+
12+
![Counter App Working](./public-images/redux-recompose-react-native.gif)
13+
14+
This implements the following branching rules:
15+
16+
- Each branch implements a specific feature/tutorial from [julioecheverri.com](http://www.julioecheverri.com).
17+
- All branches in this repo are related to Redux and they are respectively linked in the corresponding [julioecheverri.com](http://www.julioecheverri.com) post.
18+
- The `main` branch keeps the latest changes in the repository, i.e. the most advanced version of the example app is found in this branch.
19+
20+
## Branches in this repo and the corresponding description
21+
22+
- #### adding-redux:
23+
In this branch we add `redux`, `redux-recompose`, `react-redux` to our newly created React Native (Typescript) project. In this branch the app implements a basic counter that increase/decrease based on two buttons that dispatch a basic action to Redux and updates the counter.
24+
- #### redux-reactotron:
25+
In this branch we install and configure `Reactotron` to monitor the _Redux_ state and log info from the app.
210 KB
Loading
3.02 MB
Loading

0 commit comments

Comments
 (0)