File tree 3 files changed +15
-16
lines changed
3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<p >Cheatsheets para desarrolladores expertos en React que comienzan con TypeScript</p >
14
14
15
- [ ** Básico** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet#basic-cheatsheet-table-of-contents ) |
15
+ [ ** Básico** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es#tabla-de-contenidos-de-la-cheatsheet-básica ) |
16
16
[ ** Avanzado** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/AVANZADO.md ) |
17
17
[ ** Migrando** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/MIGRATING.md ) |
18
- [ ** HOC** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/HOC.md ) |
19
- [ 中文翻译] ( https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn ) |
20
- [ ¡Contribuir!] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/CONTRIBUYENDO.md ) |
21
- [ ¡Preguntas!] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/issues/new )
18
+ [ ** HOC** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/HOC.md ) |
19
+ [ ** Inglés** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet ) |
20
+ [ ** 中文翻译** ] ( https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn ) |
21
+ [ Contribuir] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/CONTRIBUYENDO.md ) |
22
+ [ Preguntas] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/issues/new )
22
23
23
24
</div >
24
25
Original file line number Diff line number Diff line change 12
12
13
13
<p >Cheatsheets para desarrolladores experimentados de React que estan empezando con TypeScript</p >
14
14
15
- [ ** Básico** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet#basic-cheatsheet-table-of-contents ) |
15
+ [ ** Básico** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es#tabla-de-contenidos-de-la-cheatsheet-básica ) |
16
16
[ ** Avanzado** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/AVANZADO.md ) |
17
17
[ ** Migrando** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/MIGRATING.md ) |
18
- [ ** HOC** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/HOC.md ) |
19
- [ 中文翻译] ( https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn ) |
20
- [ ¡Contribuir!] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/CONTRIBUYENDO.md ) |
21
- [ ¡Preguntas!] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/issues/new )
18
+ [ ** HOC** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/HOC.md ) |
19
+ [ ** Inglés** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet ) |
20
+ [ ** 中文翻译** ] ( https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn ) |
21
+ [ Contribuir] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/CONTRIBUYENDO.md ) |
22
+ [ Preguntas] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/issues/new )
22
23
23
24
</div >
24
25
@@ -372,10 +373,7 @@ const commentActions = () => ({
372
373
addComment : (str : string ) => comments .push ({ text: str , id: comments .length })
373
374
});
374
375
375
- const ConnectedComment = connect (
376
- commentSelector ,
377
- commentActions
378
- )(CommentList );
376
+ const ConnectedComment = connect (commentSelector , commentActions )(CommentList );
379
377
// prop que son inyectadas por el HOC.
380
378
interface WithSubscriptionProps <T > {
381
379
data: T ;
Original file line number Diff line number Diff line change 14
14
15
15
<p >Cheatsheets para desarrolladores expertos en React que comienzan con TypeScript</p >
16
16
17
- [ ** Básico** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet#basic-cheatsheet-table-of-contents ) |
17
+ [ ** Básico** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es#tabla-de-contenidos-de-la-cheatsheet-básica ) |
18
18
[ ** Avanzado** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/AVANZADO.md ) |
19
19
[ ** Migrando** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/MIGRATING.md ) |
20
- [ ** HOC** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet/blob/master/HOC.md ) |
20
+ [ ** HOC** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es /blob/master/HOC.md ) |
21
21
[ ** Inglés** ] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet ) |
22
22
[ ** 中文翻译** ] ( https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn ) |
23
23
[ Contribuir] ( https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es/blob/master/CONTRIBUYENDO.md ) |
You can’t perform that action at this time.
0 commit comments