Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a118a9b

Browse files
committed
Format READMEs for readability in terminals
1 parent 91d1448 commit a118a9b

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

Counter/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ This repo demonstrates the usage of latest React-Native with Redux.
66

77
### Usage
88

9-
- you have to use `[email protected]`, if you are using `[email protected]` you might get into some weird scenarios. Please open an issue if you can't get it run on `[email protected]`. also you can follow this [issue](https://github.com/rackt/react-redux/issues/236) for more info.
9+
- you have to use `[email protected]`, if you are using `[email protected]` you might get into some
10+
weird scenarios. Please open an issue if you can't get it run on `[email protected]`.
11+
also you can follow this [issue][236] for more info.
12+
[236]: https://github.com/rackt/react-redux/issues/236
1013
- clone the project
1114
- go to `Counter` folder
1215
- run `npm install`

Counters/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,27 @@
66

77
#### React-Native 0.32.0 & Redux 3.5.2 & React-Redux 4.4.5
88

9-
This is a little bit more complex than my previous example, I added as many comments as I can so to prevent confusion. Take your time, there are a lot of
10-
things to read and undrestand. Open an issue if you need to clear something I will do my best to respond back.
9+
This is a little bit more complex than my previous example, I added as many
10+
comments as I can so to prevent confusion. Take your time, there are a lot of
11+
things to read and understand. Open an issue if you need to clear something I
12+
will do my best to respond back.
1113

1214
### about this example
1315

14-
This example demonstrates my way of using React-Native and Redux for making apps. I found that
15-
using Stateless components makes my code a lot cleaner and simpler. However, using
16-
stateless components are hard, you have to think a lot. But in long run it will pay of. trust me ;)
16+
This example demonstrates my way of using React-Native and Redux for making
17+
apps. I found that using Stateless components makes my code a lot cleaner and
18+
simpler. However, using stateless components are hard, you have to think a lot.
19+
But in long run it will pay of. trust me ;)
1720

18-
> I'm not say that Class components are bad. I'm just saying that start with Stateless components first.
19-
If you can't find any other solution, then use the Class Component.
21+
> I'm not say that Class components are bad. I'm just saying that start with
22+
> Stateless components first. If you can't find any other solution, then use the
23+
> Class Component.
2024
21-
In this example, I'm using [ducks-modular-redux](https://github.com/erikras/ducks-modular-redux) pattern with a small tweak.
25+
In this example, I'm using [ducks-modular-redux][] pattern with a small tweak.
26+
[ducks-modular-redux]: https://github.com/erikras/ducks-modular-redux
2227

23-
This example is also show casing how to use `thunk`. There is an action called `incrementWithDelay`. check that one out.
28+
This example is also show casing how to use `thunk`. There is an action called
29+
`incrementWithDelay`. Check that one out.
2430

2531

2632
Cheers,

0 commit comments

Comments
 (0)