-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathliteratura.bib
220 lines (190 loc) · 6.05 KB
/
literatura.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
@article{SPA,
title={Single page web applications},
author={Mikowski, Michael S and Powell, Josh C},
journal={B and W},
year={2013},
note = {[Citované 2017-01-23] Dostupné z \url{http://deals.manningpublications.com/spa.pdf}}
}
@book{DartLanguage,
title={Dart Programming Language Specification, Version 1.11},
edition={4th},
author={Ecma International 2015},
year={2015},
note = {[Citované 2016-12-4] Dostupné z \url{http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-408.pdf}}
}
@book{youDontKnowJS1,
title={You Don't Know JS: Up \& Going},
author={Simpson, Kyle},
year={2015},
publisher={O'Reilly Media, Inc.}
}
@book{youDontKnowJS2,
title={{You Don't Know JS: Scope \& Closures}},
author={Simpson, Kyle},
year={2014},
publisher={O'Reilly Media, Inc.}
}
@book{youDontKnowJS3,
title={You Don't Know JS: this \& Object Prototypes},
author={Simpson, Kyle},
year={2014},
publisher={O'Reilly Media, Inc.}
}
@book{youDontKnowJS4,
title={You Don't Know JS: Types \& Grammar},
author={Simpson, Kyle},
year={2015},
ISBN={"0471491101"},
publisher={O'Reilly Media, Inc.}
}
@book{youDontKnowJS5,
title={You Don't Know JS: Async \& Performance},
author={Simpson, Kyle},
year={2015},
publisher={O'Reilly Media, Inc.}
}
@book{youDontKnowJS6,
title={You Don't Know JS: ES6 \& Beyond},
author={Simpson, Kyle},
year={2015},
publisher={O'Reilly Media, Inc.}
}
@misc{ECMAScript,
title={{ECMAScript 2016} Language Specification},
year=2016,
author={{2016 Ecma International}},
note = {[Citované 2016-12-5] Dostupné z \url{http://www.ecma-international.org/ecma-262/7.0/\#}}
}
@misc{Flux,
title={{Overview} of {Flux}},
year=2015,
author={{Facebook Inc.}},
note = {[Citované 2016-12-4] Dostupné z \url{https://facebook.github.io/flux/docs/overview.html\#content}}
}
@misc{Redux,
title={Getting Started with {Redux}},
year=2016,
author={{Dan Abramov}},
note = {[Citované 2016-12-4] Dostupné z \url{https://egghead.io/courses/getting-started-with-redux}}
}
@misc{reduxReducer,
title={{Reducers}},
year=2016,
author={{Dan Abramov}},
note = {[Citované 2017-5-14] Dostupné z \url{http://redux.js.org/docs/basics/Reducers.html}}
}
@misc{Este,
title={Starter kit {Este} for universal full–fledged React apps.},
year=2016,
author={{Daniel Steigerwald and the community}},
note = {[Citované 2016-12-4] Dostupné z \url{https://github.com/este/este}},
publisher = {© 2016 GitHub, Inc.}
}
@misc{React,
title={React},
year=2017,
author={{Facebook Inc.}},
note = {[Citované 2017-5-14] Dostupné z \url{https://facebook.github.io/react/}},
}
@misc{ReactNative,
title={{React Native}},
year=2017,
author={{Facebook Inc.}},
note = {[Citované 2017-5-14] Dostupné z \url{https://facebook.github.io/react-native/}},
}
@misc{ReduxObr,
title={React + Redux Introduction},
year=2015,
author={{Nikolaus Graf}},
note = {[Citované 2017-5-10] Dostupné z \url{https://www.slideshare.net/nikgraf/react-redux-introduction}}
}
@misc{FluxObr,
title={Structure and Data Flow (Flux)},
year=2015,
author={{Facebook Inc.}},
note = {[Citované 2017-5-10] Dostupné z \url{https://facebook.github.io/flux/docs/in-depth-overview.html#content}}
}
@misc{await,
title={await},
year=2017,
author={{© 2005-2017 Mozilla Developer Network and individual contributors.}},
note = {[Citované 2017-5-10] Dostupné z \url{https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await}}
}
@misc{async,
title={async function},
year=2017,
author={{© 2005-2017 Mozilla Developer Network and individual contributors.}},
note = {[Citované 2017-5-10] Dostupné z \url{https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function}}
}
@misc{strict,
title={Strict mode},
year=2017,
author={{© 2005-2017 Mozilla Developer Network and individual contributors.}},
note = {[Citované 2017-5-10] Dostupné z \url{https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode}}
}
@misc{expES6,
title={Exploring ES6},
year={2015 - 2017},
author={Axel Rauschmayer},
note = {[Citované 2017-5-10] Dostupné z \url{http://exploringjs.com/es6.html}}
}
@misc{dartLanguageTour,
title={A Tour of the Dart Language},
year={2017},
author={Google},
note = {[Citované 2017-5-10] Dostupné z \url{https://www.dartlang.org/guides/language/language-tour}}
}
@misc{podporaES7,
title={Tabuľka podpory prehliadačov pre jazyk {ES2016+}},
year={2017},
author={kangax and webbedspace and zloirock},
note = {[Citované 2017-5-14] Dostupné z \url{http://kangax.github.io/compat-table/es2016plus/}}
}
@misc{intl,
title={react-intl library},
year={2014-2017},
author={Yahoo Inc.},
note = {[Citované 2017-5-14] Dostupné z \url{https://github.com/yahoo/react-intl}}
}
@misc{gulp,
title={gulp library},
year={2013-2017},
author={Gulp community},
note = {[Citované 2017-5-14] Dostupné z \url{http://gulpjs.com/}}
}
@misc{material-ui,
title={material-ui library},
year={2014-2017},
author={Call-Em-All},
note = {[Citované 2017-5-14] Dostupné z \url{http://www.material-ui.com}}
}
@misc{normalizr,
title={normalizr library},
year={2014-2017},
author={Paul Armstrong and community},
note = {[Citované 2017-5-14] Dostupné z \url{https://github.com/paularmstrong/normalizr}}
}
@misc{webpack,
title={webpack library},
year={2012-2016},
author={Tobias Koppers and other contributors},
note = {[Citované 2017-5-14] Dostupné z \url{https://webpack.js.org/}}
}
@misc{redux-lib,
title={redux library},
year={2015-2017},
author={React Community},
note = {[Citované 2017-5-14] Dostupné z \url{http://redux.js.org/}}
}
@misc{react-redux,
title={react-redux library},
year={2015-2017},
author={React Community},
note = {[Citované 2017-5-14] Dostupné z \url{http://redux.js.org/docs/basics/UsageWithReact.html}}
}
@misc{fluxStAction,
title={Flux Standard Action},
year={2015-2017},
author={Andrew Clark and community},
note = {[Citované 2017-5-14] Dostupné z \url{https://github.com/acdlite/flux-standard-action}}
}