Skip to content

jonathanconway/react-progressive-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Progressive Forms

This a small example of how you might go about building progressively-enhanced forms with ReactJS, which operate through regular form POSTs if Javascript is disabled, but take advantage of React's built-in client-side DOM-diffing if Javascript is enabled.

Installation

git clone https://github.com/jonathanconway/react-progressive-forms
cd react-progressive-forms
npm install

Then you can run it:

npm start

Related resources you may find useful

About

Utilities and examples for server-side-rendering progressively enhanced forms with ReactJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published