1

Этап 1

01: Introduction

2

Этап 2

02: Link to Github Repository

3

Этап 3

03: JSX Markup In Our Views

4

Этап 4

04: First Application - Basic Building Blocks

5

Этап 5

05: First Application - Creating a React Class

6

Этап 6

06: First Application - Showing Content

7

Этап 7

07: Exploring Props - Customizing Views

8

Этап 8

08: Exporing Props - Wiring Up Our Data

9

Этап 9

09: Composition - Views Within Views

10

Этап 10

10: Composition - Props Selection

11

Этап 11

11: Lists

12

Этап 12

12: Tooling - Breaking Up Our Code

13

Этап 13

13: Tooling - Applying NPM

14

Этап 14

14: Tooling - Exporting Code

15

Этап 15

15: Tooling - Gulpfile

16

Этап 16

16: Tooling - Final Refactor

17

Этап 17

17: Exploring State and Events - Purpose of State

18

Этап 18

18: Exploring State and Events - State Applied

19

Этап 19

19: Exploring State and Events - Bringing Button Back

20

Этап 20

20: Exploring State and Events - Adding Content

21

Этап 21

21: Exploring State and Events - Toggling Visibility

22

Этап 22

22: Exploring State and Events - Selecting Items

23

Этап 23

23: Firebase - Building From a New Start

24

Этап 24

24: Firebase - Firebase Signup and Integration

25

Этап 25

25: Firebase - Building Our Application Architecture

26

Этап 26

26: Firebase - Hooking Up Our Remote Datastore

27

Этап 27

27: Firebase - Scaffolding the Header

28

Этап 28

28: Firebase - Handling Form Inputs

29

Этап 29

29: Firebase - Pushing Data to Firebase

30

Этап 30

30: Firebase - Rendering a List of Items

31

Этап 31

31: Firebase - Waiting on Data Before Rendering

32

Этап 32

32: Firebase - Building Item Components

33

Этап 33

33: Firebase - Updating Data to the Remote Datastore

34

Этап 34

34: Firebase - Debugging Firebase Update

35

Этап 35

35: Firebase - Allowing Editing and Undoing

36

Этап 36

36: Firebase - Saving Edits

37

Этап 37

37: Firebase - Bulk Delete Data

38

Этап 38

38: Project Overview

39

Этап 39

39: Imgur API Overview

40

Этап 40

40: Imgur API in Detail

41

Этап 41

41: React Router Demo

42

Этап 42

42: Nesting Routes

43

Этап 43

43: Refactor to Separate Rendering and Routing

44

Этап 44

44: In-App Navigation

45

Этап 45

45: Implementing Fetch

46

Этап 46

46: Working with Fetch's Promise

47

Этап 47

47: Display a List of Topics

48

Этап 48

48: Fetching Data Naively

49

Этап 49

49: Working With Stores

50

Этап 50

50: Triggering Changes From a Store

51

Этап 51

51: Working with Actions

52

Этап 52

52: Recap of Flux Data Fetching

53

Этап 53

53: Routing with Parameters

54

Этап 54

54: Matching Parameters

55

Этап 55

55: Rendering Topics in the Header

56

Этап 56

56: React Router Helpers

57

Этап 57

57: Implementing Image Store

58

Этап 58

58: Refetching Data on Rerender

59

Этап 59

59: Scaffolding Image Previews

60

Этап 60

60: Filtering Image Data

61

Этап 61

61: Playing Videos on Mouseover

62

Этап 62

62: Showing a Play Button for Each Image

63

Этап 63

63: Adding an Image Stats Overlay

64

Этап 64

64: Scaffolding Image Detail

65

Этап 65

65: Fetching Single Records from a Store

66

Этап 66

66: Fetching Single Records from a Store Continued

67

Этап 67

67: Rendering an Image Detail

68

Этап 68

68: Actions With Multiple Methods

69

Этап 69

69: Listening to Many Changes in a Component

70

Этап 70

70: CSS Animations

71

Этап 71

71: Closing Comments and Next Steps

