-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathPhase2-react
616 lines (332 loc) · 10.6 KB
/
Phase2-react
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
Welcome to Phase 2
Introduction to React
Introduction to React
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish Introduction to React.
Add Content to Introduction to React
Video: Introduction to React
Unlocked. Click to lock. Published. Click to unpublish Video: Introduction to React.
What is React?
Intro to npm
Assignment
npm Code-Along
Assignment
Running Tests in React
Assignment
A React App Example
Quiz
Introduction to React Quiz
Components and Props
Components and Props
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish Components and Props.
Add Content to Components and Props
External Url
Scrimba Playlist: Components & Props
Published. Click to unpublish Scrimba Playlist: Components & Props.
Video: Components and Props
Unlocked. Click to lock. Published. Click to unpublish Video: Components and Props.
Assignment
React Components Basics
Assignment
React Components Basics Lab
Video: Import/Export and Code Organization
Unlocked. Click to lock. Published. Click to unpublish Video: Import/Export and Code Organization.
Assignment
Organizing Code with Import/Export
Assignment
Organizing Code with Import/Export Lab
Video: JSX
Unlocked. Click to lock. Published. Click to unpublish Video: JSX.
Writing JSX
Assignment
JSX Lab
Video: Conditional Rendering
Unlocked. Click to lock. Published. Click to unpublish Video: Conditional Rendering.
Assignment
Props Basics
Assignment
Props Basics Lab
Video: Destructuring
Unlocked. Click to lock. Published. Click to unpublish Video: Destructuring.
Assignment
Props Destructuring and Default Values
Video: Lists and Keys
Unlocked. Click to lock. Published. Click to unpublish Video: Lists and Keys.
Assignment
Lists and Keys
Assignment
Lists and Keys Lab
BONUS: React Fragments
Assignment
BONUS: React Children
Assignment
Putting it All Together: Components and Props
Quiz
Components and Props Quiz
State and Events
State and Events
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish State and Events.
Add Content to State and Events
External Url
Scrimba Playlist: State & Events
Published. Click to unpublish Scrimba Playlist: State & Events.
Video: Event Basics
Unlocked. Click to lock. Published. Click to unpublish Video: Event Basics.
Assignment
Event Handling in React
Assignment
Event Handling in React Lab
Video: Using State
Unlocked. Click to lock. Published. Click to unpublish Video: Using State.
Video: Setting State with Callback Syntax
Unlocked. Click to lock. Published. Click to unpublish Video: Setting State with Callback Syntax.
Assignment
React State
Assignment
React State and Events Code-along
Assignment
React State and Arrays
Assignment
React State Lab
External Url
Scrimba Playlist: Thinking in React
Published. Click to unpublish Scrimba Playlist: Thinking in React.
Video: Information Flow
Unlocked. Click to lock. Published. Click to unpublish Video: Information Flow.
Video: Inverse Data Flow
Unlocked. Click to lock. Published. Click to unpublish Video: Inverse Data Flow.
Assignment
React Information Flow
Assignment
React Information Flow Lab
Assignment
React Context
Video: Forms and Controlled Inputs
Unlocked. Click to lock. Published. Click to unpublish Video: Forms and Controlled Inputs.
Assignment
Controlled Components
Assignment
React Forms Submit
Assignment
BONUS: React Forms Abstraction
Assignment
React Controlled Components Lab
Assignment
Putting it All Together: State and Events
Quiz
State and Events Quiz
Applying Your Learning: State and Events
Applying Your Learning: State and Events
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish Applying Your Learning: State and Events.
Add Content to Applying Your Learning: State and Events
Assignment
ReactTube
Assignment
HogWild: The React app for fans of prize-winning pigs
Side Effects and Data Fetching
Side Effects and Data Fetching
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish Side Effects and Data Fetching.
Add Content to Side Effects and Data Fetching
External Url
Scrimba Playlist: Side Effects and Data Fetching
Published. Click to unpublish Scrimba Playlist: Side Effects and Data Fetching.
Video: Side Effects and Data Fetching
Unlocked. Click to lock. Published. Click to unpublish Video: Side Effects and Data Fetching.
Assignment
The useEffect Hook
Assignment
The useEffect Hook - Cleaning Up
Assignment
React useEffect Lab
Video: useEffect with Data Fetching
Unlocked. Click to lock. Published. Click to unpublish Video: useEffect with Data Fetching.
Data Fetching in React
Assignment
React Simple Data Fetching Lab
Assignment
React Fetch CRUD Codealong
Assignment
Putting it All Together: React Fetch CRUD Lab
Quiz
Side Effects and Data Fetching Quiz
[Optional] React Under the Hood
[Optional] React Under the Hood
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish [Optional] React Under the Hood.
Add Content to [Optional] React Under the Hood
Create React App
Babel and React
webpack and React
Reconciliation in React
Applying Your Learning
Applying Your Learning
Published. Click to unpublish Applying Your Learning.
Add Content to Applying Your Learning
Assignment
React Mock Code Challenge: gregslist
Assignment
React Mock Code Challenge: Plantsy
Assignment
Practice Challenge: Sushi Saga
Assignment
Practice Challenge: Toy Tales
Assignment
Practice Challenge: Pokemon Searcher
Assignment
Practice Challenge: Flatiron Stock Exchange
External Url
Scrimba Playlist: Chatterbox Practice Challenge
Published. Click to unpublish Scrimba Playlist: Chatterbox Practice Challenge.
[Optional] Additional Practice
[Optional] Additional Practice
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish [Optional] Additional Practice.
Add Content to [Optional] Additional Practice
Assignment
Practice Challenge: Animal Shelter
Assignment
Practice Challenge: Flatiron Pizza
Assignment
Practice Challenge: WOOF WOOF
Assignment
Practice Challenge: WestWorld Command Center
Assignment
Async Giphy Search Lab
Assignment
Debugging Practice: Flatipotle
Assignment
Debugging Practice: Binge-Finder
Client-Side Routing
Client-Side Routing
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish Client-Side Routing.
Add Content to Client-Side Routing
External Url
Scrimba Playlist: React Router
Published. Click to unpublish Scrimba Playlist: React Router.
Video: React Router Intro
Unlocked. Click to lock. Published. Click to unpublish Video: React Router Intro.
Introduction to Client-Side Routing
Video: React Router Components - Switch and Route
Unlocked. Click to lock. Published. Click to unpublish Video: React Router Components - Switch and Route.
Video: React Router Components - Link and Navlink
Unlocked. Click to lock. Published. Click to unpublish Video: React Router Components - Link and Navlink.
Assignment
React Router Code-Along
Assignment
Basic Routes Lab
Video: React Router - URL Parameters
Unlocked. Click to lock. Published. Click to unpublish Video: React Router - URL Parameters.
Assignment
Nested Routes
Video: React Router - Programmatic Navigation
Unlocked. Click to lock. Published. Click to unpublish Video: React Router - Programmatic Navigation.
Assignment
Programmatic Navigation
Quiz
Client-Side Routing Quiz
[Optional] Advanced Hooks
[Optional] Advanced Hooks
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish [Optional] Advanced Hooks.
Add Content to [Optional] Advanced Hooks
External Url
Scrimba Playlist: Advanced Hooks
Published. Click to unpublish Scrimba Playlist: Advanced Hooks.
Assignment
The useRef Hook
Assignment
Custom Hooks
Assignment
Custom Hooks Workshop
[Optional] Class Components
[Optional] Class Components
Prerequisites: [Flex/Online Only] Prerequisite
Complete All Items
Published. Click to unpublish [Optional] Class Components.
Add Content to [Optional] Class Components
Class Components Intro
Assignment
Class Syntax Lab
Class Methods and Event Handling
Using State in Class Components
Assignment
Class Component State and Events Lab
React Component Lifecycle
Assignment
Component Mounting and Unmounting Lab
Code Challenges
Code Challenges
Prerequisites: [Flex/Online Only] Prerequisite
Published. Click to unpublish Code Challenges.
Add Content to Code Challenges
Assignment
Phase 2 Code Challenge Rubric
Phase 2 Code Challenge Instructions
Assignment
Phase 2 Code Challenge: Bank of Flatiron
Assignment
Phase 2 Code Challenge: Bot Battlr
Assignment
Phase 2 Code Challenge: Planeteers
Assignment
Phase 2 Code Challenge: Poesy
Phase 2 Project
Phase 2 Project
Prerequisites: [Flex/Online Only] Prerequisite
Published. Click to unpublish Phase 2 Project.
Add Content to Phase 2 Project
Phase 2 Project Guidelines
Phase 2 Guided Project Guidelines
Assignment
[Live] Submit Your Phase 2 Project
Unlocked. Click to lock. Unpublished. Click to publish [Live] Submit Your Phase 2 Project.
[Flex] Phase 2 Project Review Guidelines
Unlocked. Click to lock. Unpublished. Click to publish [Flex] Phase 2 Project Review Guidelines.
Assignment
[Flex] GitHub Link: Phase 2 Project
Unlocked. Click to lock. Unpublished. Click to publish [Flex] GitHub Link: Phase 2 Project.
Assignment
[Flex] Video Link: Phase 2 Project
Unlocked. Click to lock. Unpublished. Click to publish [Flex] Video Link: Phase 2 Project.
Assignment
[Flex] Blog Link: Phase 2 Project
Unlocked. Click to lock. Unpublished. Click to publish [Flex] Blog Link: Phase 2 Project.
Assignment
[Flex] Instructor Review: Phase 2 Project
Unlocked. Click to lock. Unpublished. Click to publish [Flex] Instructor Review: Phase 2 Project.
Assignment
[Flex - Internal] Instructor Notes: Phase 2 Project
Unlocked. Click to lock. Unpublished. Click to publish [Flex - Internal] Instructor Notes: Phase 2 Project.
Blog Links
Blog Links
Prerequisites: [Flex/Online Only] Prerequisite
Published. Click to unpublish Blog Links.
Add Content to Blog Links
Assignment
Phase 2 Blog
Congratulations on Completing Phase 2
Congratulations on Completing Phase 2
Prerequisites: [Flex/Online Only] Prerequisite
Unpublished. Click to publish Congratulations on Completing Phase 2.
Add Content to Congratulations on Completing Phase 2
Congratulations on Completing Phase 2!
Have specific feedback?
Tell us here!
To Do
1717 submissions need grading
Grade A React App Example
1 point • No Due Date