Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Manage React Form State with redux-form, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:01:30
    Course Overview: Manage React Form State with redux-form
  • Урок 2. 00:03:02
    Bootstrap a create-react-app project with React, Redux, and redux-form
  • Урок 3. 00:05:13
    Create a Simple Form Field in redux-form
  • Урок 4. 00:04:08
    Use a Custom Input Component as a redux-form Field
  • Урок 5. 00:01:32
    Set an Initial Value of a Form Field using redux-form
  • Урок 6. 00:02:27
    Access the State of redux-form Fields using the `meta` prop
  • Урок 7. 00:04:40
    Add Synchronous Validation to a redux-form using a Validation Function
  • Урок 8. 00:02:47
    Add Synchronous Validation to a redux-form using field-level Validation
  • Урок 9. 00:05:30
    Add Styles that Reflect the Validity of redux-form Fields
  • Урок 10. 00:02:31
    Access Other Values of the Current Form with redux-form
  • Урок 11. 00:01:38
    Use Asynchronous Validation after Submitting a Form in redux-form
  • Урок 12. 00:05:37
    Use Asynchronous Blur Validation while a Form is being Filled out using redux-form
  • Урок 13. 00:00:57
    Limit or Control What gets Input into a redux-form Field using normalizing
  • Урок 14. 00:04:54
    Use FieldArray to deal with multiple similar fields