1

Этап 1

01: Introduction

2

Этап 2

02: Link to Github Repository

3

Этап 3

03: JSX Markup In Our Views

4

Этап 4

04: First Application - Basic Building Blocks

5

Этап 5

05: First Application - Creating a React Class

6

Этап 6

06: First Application - Showing Content

7

Этап 7

07: Exploring Props - Customizing Views

8

Этап 8

08: Exporing Props - Wiring Up Our Data

9

Этап 9

09: Composition - Views Within Views

10

Этап 10

10: Composition - Props Selection

11

Этап 11

11: Lists

12

Этап 12

12: Tooling - Breaking Up Our Code

13

Этап 13

13: Tooling - Applying NPM

14

Этап 14

14: Tooling - Exporting Code

15

Этап 15

15: Tooling - Gulpfile

16

Этап 16

16: Tooling - Final Refactor

17

Этап 17

17: Exploring State and Events - Purpose of State

18

Этап 18

18: Exploring State and Events - State Applied

19

Этап 19

19: Exploring State and Events - Bringing Button Back

20

Этап 20

20: Exploring State and Events - Adding Content

21

Этап 21

21: Exploring State and Events - Toggling Visibility

22

Этап 22

22: Exploring State and Events - Selecting Items

23

Этап 23

23: Firebase - Building From a New Start

24

Этап 24

24: Firebase - Firebase Signup and Integration

25

Этап 25

25: Firebase - Building Our Application Architecture

26

Этап 26

26: Firebase - Hooking Up Our Remote Datastore

27

Этап 27

27: Firebase - Scaffolding the Header

28

Этап 28

28: Firebase - Handling Form Inputs

29

Этап 29

29: Firebase - Pushing Data to Firebase

30

Этап 30

30: Firebase - Rendering a List of Items

31

Этап 31

31: Firebase - Waiting on Data Before Rendering

32

Этап 32

32: Firebase - Building Item Components

33

Этап 33

33: Firebase - Updating Data to the Remote Datastore

34

Этап 34

34: Firebase - Debugging Firebase Update

35

Этап 35

35: Firebase - Allowing Editing and Undoing

36

Этап 36

36: Firebase - Saving Edits

37

Этап 37

37: Firebase - Bulk Delete Data

38

Этап 38

38: Project Overview

39

Этап 39

39: Imgur API Overview

40

Этап 40

40: Imgur API in Detail

41

Этап 41

41: React Router Demo

42

Этап 42

42: Nesting Routes

43

Этап 43

43: Refactor to Separate Rendering and Routing

44

Этап 44

44: In-App Navigation

45

Этап 45

45: Implementing Fetch

46

Этап 46

46: Working with Fetch's Promise

47

Этап 47

47: Display a List of Topics

48

Этап 48

48: Fetching Data Naively

49

Этап 49

49: Working With Stores

50

Этап 50

50: Triggering Changes From a Store

51

Этап 51

51: Working with Actions

52

Этап 52

52: Recap of Flux Data Fetching

53

Этап 53

53: Routing with Parameters

54

Этап 54

54: Matching Parameters

55

Этап 55

55: Rendering Topics in the Header

56

Этап 56

56: React Router Helpers

57

Этап 57

57: Implementing Image Store

58

Этап 58

58: Refetching Data on Rerender

59

Этап 59

59: Scaffolding Image Previews

60

Этап 60

60: Filtering Image Data

61

Этап 61

61: Playing Videos on Mouseover

62

Этап 62

62: Showing a Play Button for Each Image

63

Этап 63

63: Adding an Image Stats Overlay

64

Этап 64

64: Scaffolding Image Detail

65

Этап 65

65: Fetching Single Records from a Store

66

Этап 66

66: Fetching Single Records from a Store Continued

67

Этап 67

67: Rendering an Image Detail

68

Этап 68

68: Actions With Multiple Methods

69

Этап 69

69: Listening to Many Changes in a Component

70

Этап 70

70: CSS Animations

71

Этап 71

