Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 314 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 314 Bytes

Universal(isomorphic) example of redux-form validation

Problem

The main problem is to validate the same form with enabled and disabled javascript in browser.

How to try

  • Clone repository
  • Go to cloned project
  • npm install
  • npm run start