davidfowl / TodoApi

Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
MIT License
2.74k stars 411 forks source link

Return Created TodoItem from AddTodoAsync #38

Closed NielsPilgaard closed 1 year ago

NielsPilgaard commented 1 year ago

Return Created Todoitem item from TodoClient.AddTodoAsync(string? title) to append it without reloading everything.

Resolves comment left by @SteveSandersonMS 😃