nbarbettini / little-aspnetcore-book

The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
http://littleasp.net/book
Creative Commons Attribution 4.0 International
702 stars 190 forks source link

Javascript approach to add TodoItem is overkill #41

Closed sadqiang closed 6 years ago

sadqiang commented 6 years ago

If we want to keep the book as simple as possible and keeping the quality high enough for the beginners, I think the Javascript approach to add TodoItem as explained in this page should be removed.

Using a form with method=post should be enough.

sadqiang commented 6 years ago

This issue has been discussed before in issue 13.