Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3c72c21

Browse files
Added break tags.
1 parent aaaf9d0 commit 3c72c21

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,73 +7,95 @@ Enjoy :D
77
## ES6+ Snippets
88

99
**log → console.log()**
10+
<br>
1011
![log snippet animation](./docs/log.gif)
1112

1213
**anfn → annonymous function**
14+
<br>
1315
![annonymous function snippet](./docs/anfn.gif)
1416

1517
**nfn→ named function**
18+
<br>
1619
![named function snippet](./docs/nfn.gif)
1720

1821
**fn → ES5 fucntion**
22+
<br>
1923
![ES5 function snippet](./docs/fn.gif)
2024

2125
**imp → import statement**
26+
<br>
2227
![import statement snippet](./docs/imp.gif)
2328

2429
**imd → import statement desctructured**
30+
<br>
2531
![import statement with destructuring snippet](./docs/imd.gif)
2632

2733
**ime → import everything as**
34+
<br>
2835
![import everything snippet](./docs/ime.gif)
2936

3037
**fof → for of loop**
38+
<br>
3139
![for of loop snippet](./docs/fof.gif)
3240

3341
**fin → for in loop**
42+
<br>
3443
![for in loop snippet](./docs/fin.gif)
3544

3645
**met → method**
46+
<br>
3747
![method snippet](./docs/met.gif)
3848

3949
**seto → setTimeout**
50+
<br>
4051
![setTimeout snippet](./docs/seto.gif)
4152

4253
**npro → new Promise**
54+
<br>
4355
![npro snippet](./docs/npro.gif)
4456

4557
**catch → catch() with nested annonymous function**
58+
<br>
4659
![catch method snippet](./docs/catch.gif)
4760

4861
**then → then() with nested annonymous function**
62+
<br>
4963
![then function snippet](./docs/then.gif)
5064

5165
## React Snippets
5266

5367
**rcc → React Class Based Component**
68+
<br>
5469
![React component snippet](./docs/rcc.gif)
5570

5671
**cpwm → | componentWillMount Method**
72+
<br>
5773
![componentWillMount snippet](./docs/cpwm.gif)
5874

5975
## React Redux Snippets
6076

6177
**rcredux → Renders a React connected component**
78+
<br>
6279
![React connected component snippet](./docs/rcredux.gif)
6380

6481
**mapSta → mapStateToProps function**
82+
<br>
6583
![mapStateToProps function snippet](./docs/mapSta.gif)
6684

6785
**mapDis → mapDispatchToProps**
86+
<br>
6887
![mapDispatchToProps function snippet](./docs/mapDis.gif)
6988

7089
## Redux Snippets
7190

7291
**rxconst → creates redux constant**
92+
<br>
7393
![redux constant snippet](./docs/rxconst.gif)
7494

7595
**rxaction → redux action**
96+
<br>
7697
![redux action snippet](./docs/rxaction.gif)
7798

7899
**rxreducer → Redux reducer template**
100+
<br>
79101
![redux reducer snippet](./docs/rxreducer.gif)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /