-
Урок 1. 00:06:09Introduction
-
Урок 2. 00:02:17What you need to know
-
Урок 3. 00:03:17How to approach React for Data Visualization
-
Урок 4. 00:00:23Why React and D3
-
Урок 5. 00:02:31Visualizing data with React and d3.js
-
Урок 6. 00:01:04Why D3
-
Урок 7. 00:02:243 key insights that help you learn D3.js from scratch
-
Урок 8. 00:04:36Data manipulation vs. DOM manipulation
-
Урок 9. 00:01:33Data manipulation vs. DOM manipulation 2
-
Урок 10. 00:04:13Scales
-
Урок 11. 00:01:42D3 layouts
-
Урок 12. 00:01:50Recap
-
Урок 13. 00:03:03How React makes D3 easier
-
Урок 14. 00:01:52How React makes D3 easier 2
-
Урок 15. 00:02:14What about existing libraries?
-
Урок 16. 00:01:05Victory.js
-
Урок 17. 00:00:55Recharts
-
Урок 18. 00:01:12Nivo
-
Урок 19. 00:01:08VX
-
Урок 20. 00:01:15When not to use a library
-
Урок 21. 00:00:58Quickly integrate any D3 code in your React project with Blackbox Components
-
Урок 22. 00:03:37A quick blackbox example - a D3 axis
-
Урок 23. 00:03:50A quick blackbox example - a React+D3 axis
-
Урок 24. 00:01:31A quick blackbox example - a React+D3 axis 2
-
Урок 25. 00:02:27A D3 blackbox higher order component – HOC
-
Урок 26. 00:05:12D3blackbox magic trick – render anything in 30 seconds
-
Урок 27. 00:01:53Build scalable dataviz components with full integration
-
Урок 28. 00:09:27Props don't change
-
Урок 29. 00:06:37Props might update
-
Урок 30. 00:03:42Making your components more flexible with render props
-
Урок 31. 00:02:28Making your components more flexible with render props 2
-
Урок 32. 00:02:11Super simplicity with React Hooks
-
Урок 33. 00:01:52useState, useEffect, and useContext
-
Урок 34. 00:04:08Blackbox components with hooks
-
Урок 35. 00:00:36my useD3 hook for blackbox components
-
Урок 36. 00:01:18my useD3 hook for blackbox components 2
-
Урок 37. 00:07:18Full integration components with hooks
-
Урок 38. 00:00:59useMemo is your new best dataviz friend
-
Урок 39. 00:00:49Handling state in your React app
-
Урок 40. 00:02:12Basic architecture we'll use
-
Урок 41. 00:02:05Set up a local environment with create-react-app
-
Урок 42. 00:00:46Install dependencies for React for Datavisualization
-
Урок 43. 00:00:59A big example project - 176,113 tech salaries visualized
-
Урок 44. 00:01:10Show a Preloader
-
Урок 45. 00:00:24Step 1: Get the image
-
Урок 46. 00:01:50Step 2: Preloader component
-
Урок 47. 00:02:05Step 3: Update App
-
Урок 48. 00:00:50Step 4: Load Bootstrap styles
-
Урок 49. 00:01:04Asynchronously load data
-
Урок 50. 00:00:48Step 0: Get the data
-
Урок 51. 00:03:16Step 1: Prep App.js
-
Урок 52. 00:00:56Step 2: Prep data parsing functions
-
Урок 53. 00:01:15Step 3: Load the datasets
-
Урок 54. 00:02:22Step 4: Tie the datasets together
-
Урок 55. 00:00:47Render a choropleth map of the US
-
Урок 56. 00:02:50Step 1: Prep App.js
-
Урок 57. 00:03:06Step 1.1: Simplify App.js state
-
Урок 58. 00:02:55Step 3: CountyMap.js
-
Урок 59. 00:02:29the D3 magic sauce
-
Урок 60. 00:01:12render
-
Урок 61. 00:02:42Step 4: County component
-
Урок 62. 00:05:34Step 5: optimize D3 code with custom hooks
-
Урок 63. 00:00:36Render a Histogram of salaries
-
Урок 64. 00:01:27Step 1: Prep App.js
-
Урок 65. 00:01:03Step 2: CSS changes
-
Урок 66. 00:01:51Step 3: Histogram component
-
Урок 67. 00:06:16Rendering the histogram
-
Урок 68. 00:00:55Step 4: HistogramBar (sub)component
-
Урок 69. 00:04:39Step 5: Axis
-
Урок 70. 00:00:45Make it understandable - meta info
-
Урок 71. 00:01:01Dynamic title
-
Урок 72. 00:06:08Implement Title
-
Урок 73. 00:03:16The render
-
Урок 74. 00:02:30Dynamic description
-
Урок 75. 00:01:31Step 1: App.js
-
Урок 76. 00:05:03Step 2: MedianLine
-
Урок 77. 00:00:46Add user controls for data slicing and dicing
-
Урок 78. 00:03:46Step 1: Update App.js
-
Урок 79. 00:04:00Step 2: Build Controls component
-
Урок 80. 00:05:22Filter logic
-
Урок 81. 00:02:20Step 3: Build ControlRow component
-
Урок 82. 00:05:20Step 5: Add US state and Job Title filters
-
Урок 83. 00:05:24Stale state is stale
-
Урок 84. 00:00:43Make it work in the real world
-
Урок 85. 00:03:05Rudimentary routing
-
Урок 86. 00:01:44Twitter and Facebook cards and SEO
-
Урок 87. 00:00:15Full dataset
-
Урок 88. 00:01:55Launch!
-
Урок 89. 00:01:50A couple more tweaks
-
Урок 90. 00:10:57A couple more tweaks 2
-
Урок 91. 00:00:35A couple more tweaks 3
-
Урок 92. 00:00:52Animation
-
Урок 93. 00:01:16Using a game loop for rich animation
-
Урок 94. 00:02:30Game loop animation with a bouncy ball
-
Урок 95. 00:05:59My solution
-
Урок 96. 00:00:55Use transitions for simple animation
-
Урок 97. 00:01:10Build a swipe transition
-
Урок 98. 00:02:20How it works
-
Урок 99. 00:03:54Solution
-
Урок 100. 00:02:54Powerful animation with transitions and game loops combined
-
Урок 101. 00:02:39Understanding custom tweens
-
Урок 102. 00:03:43A practical example
-
Урок 103. 00:05:01A practical example 2
-
Урок 104. 00:06:43Use tweens to drive state – hybrid animation
-
Урок 105. 00:00:54A bouncy scatterplot exercise
-
Урок 106. 00:02:49My solution
-
Урок 107. 00:02:41Animating with React, Redux, and d3
-
Урок 108. 00:49:14Christmas trees sold in USA - an emoji barchart
-
Урок 109. 01:06:20Money spent on Christmas - a line chart
-
Урок 110. 01:17:10Christmas movies at the box office - horizontal bar chart
-
Урок 111. 01:04:08What Americans want for Christmas - horizontal stack chart
-
Урок 112. 01:24:13Christmas carols and their words - a word cloud
-
Урок 113. 00:50:34Will you buy a christmas tree? - a pie chart
-
Урок 114. 01:27:05What goes in Christmas stockings - a piechart with tooltips
-
Урок 115. 01:28:29When Americans buy Christmas presents - a curved line chart
-
Урок 116. 01:28:10When people buy candy - animated barchart with easing
-
Урок 117. 01:19:50A responsive stack chart of smartphone market share
-
Урок 118. 00:51:56A Sankey diagram
-
Урок 119. 00:48:50Try Uber's WebGL dataviz library
-
Урок 120. 01:06:20Real-time WebGL map of all airplanes in the world
-
Урок 121. 00:36:41A compound arc chart
-
Урок 122. 04:08:04A barchart race visualizing Moore's Law
-
Урок 123. 02:04:50Building a Piet Mondrian art generator with treemaps
- Категории
- Источники
- Все курсы
- Разделы
- Книги
На прошлой неделе мы много говорили о визуализации данных. Сегодня я хотел поделиться с вами чем-то большим, над чем работал.
Мой обновленный курс React для визуализации данных
Если ничего не обновилось то прошу прощения что дал ложную тревогу.