udibo / react-app

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.
https://udibo-react-app.deno.dev/
MIT License
14 stars 2 forks source link

Add support for React Router actions and loaders #80

Open KyleJune opened 3 months ago

KyleJune commented 3 months ago

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.