Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай MERN stack complete: full stack apps from scratch, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:07:19
    Server project setup
  2. Урок 2. 00:16:44
    Express setup
  3. Урок 3. 00:12:02
    Sending data to the server
  4. Урок 4. 00:06:55
    Creating the Snippet database model
  5. Урок 5. 00:13:08
    Creating a MongoDB database and saving our first snippet
  6. Урок 6. 00:14:12
    Validating new snippets
  7. Урок 7. 00:18:48
    Creating, Reading, Updating and Deleting snippets. (CRUD)
  8. Урок 8. 00:08:05
    Securing the connection string in an environment variable
  9. Урок 9. 00:06:34
    Exploring the create-react-app template
  10. Урок 10. 00:12:13
    Rendering JSX with ReactDOM
  11. Урок 11. 00:08:23
    JSX example
  12. Урок 12. 00:09:42
    Components and properties
  13. Урок 13. 00:07:50
    Composing components, and JSX fragments
  14. Урок 14. 00:11:31
    State
  15. Урок 15. 00:05:58
    Effects
  16. Урок 16. 00:04:36
    Events
  17. Урок 17. 00:08:27
    Conditional rendering
  18. Урок 18. 00:07:07
    Clock example revisited
  19. Урок 19. 00:08:34
    Rendering lists of data
  20. Урок 20. 00:09:04
    Handling forms in React
  21. Урок 21. 00:14:46
    Advanced useEffect()
  22. Урок 22. 00:10:32
    Basic project setup and React Router
  23. Урок 23. 00:04:36
    Navbar component
  24. Урок 24. 00:10:59
    Trying to GET snippets from the backend, and the CORS error
  25. Урок 25. 00:09:25
    Rendering snippet components
  26. Урок 26. 00:15:45
    Making a snippet editor form
  27. Урок 27. 00:07:50
    Cleaning up the snippet editor, and sorting snippets by createdAt date
  28. Урок 28. 00:04:31
    Refactoring the snippet editor into it's own component
  29. Урок 29. 00:04:31
    Deleting snippets, and refactoring getSnippets()
  30. Урок 30. 00:14:09
    Edit existing snippets
  31. Урок 31. 00:07:04
    Setting up node-sass and applying some style resets
  32. Урок 32. 00:17:22
    Setting op a CSS variables file and applying basic resets and styles
  33. Урок 33. 00:09:26
    Using a SASS mixin to add styling to buttons
  34. Урок 34. 00:09:48
    Styling the navbar and creating a link mixin
  35. Урок 35. 00:09:54
    Styling the snippet editor and creating a card container mixin
  36. Урок 36. 00:11:56
    User authentication explained
  37. Урок 37. 00:11:36
    Register new user endpoint
  38. Урок 38. 00:11:43
    Validating register requests, hashing passwords and saving a new user
  39. Урок 39. 00:14:13
    Logging in after registering with JSONWebTokens and cookies
  40. Урок 40. 00:06:20
    Reading and authenticating cookies in incoming requests
  41. Урок 41. 00:11:43
    Creating token authentication middleware
  42. Урок 42. 00:13:18
    Adding user authentication to all snippet endpoints
  43. Урок 43. 00:07:33
    Login existing user endpoint
  44. Урок 44. 00:11:10
    Register component
  45. Урок 45. 00:06:11
    Updating cookie security options
  46. Урок 46. 00:02:48
    Login component
  47. Урок 47. 00:11:54
    Styling the register and login component
  48. Урок 48. 00:19:17
    Storing the logged in user with React Context
  49. Урок 49. 00:09:25
    Redirecting to the homepage after login, refactoring the navbar
  50. Урок 50. 00:06:11
    Logging users out
  51. Урок 51. 00:16:17
    Refactoring logged in or logged out state
  52. Урок 52. 00:14:33
    Fixing link in login component and adding ErrorMessage component
  53. Урок 53. 00:01:41
    App finished
  54. Урок 54. 00:15:09
    Deploying the backend to Heroku
  55. Урок 55. 00:04:05
    Deploying the frontend to Netlify
  56. Урок 56. 00:16:59
    Setting up Dev and Prod environments for correct request URLs
  57. Урок 57. 00:10:00
    Setting up Cross Site Cookies and securing them with HTTPS on production
  58. Урок 58. 00:06:13
    Fixing Cross Site for clearCookie() when logging out
  59. Урок 59. 00:02:03
    Outro