Add TODOs here

This commit is contained in:
Greg Johnston 2022-10-25 15:31:54 -04:00
parent 06c6d3f3e4
commit 3a2d5ef39c
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
- `<Form method="POST">` in `leptos_router`
- import `leptos_router` and use `<Form/>` in this example
- implement other helper functions in trait to make calling from server easier
- cross-platform response/redirect interface in Router
- integrate list of server functions in `leptos_router` + use them to handle `POST` requests