A React Framework for Deno that makes it easy to create highly interactive apps that have server side rendering with file based routing for both your UI and API.
Include adding an example that makes use of them. Maybe an improved version of the blog that allows creating new entries and using Deno KV for storage.
This should update the route generation code to check route files for exported loader and action functions.
https://reactrouter.com/en/main/route/route
Include adding an example that makes use of them. Maybe an improved version of the blog that allows creating new entries and using Deno KV for storage.