Working with forms in Griffin.Yo - A Spa library in TypeScript

added by bpwndaddy
8/7/2015 2:21:34 PM

317 Views

I've pushed a new release that includes a form reader. With a few lines of code you can get a complete JSON object, including hierarchy from a HTML form. When building a spa you typically do not want forms to be submitted as a regular http request, as it would defeat the purpose of a spa.


0 comments