Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Advanced React with TypeScript 2020 Course: Build Sudoku App, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:38
    Introduction
  • Урок 2. 00:10:47
    Create React App
  • Урок 3. 00:05:50
    Scripts Explained
  • Урок 4. 00:04:38
    VSCode Extensions
  • Урок 5. 00:04:11
    Prettier
  • Урок 6. 00:08:25
    Structuring Codebase
  • Урок 7. 00:12:09
    Adding Styled Components
  • Урок 8. 00:09:41
    Using Themes
  • Урок 9. 00:08:51
    More Styled Components
  • Урок 10. 00:03:03
    Card Component
  • Урок 11. 00:11:15
    Grid Component
  • Урок 12. 00:08:28
    Grid Block Component
  • Урок 13. 00:06:07
    Styling Block Component
  • Урок 14. 00:08:23
    Grid Borders
  • Урок 15. 00:11:12
    Absolute Imports and Types
  • Урок 16. 00:09:09
    Shuffle Algorithm
  • Урок 17. 00:05:21
    Unit Testing
  • Урок 18. 00:05:59
    Check Values
  • Урок 19. 00:12:06
    Modularizing Check Values
  • Урок 20. 00:12:00
    Testing Check Values
  • Урок 21. 00:15:27
    Identify Working Square
  • Урок 22. 00:08:51
    Is In Square
  • Урок 23. 00:09:15
    Check Grid
  • Урок 24. 00:07:50
    Testing Fill Grid
  • Урок 25. 00:05:12
    Create Full Grid
  • Урок 26. 00:10:29
    Setting Up Redux
  • Урок 27. 00:07:45
    Creating Actions
  • Урок 28. 00:08:35
    Dispatch Create Grid
  • Урок 29. 00:05:06
    Mapping Data
  • Урок 30. 00:11:53
    Selecting Blocks
  • Урок 31. 00:07:15
    Key Bindings
  • Урок 32. 00:08:26
    Selecting Blocks With Keys
  • Урок 33. 00:09:40
    Remove Numbers
  • Урок 34. 00:09:39
    Copy Grid
  • Урок 35. 00:08:50
    Solve Grid
  • Урок 36. 00:08:51
    Challenge Grid
  • Урок 37. 00:11:44
    Fill Grid Redux
  • Урок 38. 00:09:28
    Fill Grid Key Bindings
  • Урок 39. 00:08:01
    Styled Button
  • Урок 40. 00:09:35
    Number Buttons
  • Урок 41. 00:06:04
    Button Mapping
  • Урок 42. 00:06:20
    New Game
  • Урок 43. 00:10:49
    Persist State
  • Урок 44. 00:07:31
    Play The Game