71: Closing Comments and Next Steps

19 января 2016 31 января 2016
Цель завершена 25 января 2016

Автор цели

Общая

Освоить курс [udemy.com] Build Web Apps with React JS and Flux

Это одна из моих целей по освоению современных инструментов разработки пользовательских интерфейсов

В этом курсе у меня основная задача - это ознакомится с firebase и flux

 Критерий завершения

Прослушал все лекции и выполнил все задания

  1. 01: Introduction

  2. 02: Link to Github Repository

  3. 03: JSX Markup In Our Views

  4. 04: First Application - Basic Building Blocks

  5. 05: First Application - Creating a React Class

  6. 06: First Application - Showing Content

  7. 07: Exploring Props - Customizing Views

  8. 08: Exporing Props - Wiring Up Our Data

  9. 09: Composition - Views Within Views

  10. 10: Composition - Props Selection

  11. 11: Lists

  12. 12: Tooling - Breaking Up Our Code

  13. 13: Tooling - Applying NPM

  14. 14: Tooling - Exporting Code

  15. 15: Tooling - Gulpfile

  16. 16: Tooling - Final Refactor

  17. 17: Exploring State and Events - Purpose of State

  18. 18: Exploring State and Events - State Applied

  19. 19: Exploring State and Events - Bringing Button Back

  20. 20: Exploring State and Events - Adding Content

  21. 21: Exploring State and Events - Toggling Visibility

  22. 22: Exploring State and Events - Selecting Items

  23. 23: Firebase - Building From a New Start

  24. 24: Firebase - Firebase Signup and Integration

  25. 25: Firebase - Building Our Application Architecture

  26. 26: Firebase - Hooking Up Our Remote Datastore

  27. 27: Firebase - Scaffolding the Header

  28. 28: Firebase - Handling Form Inputs

  29. 29: Firebase - Pushing Data to Firebase

  30. 30: Firebase - Rendering a List of Items

  31. 31: Firebase - Waiting on Data Before Rendering

  32. 32: Firebase - Building Item Components

  33. 33: Firebase - Updating Data to the Remote Datastore

  34. 34: Firebase - Debugging Firebase Update

  35. 35: Firebase - Allowing Editing and Undoing

  36. 36: Firebase - Saving Edits

  37. 37: Firebase - Bulk Delete Data

  38. 38: Project Overview

  39. 39: Imgur API Overview

  40. 40: Imgur API in Detail

  41. 41: React Router Demo

  42. 42: Nesting Routes

  43. 43: Refactor to Separate Rendering and Routing

  44. 44: In-App Navigation

  45. 45: Implementing Fetch

  46. 46: Working with Fetch's Promise

  47. 47: Display a List of Topics

  48. 48: Fetching Data Naively

  49. 49: Working With Stores

  50. 50: Triggering Changes From a Store

  51. 51: Working with Actions

  52. 52: Recap of Flux Data Fetching

  53. 53: Routing with Parameters

  54. 54: Matching Parameters

  55. 55: Rendering Topics in the Header

  56. 56: React Router Helpers

  57. 57: Implementing Image Store

  58. 58: Refetching Data on Rerender

  59. 59: Scaffolding Image Previews

  60. 60: Filtering Image Data

  61. 61: Playing Videos on Mouseover

  62. 62: Showing a Play Button for Each Image

  63. 63: Adding an Image Stats Overlay

  64. 64: Scaffolding Image Detail

  65. 65: Fetching Single Records from a Store

  66. 66: Fetching Single Records from a Store Continued

  67. 67: Rendering an Image Detail

  68. 68: Actions With Multiple Methods

  69. 69: Listening to Many Changes in a Component

  70. 70: CSS Animations

  71. 71: Closing Comments and Next Steps

  • 1353
  • 19 января 2016, 07:04
Регистрация

Регистрация

Уже зарегистрированы?
Быстрая регистрация через соцсети
Вход на сайт

Входите.
Открыто.

Еще не зарегистрированы?
 
Войти через соцсети
Забыли пароль?